-
Notifications
You must be signed in to change notification settings - Fork 15
envmgmt: error class/code/string test #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Tests for MPI_Remove_error_{class,code,string} added in MPI 4.1 Notes: - autotooling to dynamically check for MPI_Remove_error_* fns Note: auto-tooling is mostly copy/paste from Jeff's status test - if symbols not found, skips. However, if we detect we have a new enough MPI >= 4.1, we will print msg that these should exist. Signed-off-by: Thomas Naughton <[email protected]>
Signed-off-by: Thomas Naughton <[email protected]>
@jsquyres , @hppritcha: is this ok to merge to ompi-tests-public? |
Hello! The Git Commit Checker CI bot found a few problems with this PR: 37a64f1: Update environ-mgmt/README.md
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
Hello! The Git Commit Checker CI bot found a few problems with this PR: beed180: Update environ-mgmt/src/test_add_del_err_codes.c
37a64f1: Update environ-mgmt/README.md
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
Hello! The Git Commit Checker CI bot found a few problems with this PR: c7a7142: Update environ-mgmt/src/test_add_del_err_codes.c
6459f39: Update environ-mgmt/src/test_add_del_err_codes.c
beed180: Update environ-mgmt/src/test_add_del_err_codes.c
37a64f1: Update environ-mgmt/README.md
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
1 similar comment
Hello! The Git Commit Checker CI bot found a few problems with this PR: c7a7142: Update environ-mgmt/src/test_add_del_err_codes.c
6459f39: Update environ-mgmt/src/test_add_del_err_codes.c
beed180: Update environ-mgmt/src/test_add_del_err_codes.c
37a64f1: Update environ-mgmt/README.md
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
Signed-off-by: Thomas Naughton <[email protected]>
c7a7142
to
bf41c56
Compare
Tests for MPI_Remove_error_{class,code,string} added in MPI 4.1
Notes:
autotooling to dynamically check for MPI_Remove_error_* fns Note: auto-tooling is mostly copy/paste from Jeff's status test
if symbols not found, skips. However, if we detect we have a new enough MPI >= 4.1, we will print msg that these should exist.