PSM2 is the only valid implementation for OmniPath (OPA). UCX also supports OmniPath, but it does so via Verbs, thus getting much lower performance (typically 3 GiB/s instead of 10 GiB/s). To work around that, give the mtl_psm2 component a higher priority than the pml_ucx component. See . --- openmpi-4.0.2/ompi/mca/mtl/psm2/mtl_psm2_component.c 2019-11-15 17:06:15.142076840 +0100 +++ openmpi-4.0.2/ompi/mca/mtl/psm2/mtl_psm2_component.c 2019-11-15 17:06:22.242009379 +0100 @@ -126,7 +126,7 @@ ompi_mtl_psm2_component_register(void) setenv("PSM2_DEVICES", "self,shm", 0); } - param_priority = 40; + param_priority = 55; (void) mca_base_component_var_register (&mca_mtl_psm2_component.super.mtl_version, "priority", "Priority of the PSM2 MTL component", MCA_BASE_VAR_TYPE_INT, NULL, 0, 0, Likewise for PSM: we want InfiniPath to be taken care of by PSM, not by UCX, since UCX achieves worse performance. --- openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_component.c +++ openmpi-4.0.2/ompi/mca/mtl/psm/mtl_psm_component.c @@ -92,7 +92,7 @@ ompi_mtl_psm_component_register(void) /* set priority high enough to beat ob1's default */ - param_priority = 30; + param_priority = 54; (void) mca_base_component_var_register (&mca_mtl_psm_component.super.mtl_version, "priority", "Priority of the PSM MTL component", MCA_BASE_VAR_TYPE_INT, NULL, 0, 0, '/guix/log/build-aux/check-channel-news.scm'>
path: root/build-aux/check-channel-news.scm
UTHORS?id=1d642af9872949633b1084f53352f3c851f41810'>Add Claes Wallin to 'AUTHORS'.
AgeCommit message (Expand)Author
2020-05-22maint: Add "make check-channel-news"....Ludovic Courtès
Alex Kost
2015-04-26gnu: Add guile-minikanren....Christopher Allan Webber
2015-04-05Add Andy to 'AUTHORS'.Ludovic Courtès
2015-03-09Add Paul to 'AUTHORS'.Mark H Weaver
2015-03-09Add Alexander to 'AUTHORS'.Ludovic Courtès
2015-02-20Add David Hashe to 'AUTHORS'.Andreas Enge
2015-02-02Add Deck to 'AUTHORS'.Ludovic Courtès
2015-01-24Add Ricardo to 'AUTHORS'.Ludovic Courtès
2014-12-09Add Tomáš to 'AUTHORS'.Ludovic Courtès
2014-11-18Add Julien to 'AUTHORS'.Ludovic Courtès
2014-11-14Add the name of Sou Bunnbu in its original script to 'AUTHORS'.Ludovic Courtès
2014-11-12Add Sun Bunnbu to 'AUTHORS'.Ludovic Courtès
2014-10-26Update name and email address for Joshua Grant.Joshua Grant
2014-10-08Add Federico to 'AUTHORS'.Ludovic Courtès
2014-09-10Add Marek to 'AUTHORS'.Ludovic Courtès
2014-08-15Update AUTHORS and THANKS.Ludovic Courtès
2014-07-18Update 'AUTHORS'....John Darrington
2014-07-15Add Jason to 'AUTHORS'.Ludovic Courtès
2014-06-29Add Cyrill to AUTHORS.Ludovic Courtès