Skip to content
Snippets Groups Projects
Commit 7baaa0dd authored by Jammer, Tim's avatar Jammer, Tim
Browse files

fix min num processes check

parent b391da60
No related branches found
No related tags found
1 merge request!6More Work on infrastructure IV
......@@ -40,7 +40,7 @@ int main(int argc, char **argv) {
MPI_Comm_size(MPI_COMM_WORLD, &nprocs);
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
if (nprocs < @{min_num_ranks}@)
printf("MBB ERROR: This test needs at least 2 processes to produce a bug!\\n");
printf("MBB ERROR: This test needs at least @{min_num_ranks}@ processes to produce a bug!\\n");
@{test_code}@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment