Skip to content

Commit

Permalink
Toolchain: Fix ELPA configure with OpenMPI
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Jun 26, 2021
1 parent fae8a30 commit c847329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/toolchain/scripts/stage5/install_elpa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ case "$with_elpa" in
${config_flags} \
--enable-nvidia-gpu=$([ "$TARGET" == "nvidia" ] && echo "yes" || echo "no") \
--with-cuda-path=${CUDA_PATH} \
OMPI_MCA_plm_rsh_agent=/bin/false \
FC=${MPIFC} \
CC=${MPICC} \
CXX=${MPICXX} \
Expand Down

0 comments on commit c847329

Please sign in to comment.