Skip to content

Commit ce8d0d4

Browse files
committed
fix(toolchain): remove unsupported NEP interface option in LTS
1 parent 5314bef commit ce8d0d4

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

toolchain/build_abacus_aocc-aocl.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ FFTW3=$AOCLhome
3333
LIBRI=$INSTALL_DIR/LibRI-master
3434
LIBCOMM=$INSTALL_DIR/LibComm-master
3535
USE_CUDA=OFF # set ON to enable gpu-abacus
36-
# NEP_DIR=$INSTALL_DIR/NEP_CPU-main
3736
# LIBTORCH=$INSTALL_DIR/libtorch-2.1.2/share/cmake/Torch
3837
# LIBNPY=$INSTALL_DIR/libnpy-1.0.1/include
3938
# DEEPMD=$HOME/apps/anaconda3/envs/deepmd
@@ -60,7 +59,6 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
6059
-DLIBCOMM_DIR=$LIBCOMM \
6160
-DUSE_CUDA=$USE_CUDA \
6261
# -DCMAKE_CUDA_COMPILER=/path/to/cuda/bin/nvcc \
63-
# -DNEP_DIR=$NEP_DIR \
6462
# -DENABLE_DEEPKS=1 \
6563
# -DTorch_DIR=$LIBTORCH \
6664
# -Dlibnpy_INCLUDE_DIR=$LIBNPY \

toolchain/build_abacus_gcc-aocl.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ FFTW3=$AOCLhome
3333
LIBRI=$INSTALL_DIR/LibRI-master
3434
LIBCOMM=$INSTALL_DIR/LibComm-master
3535
USE_CUDA=OFF # set ON to enable gpu-abacus
36-
# NEP_DIR=$INSTALL_DIR/NEP_CPU-main
3736
# LIBTORCH=$INSTALL_DIR/libtorch-2.1.2/share/cmake/Torch
3837
# LIBNPY=$INSTALL_DIR/libnpy-1.0.1/include
3938
# DEEPMD=$HOME/apps/anaconda3/envs/deepmd
@@ -58,7 +57,6 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
5857
-DLIBCOMM_DIR=$LIBCOMM \
5958
-DUSE_CUDA=$USE_CUDA \
6059
# -DCMAKE_CUDA_COMPILER=/path/to/cuda/bin/nvcc \
61-
# -DNEP_DIR=$NEP_DIR \
6260
# -DENABLE_DEEPKS=1 \
6361
# -DTorch_DIR=$LIBTORCH \
6462
# -Dlibnpy_INCLUDE_DIR=$LIBNPY \

toolchain/build_abacus_gnu.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ RAPIDJSON=$INSTALL_DIR/rapidjson-master/
3131
LIBRI=$INSTALL_DIR/LibRI-master
3232
LIBCOMM=$INSTALL_DIR/LibComm-master
3333
USE_CUDA=OFF # set ON to enable gpu-abacus
34-
# NEP_DIR=$INSTALL_DIR/NEP_CPU-main
3534
# LIBTORCH=$INSTALL_DIR/libtorch-2.1.2/share/cmake/Torch
3635
# LIBNPY=$INSTALL_DIR/libnpy-1.0.1/include
3736
# DEEPMD=$HOME/apps/anaconda3/envs/deepmd #
@@ -56,7 +55,6 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
5655
-DLIBCOMM_DIR=$LIBCOMM \
5756
-DUSE_CUDA=$USE_CUDA \
5857
# -DCMAKE_CUDA_COMPILER=/path/to/cuda/bin/nvcc \
59-
# -DNEP_DIR=$NEP_DIR \
6058
# -DENABLE_DEEPKS=1 \
6159
# -DTorch_DIR=$LIBTORCH \
6260
# -Dlibnpy_INCLUDE_DIR=$LIBNPY \

toolchain/build_abacus_intel.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ RAPIDJSON=$INSTALL_DIR/rapidjson-master
3030
LIBRI=$INSTALL_DIR/LibRI-master
3131
LIBCOMM=$INSTALL_DIR/LibComm-master
3232
USE_CUDA=OFF # set ON to enable gpu-abacus
33-
# NEP_DIR=$INSTALL_DIR/NEP_CPU-main
3433
# LIBTORCH=$INSTALL_DIR/libtorch-2.1.2/share/cmake/Torch
3534
# LIBNPY=$INSTALL_DIR/libnpy-1.0.1/include
3635
# DEEPMD=$HOME/apps/anaconda3/envs/deepmd # v3.0 might have problem
@@ -54,7 +53,6 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
5453
-DLIBCOMM_DIR=$LIBCOMM \
5554
-DUSE_CUDA=$USE_CUDA \
5655
# -DCMAKE_CUDA_COMPILER=/path/to/cuda/bin/nvcc \
57-
# -DNEP_DIR=$NEP_DIR \
5856
# -DENABLE_DEEPKS=1 \
5957
# -DTorch_DIR=$LIBTORCH \
6058
# -Dlibnpy_INCLUDE_DIR=$LIBNPY \

0 commit comments

Comments
 (0)