Skip to content
Snippets Groups Projects
Commit b60071b2 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Added default communication group to MpiCommunicator::Barrier.

parent 7fe989d7
No related branches found
No related tags found
1 merge request!26Lbm
......@@ -283,7 +283,7 @@ class MpiCommunicator
#endif
}
static void Barrier(CommunicationGroup group)
static void Barrier( CommunicationGroup group = AllGroup )
{
#ifdef HAVE_MPI
TNL_ASSERT_TRUE(IsInitialized(), "Fatal Error - MPI communicator is not initialized");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment