Skip to content

Commit

Permalink
changed error code
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 25, 2019
1 parent 28185db commit b5b0ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cunit/pio_tests.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
MPI_Error_string(e, err_buffer, &resultlen); \
fprintf(stderr, "MPI error, line %d, file %s: %s\n", __LINE__, __FILE__, err_buffer); \
MPI_Finalize(); \
ret = NC_EMPI; \
ret = NC_EIO; \
goto exit; \
} while (0)

Expand Down

0 comments on commit b5b0ca6

Please sign in to comment.