OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
BI_BlacsAbort.c File Reference
#include "Bdef.h"

Go to the source code of this file.

Functions

void BI_BlacsAbort (Int ErrNo)

Function Documentation

◆ BI_BlacsAbort()

void BI_BlacsAbort ( Int ErrNo)

Definition at line 3 of file BI_BlacsAbort.c.

4{
5 Int ierr;
6 fflush(stderr);
7 fflush(stdout);
8 ierr=MPI_Abort(MPI_COMM_WORLD, ErrNo);
9}
#define Int
Definition Bconfig.h:22
static MPI_Comm MPI_COMM_WORLD
Definition mpi.h:51