Skip to content

Commit 6807886

Browse files
authored
Add optional LCAO base GPU versions supported by elpa
1 parent dad1705 commit 6807886

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

toolchain/build_abacus_gnu.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,13 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
5656
# -DENABLE_LIBRI=ON \
5757
# -DLIBRI_DIR=$LIBRI \
5858
# -DLIBCOMM_DIR=$LIBCOMM \
59+
# -DDeePMD_DIR=$DEEPMD \
5960
# -DUSE_CUDA=ON \
6061
# -DENABLE_CUSOLVERMP=ON \
6162
# -D CAL_CUSOLVERMP_PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/2x.xx/math_libs/1x.x/targets/x86_64-linux/lib
6263
# -DUSE_ELPA=ON \
6364
# -DELPA_LINK_LIBRARIES=$ELPA_LINK/.libs/libelpa_openmp.so \
6465

65-
66-
6766
# # add mkl env for libtorch to link
6867
# if one want to install libtorch, mkl should be load in build process
6968
# for -lmkl when load libtorch

0 commit comments

Comments
 (0)