Skip to content
Commit 7c9f7acf authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

MPI: removed default values for MPI_Comm parameters and moved NullGroup checking outside HAVE_MPI

- The "NullGroup" should not be used even when built without MPI,
  otherwise the behaviour is very bug-prone because "NullGroup" usage is
  not caught and changing the build type leads to a different semantics.
- "AllGroup" is not a good default value for the parameters, considering
  that the class attributes are initialized to "NullGroup".
parent ae1def7a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment