Skip to content

Commit

Permalink
try vader, not sm
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Capriotti <josephrcapriotti@gmail.com>
  • Loading branch information
minrk and jcapriot committed Dec 22, 2023
1 parent 31597f9 commit ac850a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/mpiexec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
if command -v "${PREFIX}/bin/ompi_info" >/dev/null; then
export OMPI_MCA_plm=isolated
export OMPI_MCA_rmaps_base_oversubscribe=yes
export OMPI_MCA_btl=sm,self
export OMPI_MCA_btl=vader,self
export OMPI_MCA_btl_vader_single_copy_mechanism=none
mpiexec="mpiexec --allow-run-as-root"
fi
Expand Down

0 comments on commit ac850a0

Please sign in to comment.