Skip to content

Commit

Permalink
turned off logging in test
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed May 6, 2020
1 parent ed7c53a commit e722b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cunit/test_async_multi2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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? */
Expand Down

0 comments on commit e722b81

Please sign in to comment.