We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a64f1 commit beed180Copy full SHA for beed180
environ-mgmt/src/test_add_del_err_codes.c
@@ -86,7 +86,7 @@ int do_del_error_string(MPI_Comm comm, int eclass, int ecode, char *estr)
86
CHECK_RC( MPI_Remove_error_string(ecode), "MPI_Remove_error_string");
87
#else
88
/* We should have MPI_Remove_error_xxx with MPI >= 4.1 */
89
- printf("Warning: MPI_Remove_error_xxx code/class/string NOT available!\n");
+ printf("Warning: MPI_Remove_error_string NOT available!\n");
90
ret = SKIPTEST;
91
#endif /* HAVE_MPI_REMOVE_ERROR_CODE */
92
0 commit comments