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
|
# load MPI by default
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
module load mpi
|
module load mpi
|
||||||
# restrict OpenMPI to shared memory comm by default
|
# tell OpenMPI to not try using Infiniband
|
||||||
OMPI_MCA_btl="tcp,self"
|
OMPI_MCA_btl="^openib"
|
||||||
# do not warn about unused components as this messes up testing
|
# do not warn about unused components as this messes up testing
|
||||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||||
|
|||||||
@ -84,8 +84,8 @@ EOF
|
|||||||
# load MPI by default
|
# load MPI by default
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
module load mpi
|
module load mpi
|
||||||
# restrict OpenMPI to shared memory comm by default
|
# tell OpenMPI to not try using Infiniband
|
||||||
OMPI_MCA_btl="tcp,self"
|
OMPI_MCA_btl="^openib"
|
||||||
# do not warn about unused components as this messes up testing
|
# do not warn about unused components as this messes up testing
|
||||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||||
|
|||||||
@ -85,8 +85,8 @@ EOF
|
|||||||
# load MPI by default
|
# load MPI by default
|
||||||
. /etc/profile
|
. /etc/profile
|
||||||
module load mpi
|
module load mpi
|
||||||
# restrict OpenMPI to shared memory comm by default
|
# tell OpenMPI to not try using Infiniband
|
||||||
OMPI_MCA_btl="tcp,self"
|
OMPI_MCA_btl="^openib"
|
||||||
# do not warn about unused components as this messes up testing
|
# do not warn about unused components as this messes up testing
|
||||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||||
|
|||||||
@ -28,8 +28,8 @@ EOF
|
|||||||
%environment
|
%environment
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
export LC_ALL
|
export LC_ALL
|
||||||
# restrict OpenMPI to shared memory comm by default
|
# tell OpenMPI to not try using Infiniband
|
||||||
OMPI_MCA_btl="tcp,self"
|
OMPI_MCA_btl="^openib"
|
||||||
# do not warn about unused components as this messes up testing
|
# do not warn about unused components as this messes up testing
|
||||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||||
|
|||||||
@ -103,8 +103,8 @@ EOF
|
|||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
export LC_ALL
|
export LC_ALL
|
||||||
export PATH=/usr/lib/ccache:$PATH
|
export PATH=/usr/lib/ccache:$PATH
|
||||||
# restrict OpenMPI to shared memory comm by default
|
# tell OpenMPI to not try using Infiniband
|
||||||
OMPI_MCA_btl="tcp,self"
|
OMPI_MCA_btl="^openib"
|
||||||
# do not warn about unused components as this messes up testing
|
# do not warn about unused components as this messes up testing
|
||||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||||
|
|||||||
@ -89,8 +89,8 @@ EOF
|
|||||||
%environment
|
%environment
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
export LC_ALL
|
export LC_ALL
|
||||||
# restrict OpenMPI to shared memory comm by default
|
# tell OpenMPI to not try using Infiniband
|
||||||
OMPI_MCA_btl="tcp,self"
|
OMPI_MCA_btl="^openib"
|
||||||
# do not warn about unused components as this messes up testing
|
# do not warn about unused components as this messes up testing
|
||||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||||
|
|||||||
@ -116,8 +116,8 @@ EOF
|
|||||||
%environment
|
%environment
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
export LC_ALL
|
export LC_ALL
|
||||||
# restrict OpenMPI to shared memory comm by default
|
# tell OpenMPI to not try using Infiniband
|
||||||
OMPI_MCA_btl="tcp,self"
|
OMPI_MCA_btl="^openib"
|
||||||
# do not warn about unused components as this messes up testing
|
# do not warn about unused components as this messes up testing
|
||||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||||
|
|||||||
@ -82,8 +82,8 @@ EOF
|
|||||||
%environment
|
%environment
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
export LC_ALL
|
export LC_ALL
|
||||||
# restrict OpenMPI to shared memory comm by default
|
# tell OpenMPI to not try using Infiniband
|
||||||
OMPI_MCA_btl="tcp,self"
|
OMPI_MCA_btl="^openib"
|
||||||
# do not warn about unused components as this messes up testing
|
# do not warn about unused components as this messes up testing
|
||||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||||
|
|||||||
@ -81,8 +81,8 @@ EOF
|
|||||||
%environment
|
%environment
|
||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
export LC_ALL
|
export LC_ALL
|
||||||
# restrict OpenMPI to shared memory comm by default
|
# tell OpenMPI to not try using Infiniband
|
||||||
OMPI_MCA_btl="tcp,self"
|
OMPI_MCA_btl="^openib"
|
||||||
# do not warn about unused components as this messes up testing
|
# do not warn about unused components as this messes up testing
|
||||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||||
|
|||||||
@ -99,8 +99,8 @@ EOF
|
|||||||
LC_ALL=C
|
LC_ALL=C
|
||||||
export LC_ALL
|
export LC_ALL
|
||||||
export PATH=/usr/lib/ccache:$PATH
|
export PATH=/usr/lib/ccache:$PATH
|
||||||
# restrict OpenMPI to shared memory comm by default
|
# tell OpenMPI to not try using Infiniband
|
||||||
OMPI_MCA_btl="tcp,self"
|
OMPI_MCA_btl="^openib"
|
||||||
# do not warn about unused components as this messes up testing
|
# do not warn about unused components as this messes up testing
|
||||||
OMPI_MCA_btl_base_warn_component_unused="0"
|
OMPI_MCA_btl_base_warn_component_unused="0"
|
||||||
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
export OMPI_MCA_btl OMPI_MCA_btl_base_warn_component_unused
|
||||||
|
|||||||
Reference in New Issue
Block a user