OpenMPI's "sm" transport layer has gone from some newer versions. use "tcp" as lowest common denominator

This commit is contained in:
Axel Kohlmeyer
2020-05-19 20:25:53 -04:00
parent 48a9e0d732
commit 5827f69da5
10 changed files with 10 additions and 10 deletions

View File

@ -46,7 +46,7 @@ EOF
. /etc/profile
module load mpi
# restrict OpenMPI to shared memory comm by default
OMPI_MCA_btl="sm,self"
OMPI_MCA_btl="tcp,self"
# 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

View File

@ -51,7 +51,7 @@ EOF
. /etc/profile
module load mpi
# restrict OpenMPI to shared memory comm by default
OMPI_MCA_btl="sm,self"
OMPI_MCA_btl="tcp,self"
# 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

View File

@ -66,7 +66,7 @@ EOF
. /etc/profile
module load mpi
# restrict OpenMPI to shared memory comm by default
OMPI_MCA_btl="sm,self"
OMPI_MCA_btl="tcp,self"
# 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

View File

@ -29,7 +29,7 @@ EOF
LC_ALL=C
export LC_ALL
# restrict OpenMPI to shared memory comm by default
OMPI_MCA_btl="sm,self"
OMPI_MCA_btl="tcp,self"
# 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

View File

@ -84,7 +84,7 @@ EOF
export LC_ALL
export PATH=/usr/lib/ccache:$PATH
# restrict OpenMPI to shared memory comm by default
OMPI_MCA_btl="sm,self"
OMPI_MCA_btl="tcp,self"
# 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

View File

@ -90,7 +90,7 @@ EOF
LC_ALL=C
export LC_ALL
# restrict OpenMPI to shared memory comm by default
OMPI_MCA_btl="sm,self"
OMPI_MCA_btl="tcp,self"
# 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

View File

@ -117,7 +117,7 @@ EOF
LC_ALL=C
export LC_ALL
# restrict OpenMPI to shared memory comm by default
OMPI_MCA_btl="sm,self"
OMPI_MCA_btl="tcp,self"
# 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

View File

@ -83,7 +83,7 @@ EOF
LC_ALL=C
export LC_ALL
# restrict OpenMPI to shared memory comm by default
OMPI_MCA_btl="sm,self"
OMPI_MCA_btl="tcp,self"
# 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

View File

@ -82,7 +82,7 @@ EOF
LC_ALL=C
export LC_ALL
# restrict OpenMPI to shared memory comm by default
OMPI_MCA_btl="sm,self"
OMPI_MCA_btl="tcp,self"
# 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

View File

@ -80,7 +80,7 @@ EOF
LC_ALL=C
export LC_ALL
# restrict OpenMPI to shared memory comm by default
OMPI_MCA_btl="sm,self"
OMPI_MCA_btl="tcp,self"
# 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