openmpi fixes

This commit is contained in:
edoapra 2025-10-24 16:25:50 -07:00
parent e60d3d906f
commit 74dcb005dc
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -1,6 +1,12 @@
#!/usr/bin/env bash
# Exit on error
set -e
#OpenMPI fixes
export OMPI_MCA_plm_rsh_agent=ssh
export OMPI_MCA_btl=self,tcp
export OMPI_MCA_osc=^ucx
export OMPI_MCA_btl_tcp_if_include=lo
export OMPI_MCA_btl=self,tcp
# source env. variables
if [[ -z "$TRAVIS_BUILD_DIR" ]] ; then
TRAVIS_BUILD_DIR=$(pwd)