Last updated 2 years ago
Was this helpful?
Indicates whether MPI_Init has been called.
r = MPI_Initialized()
r - a logical.
, .
if ~MPI_Initialized() MPI_Init(); end if MPI_Initialized() MPI_Finalize(); end
1.0.0
initial version
Allan CORNET