Set OMPI_MCA_rmaps_base_oversubscribe=1 in %_openmpi_load (bz#1839571)

This commit is contained in:
Orion Poplawski 2020-05-24 16:08:44 -06:00
parent a41a5d6e47
commit cb293a9875
2 changed files with 6 additions and 2 deletions

View File

@ -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};

View File

@ -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 <orion@nwra.com> - 4.0.4-0.2.rc1
- Set OMPI_MCA_rmaps_base_oversubscribe=1 in %%_openmpi_load (bz#1839571)
* Sun May 10 2020 Orion Poplawski <orion@nwra.com> - 4.0.4-0.1.rc1
- Update to 4.0.4 rc1