| Summary: | The collective type selection logic in the PMIx plugin | ||
|---|---|---|---|
| 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 |
| Version: | 19.05.x | ||
| 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: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | --- |
| Machine Name: | CLE Version: | ||
| Version Fixed: | 19.05.0rc1 | Target Release: | --- |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
| Attachments: | 0001-mpi-pmix-select-the-Tree-based-collective-type-for-e.patch | ||
Hi Boris - Thank you for the patch. This is in ahead of 19.05rc1 which will come out on Tuesday. - Tim commit fa5620dfd76760794d54f1be0395bf4da69339aa (HEAD -> master) Author: Boris Karasev <karasev.b@gmail.com> AuthorDate: Mon Mar 4 15:14:43 2019 +0600 mpi/pmix: use the Tree-based collective type for empty fence data. This commit changes the logic of selecting a type of collective. The Tree-based algorithm will be selected when fence with an empty data contribution, which allows for improved fence performance. Bug 6637. |
Created attachment 9430 [details] 0001-mpi-pmix-select-the-Tree-based-collective-type-for-e.patch Hello, This patch changes the logic of selecting a type of collective. The Tree-based algorithm will be selected when fence with an empty data contribution, which allows for improved fence performance. In the other case, the ring type coll will be used.