Definition
MPI_Init initialises the MPI environment, it is equivalent to invoking MPI_Init_thread with the MPI_THREAD_SINGLE thread support level. The MPI_Init routine must be called by each MPI process, once and before any other MPI routine.
int MPI_Init(int* argc,
char*** argv);