You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::cout << "ERROR: to lot MPI rank for this value of min_level. Please reduce MPI Size or raise min_level according to the rule size <= 2^min_level. "
52
-
<< std::endl;
52
+
std::cout << "ERROR: Please reduce MPI Size or increase min_value according to the rule mpi_size <= 2^min_level." << std::endl;
53
53
MPI_Abort(MPI_COMM_WORLD, 1);
54
54
}
55
55
}
56
+
#endif
56
57
57
58
namespacesamurai
58
59
{
@@ -281,7 +282,7 @@ namespace samurai
281
282
// load_balancing();
282
283
283
284
// resolve MPI issue when too lot MPI rank for 2^min_level
0 commit comments