Test description
Verification of the information about this ranks position within the job.
Client-side expectations
- [side channel check] PMIx provides expected:
- Using wildcard process:
- PMIX_JOB_SIZE, PMIX_UNIV_SIZE
- PMIX_LOCAL_RANK
- Using this rank as process:
- PMIX_LOCAL_RANK, PMIX_NODEID, PMIX_HOSTNAME
- PMIX_LOCAL_PEERS
Server-side expectations
- All clients connect and disconnect
- All client processes are successfully terminated
- No requests (i.e. direct modex or notifications) are observed.
Reference implementation
openpmix/openpmix#1831
Side notes
It was observed that PMIx_Get(PMIX_RANK) hangs. @cpshereda what is the status?
Test description
Verification of the information about this ranks position within the job.
Client-side expectations
Server-side expectations
Reference implementation
openpmix/openpmix#1831
Side notes
It was observed that
PMIx_Get(PMIX_RANK)hangs. @cpshereda what is the status?