Skip to content
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

Info API #443

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Info API #443

wants to merge 2 commits into from

Conversation

abouteiller
Copy link
Contributor

This is the Info key API

At this point, I'd like to get feedback on the API (the .h) before I go and implement the ops. In particular, the proposed API may be hard to make thread safe.

@abouteiller abouteiller added enhancement New feature or request question Further information is requested API Add Addition to the public API (version minor bump) labels Nov 3, 2022
@abouteiller abouteiller self-assigned this Nov 3, 2022
@bosilca
Copy link
Contributor

bosilca commented Nov 4, 2022

Looks very basic, but for now it should do. The real issue is that we need to link this with the MCA params, or have to double check everywhere of we have the expected value either in one or the other (or both, with a predefined precedence).


PARSEC_OBJ_CLASS(parsec_info_t);

} parsec_info_t;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo.

Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
Signed-off-by: Aurelien Bouteiller <bouteill@icl.utk.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Add Addition to the public API (version minor bump) enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants