Skip to content

Commit

Permalink
update OMPI vars per findings in conda-forge#192
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Jun 6, 2024
1 parent 1b89f7a commit f063886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ if [[ ! -z "$mpi" && "$mpi" != "nompi" ]]; then
export TESTPROC=4
export OMPI_MCA_rmaps_base_oversubscribe=yes
export OMPI_MCA_btl=self,tcp
export OMPI_MCA_plm=isolated
# for openmpi5 in containers without SSH installed
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

0 comments on commit f063886

Please sign in to comment.