File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ case "$with_elpa" in
141141 --with-cuda-path=${CUDA_PATH:- ${CUDA_HOME:-/ CUDA_HOME-notset} } \
142142 --enable-nvidia-gpu-kernels=$( [ " $TARGET " = " nvidia" ] && echo " yes" || echo " no" ) \
143143 --with-NVIDIA-GPU-compute-capability=$( [ " $TARGET " = " nvidia" ] && echo " sm_$ARCH_NUM " || echo " sm_70" ) \
144+ --enable-nvidia-cub --with-cusolver \
144145 OMPI_MCA_plm_rsh_agent=/bin/false \
145146 FC=${MPIFC} \
146147 CC=${MPICC} \
@@ -172,6 +173,7 @@ case "$with_elpa" in
172173 --enable-nvidia-gpu-kernels=$( [ " $TARGET " = " nvidia" ] && echo " yes" || echo " no" ) \
173174 --with-cuda-path=${CUDA_PATH:- ${CUDA_HOME:-/ CUDA_HOME-notset} } \
174175 --with-NVIDIA-GPU-compute-capability=$( [ " $TARGET " = " nvidia" ] && echo " sm_$ARCH_NUM " || echo " sm_70" ) \
176+ --enable-nvidia-cub --with-cusolver \
175177 FC=${MPIFC} \
176178 CC=${MPICC} \
177179 CXX=${MPICXX} \
You can’t perform that action at this time.
0 commit comments