Skip to content
Snippets Groups Projects
Commit 6e2112bd authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

adapted check for deterministic SFC load balancing

parent 40f1c524
No related merge requests found
......@@ -144,7 +144,7 @@ int main( int argc, char ** argv )
ccd->reloadBodies();
}
WALBERLA_CHECK_EQUAL( blockforest.size(), mpi::MPIManager::instance()->worldRank() == 6 ? 1 : 0);
WALBERLA_CHECK_EQUAL( blockforest.size(), mpi::MPIManager::instance()->worldRank() == 0 ? 1 : 0);
WALBERLA_LOG_DEVEL( infoCollection->size() );
for (unsigned int i = 0; i < 30; ++i)
......
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