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

Add temporary ifdef to allows non MPI build

parent 8404a6f5
Branches
Tags
1 merge request!11Feature/mpi
#include <Partitioner.hpp>
#include <Messenger.hpp>
#ifdef PASTIS_HAS_MPI
#include <parmetis.h>
#include <vector>
......@@ -76,3 +78,9 @@ Partitioner()
Messenger::destroy();
std::exit(0);
}
#else // PASTIS_HAS_MPI
Partitioner::Partitioner() {}
#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