Skip to content

Commit

Permalink
remove outdated openmpi variables
Browse files Browse the repository at this point in the history
no longer needed for ompi 5
  • Loading branch information
minrk committed Jun 6, 2024
1 parent e15343d commit db810ec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ if [[ ! -z "$mpi" && "$mpi" != "nompi" ]]; then
export CC=mpicc
export CXX=mpicxx
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"
# for cross compiling using openmpi
export OPAL_PREFIX=$PREFIX
else
Expand Down

0 comments on commit db810ec

Please sign in to comment.