E3SM-Project / HOMMEXX

Clone of ACME for CMDV-SE project to convert HOMME to C++
11 stars 0 forks source link

Making all tests init/finalize mpi. #201

Closed bartgol closed 6 years ago

bartgol commented 6 years ago

Although tests may be run without mpiexec, we always perform MPI_Init. This ensures that potential calls to MPI_Abort are ok. MPI standard does not allow to call MPI_Abort before MPI_Init.

This addresses issue #196