r = MPI_Initialized()
Indique si MPI_Init a été appelé.
if ~MPI_Initialized() MPI_Init(); end if MPI_Initialized() MPI_Finalize(); end