-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add PMIX_QUERY_ABI_VERSION #397
Conversation
Left to do:
|
The query_info functions currently rely on the proc having called |
That's a good idea. I've added some text in the latest commit to account for that. |
I filed the implementation of this in openpmix/openpmix#2551 with some examples in the |
Refs:
|
I just pushed an additional commit to split the stable and provisional into two attributes. |
PMIx ASC 2Q 2022
|
Reference implementations:
|
PMIx ASC 3Q 2022
|
* Ref Issue pmix#365 * Add a `PMIX_QUERY_ABI_VERSION` attribute that can be passed to `PMIx_Query_info` to access the ABI version implementated by the associated PMIx library. * Add init/finalize exception for some attributes passed to query Signed-off-by: Joshua Hursey <[email protected]>
Signed-off-by: Joshua Hursey <[email protected]>
Signed-off-by: Joshua Hursey <[email protected]>
Rebased branch. The only new addition was the last commit (per discussion with the group) to add a cross-reference to the versioning language which was brought in as part of PR #375. |
PMIX_QUERY_ABI_VERSION
attribute that can be passed toPMIx_Query_info
to access the ABI version implementated by theassociated PMIx library.