| Summary: | pmix PMIx_Put(GLOBAL) Key not propagated to other ranks. | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | jim stoffel <jim.stoffel> |
| Component: | slurmstepd | Assignee: | Felip Moll <felip.moll> |
| Status: | RESOLVED INFOGIVEN | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | CC: | artpol84, karasev.b |
| Version: | 17.11.0 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | HPE | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | SL-T5-IRONNINJA | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | --- |
| Machine Name: | CLE Version: | ||
| Version Fixed: | Target Release: | --- | |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
| Attachments: | test PMIX_LOCAL_SIZE and PMIX_LOCAL_PEERS keys | ||
|
Description
jim stoffel
2018-01-24 09:55:44 MST
Updated the version number. I think this is the issue of the testing program. It is derived after <pmix>/examples/client.c which is buggy: https://github.com/pmix/pmix/issues/648 This issue was resolved in the most recent PMIx master:https://github.com/pmix/pmix/pull/650 Hi Jim, Since comment 5 from Artem states it is solved, is it ok for you to close the issue? Thanks https://pmix.org/support/faq/rm-provided-information/ has a list of Keys that are RM provided. This page states that SLRUM supports many of them starting with 16.05. I am using Slurm 17.11. What test case should I try for testing that keys PMIX_LOCAL_SIZE and PMIX_LOCAL_PEERS are set by the RM. I am getting return code of -46 when I try to _Get these values. A pointer to a working test case would be best so I may determine what I am doing incorrectly. Thanks, Jim Created attachment 6035 [details]
test PMIX_LOCAL_SIZE and PMIX_LOCAL_PEERS keys
Hi Jim, Can you clarify please for which rank you are trying to get PMIX_LOCAL_SIZE and PMIX_LOCAL_PEERS? Also, please see the simple test in attachment above. This can be closed now. I have been able to get the KEYs as expected. Thank you, Boris! Closing bug as solution provided. |