From cb293a98752385b69c739905642df30fb0626060 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 24 May 2020 16:08:44 -0600 Subject: [PATCH] Set OMPI_MCA_rmaps_base_oversubscribe=1 in %_openmpi_load (bz#1839571) --- macros.openmpi | 3 ++- openmpi.spec | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/macros.openmpi b/macros.openmpi index 05e613f..1ee6a3c 100644 --- a/macros.openmpi +++ b/macros.openmpi @@ -1,6 +1,7 @@ %_openmpi_load \ . /etc/profile.d/modules.sh; \ - module load mpi/openmpi-%{_arch}; + module load mpi/openmpi-%{_arch}; \ + export OMPI_MCA_rmaps_base_oversubscribe=1 %_openmpi_unload \ . /etc/profile.d/modules.sh; \ module unload mpi/openmpi-%{_arch}; diff --git a/openmpi.spec b/openmpi.spec index 1f74629..c0a4c54 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -41,7 +41,7 @@ Name: openmpi%{?_cc_name_suffix} Version: 4.0.4 -Release: 0.1.rc1%{?dist} +Release: 0.2.rc1%{?dist} Summary: Open Message Passing Interface License: BSD and MIT and Romio URL: http://www.open-mpi.org/ @@ -367,6 +367,9 @@ make check %changelog +* Sun May 24 2020 Orion Poplawski - 4.0.4-0.2.rc1 +- Set OMPI_MCA_rmaps_base_oversubscribe=1 in %%_openmpi_load (bz#1839571) + * Sun May 10 2020 Orion Poplawski - 4.0.4-0.1.rc1 - Update to 4.0.4 rc1