From e15343d48c3663033cad7f7e82cf6cb60ecf6504 Mon Sep 17 00:00:00 2001 From: akrherz Date: Wed, 5 Jun 2024 19:21:54 -0500 Subject: [PATCH] is OMPI_MCA_plm_ssh_agent=false all we need? --- recipe/build.sh | 2 ++ recipe/meta.yaml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/build.sh b/recipe/build.sh index 9f2c130..5d13f5a 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -11,6 +11,8 @@ if [[ ! -z "$mpi" && "$mpi" != "nompi" ]]; then export TESTPROC=4 export OMPI_MCA_rmaps_base_oversubscribe=yes export OMPI_MCA_btl=self,tcp + # for openmpi5 within containers without SSH + export OMPI_MCA_plm_ssh_agent=false export OMPI_MCA_rmaps_base_oversubscribe=yes export OMPI_MCA_btl_vader_single_copy_mechanism=none mpiexec="mpiexec --allow-run-as-root" diff --git a/recipe/meta.yaml b/recipe/meta.yaml index fb10c51..8335600 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -69,8 +69,6 @@ requirements: - m2-unzip # [win] - m4 # [not win] - m2-m4 # [win] - # openmpi soft dep - - openssh # [mpi == 'openmpi'] - wget # [not win] host: - {{ mpi }} # [mpi != 'nompi']