From 74dcb005dc8ff03e97ede18d63acd2cc1a12c6b1 Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 24 Oct 2025 16:25:50 -0700 Subject: [PATCH] openmpi fixes --- travis/run_qas.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/travis/run_qas.sh b/travis/run_qas.sh index fe24d1a79d..73179e1064 100755 --- a/travis/run_qas.sh +++ b/travis/run_qas.sh @@ -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)