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

Fix sequential build

parent 1d226e76
No related branches found
No related tags found
1 merge request!172Reproducible summation of floating point arrays
......@@ -87,8 +87,9 @@ class Messenger
static Messenger* m_instance;
Messenger(int& argc, char* argv[]);
#ifdef PUGS_HAS_MPI
MPI_Comm m_pugs_comm_world = MPI_COMM_WORLD;
#endif // PUGS_HAS_MPI
size_t m_rank{0};
size_t m_size{1};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment