Skip to content

Commit

Permalink
is OMPI_MCA_plm_ssh_agent=false all we need?
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Jun 6, 2024
1 parent b6f96d5 commit e15343d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit e15343d

Please sign in to comment.