Skip to content

Commit

Permalink
Fix compilation error for threaded tests caused by mistyped struct me…
Browse files Browse the repository at this point in the history
…mber

Signed-off-by: Axel Schneewind <[email protected]>
  • Loading branch information
AxelSchneewind committed Oct 27, 2023
1 parent 9776143 commit f08f96b
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 f08f96b

Please sign in to comment.