Skip to content

Commit bf41c56

Browse files
committed
Update environ-mgmt/README.md, fix typos
Signed-off-by: Thomas Naughton <[email protected]>
1 parent 1de8b2e commit bf41c56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

environ-mgmt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Environ Management Tests
33

44
Tests for items in the "MPI Environmental Management" chapter.
55

6-
These are begin created in the ompi-tests-public repository
6+
These are being created in the ompi-tests-public repository
77
to ensure they are easy to access.
88

99
Using autotools to detect if we have the MPI-4.1 remove error code

environ-mgmt/src/test_add_del_err_codes.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ int do_del_error_string(MPI_Comm comm, int eclass, int ecode, char *estr)
8686
CHECK_RC( MPI_Remove_error_string(ecode), "MPI_Remove_error_string");
8787
#else
8888
/* We should have MPI_Remove_error_xxx with MPI >= 4.1 */
89-
printf("Warning: MPI_Remove_error_xxx code/class/string NOT available!\n");
89+
printf("Warning: MPI_Remove_error_string NOT available!\n");
9090
ret = SKIPTEST;
9191
#endif /* HAVE_MPI_REMOVE_ERROR_CODE */
9292

@@ -115,7 +115,7 @@ int do_del_error_code(MPI_Comm comm, int eclass, int ecode, char *estr)
115115

116116
#else
117117
/* We should have MPI_Remove_error_xxx with MPI >= 4.1 */
118-
printf("Warning: MPI_Remove_error_xxx code/class/string NOT available!\n");
118+
printf("Warning: MPI_Remove_error_code NOT available!\n");
119119
ret = SKIPTEST;
120120
#endif /* HAVE_MPI_REMOVE_ERROR_CODE */
121121

@@ -144,7 +144,7 @@ int do_del_error_class(MPI_Comm comm, int eclass, int ecode, char *estr)
144144

145145
#else
146146
/* We should have MPI_Remove_error_xxx with MPI >= 4.1 */
147-
printf("Warning: MPI_Remove_error_xxx code/class/string NOT available!\n");
147+
printf("Warning: MPI_Remove_error_class NOT available!\n");
148148
ret = SKIPTEST;
149149
#endif /* HAVE_MPI_REMOVE_ERROR_CODE */
150150

0 commit comments

Comments
 (0)