We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The pmix v5 spec lists the following attributes as "useful to have". Probably we should provide them. Let's check them off as they are provided:
pmix.nlist
pmix.num.nodes
pmix.nodeid
pmix.job.size
pmix.pmap
pmix.lpeers
pmix.local.size
pmix.rank
pmix.lrank
pmix.grank
pmix.locstr
pmix.hname
The text was updated successfully, but these errors were encountered:
#58 includes some documentation on minimum required attributes so closing this.
Sorry, something went wrong.
No branches or pull requests
The pmix v5 spec lists the following attributes as "useful to have". Probably we should provide them. Let's check them off as they are provided:
pmix.nlist
(char*)pmix.num.nodes
(uint32_t)pmix.nodeid
(uint32_t)pmix.job.size
(uint32_t)pmix.pmap
(char*) (we set this in the server - not sure if it's intended for clients?)pmix.lpeers
(char*)pmix.local.size
(uint32_t)pmix.rank
(pmix_rank_t)pmix.lrank
(uint16_t)pmix.grank
(pmix_rank_t)pmix.locstr
(char*)pmix.hname
(char *)The text was updated successfully, but these errors were encountered: