MPI_Initialized
--- Indicates whether MPI_Init has been called.
Output Parameter
flag
Flag is true if MPI_INIT has been called and false otherwise.
Synopsis
#include "mpi.h" int MPI_Initialized( flag ) int *flag;
Location:
initialize.c