Summary: | mpi/pmix: PMIX_NODEID key must be included in process-level at the job-info. | ||
---|---|---|---|
Product: | Slurm | Reporter: | Boris Karasev <karasev.b> |
Component: | PMIx | Assignee: | Tim Wickberg <tim> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | C - Contributions | ||
Priority: | --- | CC: | artpol84, karasev.b, rhc |
Version: | 20.11.3 | ||
Hardware: | Linux | ||
OS: | Linux | ||
Site: | -Other- | Alineos Sites: | --- |
Atos/Eviden Sites: | --- | Confidential Site: | --- |
Coreweave sites: | --- | Cray Sites: | --- |
DS9 clusters: | --- | HPCnow Sites: | --- |
HPE Sites: | --- | IBM Sites: | --- |
NOAA SIte: | --- | NoveTech Sites: | --- |
Nvidia HWinf-CS Sites: | --- | OCF Sites: | --- |
Recursion Pharma Sites: | --- | SFW Sites: | --- |
SNIC sites: | --- | Tzag Elita Sites: | --- |
Linux Distro: | --- | Machine Name: | |
CLE Version: | Version Fixed: | 20.11.4 | |
Target Release: | --- | DevPrio: | --- |
Emory-Cloud Sites: | --- | ||
Ticket Depends on: | 7263 | ||
Ticket Blocks: | |||
Attachments: | bug10684_2011.patch |
Description
Boris Karasev
2021-01-25 03:02:10 MST
Created attachment 17593 [details] bug10684_2011.patch (In reply to Boris Karasev from comment #1) > Created attachment 17593 [details] > bug10684_2011.patch This patch depends on https://bugs.schedmd.com/show_bug.cgi?id=7263. (In reply to Boris Karasev from comment #2) > (In reply to Boris Karasev from comment #1) > > Created attachment 17593 [details] > > bug10684_2011.patch > > This patch depends on https://bugs.schedmd.com/show_bug.cgi?id=7263. There is no direct dependence on 7263. It is simply reproduced using the PMIx v4 test suite, which support was added in 7263. Comment on attachment 17593 [details] bug10684_2011.patch commit f950cc9831e2c808e7b25e057950ab8e7e121778 Author: Boris Karasev <karasev.b@gmail.com> AuthorDate: Fri Jan 22 06:45:54 2021 +0200 mpi/pmix: include PMIX_NODEID for each process entry. According to the PMIx standard, the PMIX_NODEID key must be included in the process level data. Refs: https://pmix.github.io/uploads/2020/12/pmix-standard-v4.0.pdf Bug 10684. Thanks Boris. Committed ahead of 20.11.4. |