From c88ea3bfc661be405d493081ca7a5ed04af5298f Mon Sep 17 00:00:00 2001 From: edoapra Date: Sat, 13 Dec 2025 08:57:00 -0800 Subject: [PATCH] disabling tcp OMPI btl because of the error mca_btl_tcp_frag_send: writev failed --- travis/run_qas.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/run_qas.sh b/travis/run_qas.sh index 324d33255e..51fc56de56 100755 --- a/travis/run_qas.sh +++ b/travis/run_qas.sh @@ -3,7 +3,7 @@ set -e #OpenMPI fixes export OMPI_MCA_plm_rsh_agent=ssh - export OMPI_MCA_btl=self,tcp +# export OMPI_MCA_btl=self,tcp export OMPI_MCA_osc=^ucx # export OMPI_MCA_btl_tcp_if_include=lo # source env. variables