Preload()
main()
Bases: object
object
Class to test if the mpi inteface is avilable This class work even if the module mpi4py is not avilable
return True if the main program was lauched in a mpi enviroment (mpirun)
return the rank of the current process (0 if not in a mpi enviroment)
return the size of the mpi enviroment (0 if not in a mpi enviroment)