Skip to content
Snippets Groups Projects
Commit c0f6a01e authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix non MPI build

parent 909b9203
No related branches found
No related tags found
1 merge request!11Feature/mpi
......@@ -46,5 +46,7 @@ Messenger(int& argc, char* argv[])
Messenger::
~Messenger()
{
#ifdef PASTIS_HAS_MPI
MPI_Finalize();
#endif // PASTIS_HAS_MPI
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment