1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-20 04:34:29 +00:00

Verbose and error trapping cleaner

This commit is contained in:
Peter Boyle
2018-09-09 14:28:02 +01:00
parent 6d0f1aabb1
commit b4967f0231
2 changed files with 6 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ void CartesianCommunicator::Init(int *argc, char ***argv)
MPI_Initialized(&flag); // needed to coexist with other libs apparently
if ( !flag ) {
MPI_Init_thread(argc,argv,MPI_THREAD_MULTIPLE,&provided);
assert (provided == MPI_THREAD_MULTIPLE);
//assert (provided == MPI_THREAD_MULTIPLE);
}
Grid_quiesce_nodes();