Allow oversubscription with openmpi
This commit is contained in:
parent
b6ba4c02f7
commit
d5894d8375
@ -402,6 +402,8 @@ done
|
|||||||
export OMPI_MCA_btl="^vader"
|
export OMPI_MCA_btl="^vader"
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
# Allow oversubscription with openmpi
|
||||||
|
export OMPI_MCA_rmaps_base_oversubscribe=1
|
||||||
for mpi in %{mpi_list} ; do
|
for mpi in %{mpi_list} ; do
|
||||||
module load mpi/${mpi}-%{_arch}
|
module load mpi/${mpi}-%{_arch}
|
||||||
for ver in single double long ; do
|
for ver in single double long ; do
|
||||||
|
Loading…
Reference in New Issue
Block a user