Last updated 2 years ago
Was this helpful?
Initialize the MPI execution environment.
MPI_Init()
r = MPI_Init()
r - a logical.
MPI process are launched in CLI mode (no gui, no plot).
, .
if ~MPI_Initialized() MPI_Init(); end if MPI_Initialized() MPI_Finalize(); end
1.0.0
initial version
Allan CORNET