-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prte_setup_pmix.m4: check for specific PMIx capability flags
Demo showing how to check for PMIx capability flags. This commit: * Will abort configure if: * PMIX_CAPABILITIES does not exist (i.e., this PMIx is so old that it does not have any capability flags) * PMIX_CAP_202311CLI capability flag goes not exist * PMIX_CAP_202311CLI is not set in PMIX_CAPABILITIES * Will warn if these capability flags are not set in PMIX_CAPABILITIES (to include PMIX_CAPABILITIES not being defined at all, or either of these flags not being defined at all): * PMIX_CAP_SOMETHING_ELSE * PMIX_CAP_BOGUS (which doesn't exist -- this simulates a new PRRTE with an old PMIx) Signed-off-by: Jeff Squyres <[email protected]>
- Loading branch information
Showing
1 changed file
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters