<< MPI_Comm_used | Message Passing Interface | MPI_Get_library_version >> |
MPI_Finalize() |
r = MPI_Finalize() |
a logical.
Terminate the MPI execution environment.
MPI process are launched in CLI mode (no gui, no plot).
if ~MPI_Initialized()
MPI_Init();
end
if MPI_Initialized()
MPI_Finalize();
end
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET