rather than forcing tcp communication for OpenMPI, we disable infiniband instead for better stability of tests
This commit is contained in:
@ -79,8 +79,8 @@ EOF
|
||||
# load MPI by default
|
||||
. /etc/profile
|
||||
module load mpi
|
||||
# restrict OpenMPI to shared memory comm by default
|
||||
OMPI_MCA_btl="tcp,self"
|
||||
# tell OpenMPI to not try using Infiniband
|
||||
OMPI_MCA_btl="^openib"
|
||||
# do not warn about unused components as this messes up testing
|
||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||
|
||||
@ -84,8 +84,8 @@ EOF
|
||||
# load MPI by default
|
||||
. /etc/profile
|
||||
module load mpi
|
||||
# restrict OpenMPI to shared memory comm by default
|
||||
OMPI_MCA_btl="tcp,self"
|
||||
# tell OpenMPI to not try using Infiniband
|
||||
OMPI_MCA_btl="^openib"
|
||||
# do not warn about unused components as this messes up testing
|
||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||
|
||||
@ -85,8 +85,8 @@ EOF
|
||||
# load MPI by default
|
||||
. /etc/profile
|
||||
module load mpi
|
||||
# restrict OpenMPI to shared memory comm by default
|
||||
OMPI_MCA_btl="tcp,self"
|
||||
# tell OpenMPI to not try using Infiniband
|
||||
OMPI_MCA_btl="^openib"
|
||||
# do not warn about unused components as this messes up testing
|
||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||
|
||||
@ -28,8 +28,8 @@ EOF
|
||||
%environment
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
# restrict OpenMPI to shared memory comm by default
|
||||
OMPI_MCA_btl="tcp,self"
|
||||
# tell OpenMPI to not try using Infiniband
|
||||
OMPI_MCA_btl="^openib"
|
||||
# do not warn about unused components as this messes up testing
|
||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||
|
||||
@ -103,8 +103,8 @@ EOF
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
export PATH=/usr/lib/ccache:$PATH
|
||||
# restrict OpenMPI to shared memory comm by default
|
||||
OMPI_MCA_btl="tcp,self"
|
||||
# tell OpenMPI to not try using Infiniband
|
||||
OMPI_MCA_btl="^openib"
|
||||
# do not warn about unused components as this messes up testing
|
||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||
|
||||
@ -89,8 +89,8 @@ EOF
|
||||
%environment
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
# restrict OpenMPI to shared memory comm by default
|
||||
OMPI_MCA_btl="tcp,self"
|
||||
# tell OpenMPI to not try using Infiniband
|
||||
OMPI_MCA_btl="^openib"
|
||||
# do not warn about unused components as this messes up testing
|
||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||
|
||||
@ -116,8 +116,8 @@ EOF
|
||||
%environment
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
# restrict OpenMPI to shared memory comm by default
|
||||
OMPI_MCA_btl="tcp,self"
|
||||
# tell OpenMPI to not try using Infiniband
|
||||
OMPI_MCA_btl="^openib"
|
||||
# do not warn about unused components as this messes up testing
|
||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||
|
||||
@ -82,8 +82,8 @@ EOF
|
||||
%environment
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
# restrict OpenMPI to shared memory comm by default
|
||||
OMPI_MCA_btl="tcp,self"
|
||||
# tell OpenMPI to not try using Infiniband
|
||||
OMPI_MCA_btl="^openib"
|
||||
# do not warn about unused components as this messes up testing
|
||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||
|
||||
@ -81,8 +81,8 @@ EOF
|
||||
%environment
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
# restrict OpenMPI to shared memory comm by default
|
||||
OMPI_MCA_btl="tcp,self"
|
||||
# tell OpenMPI to not try using Infiniband
|
||||
OMPI_MCA_btl="^openib"
|
||||
# do not warn about unused components as this messes up testing
|
||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||
|
||||
@ -99,8 +99,8 @@ EOF
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
export PATH=/usr/lib/ccache:$PATH
|
||||
# restrict OpenMPI to shared memory comm by default
|
||||
OMPI_MCA_btl="tcp,self"
|
||||
# tell OpenMPI to not try using Infiniband
|
||||
OMPI_MCA_btl="^openib"
|
||||
# do not warn about unused components as this messes up testing
|
||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||
|
||||
Reference in New Issue
Block a user