diff --git a/tests/cunit/test_async_multi2.c b/tests/cunit/test_async_multi2.c index c74021b8bfa..94512f536a5 100644 --- a/tests/cunit/test_async_multi2.c +++ b/tests/cunit/test_async_multi2.c @@ -38,7 +38,7 @@ int main(int argc, char **argv) /* Initialize test. */ if ((ret = pio_test_init2(argc, argv, &my_rank, &ntasks, TARGET_NTASKS, TARGET_NTASKS, - 3, &test_comm))) + -1, &test_comm))) ERR(ERR_INIT); /* Is the current process a computation task? */