Skip to content

Commit 3e391c0

Browse files
authored
Merge pull request #15 from AxelSchneewind/fix-typo
Fix compilation error for threaded tests caused by typo in mpi_test_suite.c
2 parents 731fdee + f08f96b commit 3e391c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpi_test_suite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ int main (int argc, char * argv[])
378378
MPI_Abort(MPI_COMM_WORLD, 1);
379379
}
380380
else {
381-
num_threads = args_info.num_threads;
381+
num_threads = args_info.num_threads_arg;
382382
}
383383
#else
384384
printf ("Error: Threads are not enabled by configure\n");

0 commit comments

Comments
 (0)