Loading src/TNL/Communicators/MpiCommunicator.h +2 −2 Original line number Diff line number Diff line Loading @@ -549,7 +549,7 @@ else { \ std::cerr << "Node " << __tnl_mpi_print_j << " of " \ << TNL::Communicators::MpiCommunicator::GetSize( TNL::Communicators::MpiCommunicator::AllGroup ) \ << " : " << message << std::endl; \ << " : " << message << std::endl << std::flush; \ } \ TNL::Communicators::MpiCommunicator::Barrier( TNL::Communicators::MpiCommunicator::AllGroup ); \ } Loading @@ -575,7 +575,7 @@ else if( condition ) \ std::cerr << "Node " << __tnl_mpi_print_j << " of " \ << TNL::Communicators::MpiCommunicator::GetSize( TNL::Communicators::MpiCommunicator::AllGroup ) \ << " : " << message << std::endl; \ << " : " << message << std::endl << std::flush; \ } \ TNL::Communicators::MpiCommunicator::Barrier( TNL::Communicators::MpiCommunicator::AllGroup ); \ } \ Loading Loading
src/TNL/Communicators/MpiCommunicator.h +2 −2 Original line number Diff line number Diff line Loading @@ -549,7 +549,7 @@ else { \ std::cerr << "Node " << __tnl_mpi_print_j << " of " \ << TNL::Communicators::MpiCommunicator::GetSize( TNL::Communicators::MpiCommunicator::AllGroup ) \ << " : " << message << std::endl; \ << " : " << message << std::endl << std::flush; \ } \ TNL::Communicators::MpiCommunicator::Barrier( TNL::Communicators::MpiCommunicator::AllGroup ); \ } Loading @@ -575,7 +575,7 @@ else if( condition ) \ std::cerr << "Node " << __tnl_mpi_print_j << " of " \ << TNL::Communicators::MpiCommunicator::GetSize( TNL::Communicators::MpiCommunicator::AllGroup ) \ << " : " << message << std::endl; \ << " : " << message << std::endl << std::flush; \ } \ TNL::Communicators::MpiCommunicator::Barrier( TNL::Communicators::MpiCommunicator::AllGroup ); \ } \ Loading