We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6807886 commit a145e53Copy full SHA for a145e53
toolchain/scripts/stage3/install_elpa.sh
@@ -139,7 +139,7 @@ case "$with_elpa" in
139
--libdir="${pkg_install_dir}/${TARGET}/lib" \
140
--enable-openmp=${enable_openmp} \
141
${config_flags} \
142
- --enable-nvidia-gpu-kernels \
+ --enable-nvidia-gpu-kernels=$([ "$TARGET" = "nvidia" ] && echo "yes" || echo "no") \
143
--with-cuda-path=${CUDA_PATH:-${CUDA_HOME:-/CUDA_HOME-notset}} \
144
--with-NVIDIA-GPU-compute-capability=$([ "$TARGET" = "nvidia" ] && echo "sm_$ARCH_NUM" || echo "sm_75") \
145
FC=${MPIFC} \
0 commit comments