<< MPI_Init | Message Passing Interface | MPI_Iprobe >> |
r = MPI_Initialized() |
a logical.
Indicates whether MPI_Init has been called.
if ~MPI_Initialized()
MPI_Init();
end
if MPI_Initialized()
MPI_Finalize();
end
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET