Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Schneewind <[email protected]>
  • Loading branch information
AxelSchneewind committed Aug 21, 2023
1 parent 9776143 commit a7fd61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpi_test_suite.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ int main (int argc, char * argv[])
MPI_Abort(MPI_COMM_WORLD, 1);
}
else {
num_threads = args_info.num_threads;
num_threads = args_info.num_threads_arg;
}
#else
printf ("Error: Threads are not enabled by configure\n");
Expand Down

0 comments on commit a7fd61b

Please sign in to comment.