CmPA / iPic3D

Particle-in-Cell code using the implicit moment method
72 stars 56 forks source link

initialize MPI immediately on startup #64

Open alecjohnson opened 10 years ago

alecjohnson commented 10 years ago

MPI should be initialized immediately on startup, before initializing the iPic3D library. This allows the iPic3D initialization to issue an error message and exit if appropriate without causing mpirun to complain that MPI_Init was never called.