From a7fd61b2086eb1b8ab8c0ca54a2842eac39c7e5b Mon Sep 17 00:00:00 2001 From: Axel Schneewind <73230475+AxelSchneewind@users.noreply.github.com> Date: Mon, 21 Aug 2023 12:55:53 +0200 Subject: [PATCH] fix typo Signed-off-by: Axel Schneewind --- mpi_test_suite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpi_test_suite.c b/mpi_test_suite.c index df76544..2bc46b1 100644 --- a/mpi_test_suite.c +++ b/mpi_test_suite.c @@ -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");