r = MPI_Initialized()
Indicates whether MPI_Init has been called.
if ~MPI_Initialized() MPI_Init(); end if MPI_Initialized() MPI_Finalize(); end