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.
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.