Skip to content

Commit 05ff26e

Browse files
committed
refactor(toolchain): clean the redundant and out-dated comments
1 parent 5b04a2c commit 05ff26e

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

toolchain/build_abacus_aocc-aocl.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,9 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
6565
# -DTorch_DIR=$LIBTORCH \
6666
# -Dlibnpy_INCLUDE_DIR=$LIBNPY \
6767
# -DDeePMD_DIR=$DEEPMD \
68-
# -DNEP_DIR=$NEP_DIR \
69-
# -DUSE_CUDA=ON \
7068
# -DENABLE_CUSOLVERMP=ON \
7169
# -D CAL_CUSOLVERMP_PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/2x.xx/math_libs/1x.x/targets/x86_64-linux/lib
7270

73-
# if one want's to include deepmd, your system gcc version should be >= 11.3.0 for glibc requirements
74-
7571
cmake --build $BUILD_DIR -j `nproc`
7672
cmake --install $BUILD_DIR 2>/dev/null
7773

toolchain/build_abacus_gcc-aocl.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,9 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
6363
# -DTorch_DIR=$LIBTORCH \
6464
# -Dlibnpy_INCLUDE_DIR=$LIBNPY \
6565
# -DDeePMD_DIR=$DEEPMD \
66-
# -DNEP_DIR=$NEP_DIR \
67-
# -DUSE_CUDA=ON \
6866
# -DENABLE_CUSOLVERMP=ON \
6967
# -D CAL_CUSOLVERMP_PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/2x.xx/math_libs/1x.x/targets/x86_64-linux/lib
7068

71-
# if one want's to include deepmd, your system gcc version should be >= 11.3.0 for glibc requirements
72-
7369
cmake --build $BUILD_DIR -j `nproc`
7470
cmake --install $BUILD_DIR 2>/dev/null
7571

toolchain/build_abacus_gnu.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,9 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
6161
# -DTorch_DIR=$LIBTORCH \
6262
# -Dlibnpy_INCLUDE_DIR=$LIBNPY \
6363
# -DDeePMD_DIR=$DEEPMD \
64-
# -DNEP_DIR=$NEP_DIR \
65-
# -DUSE_CUDA=ON \
6664
# -DENABLE_CUSOLVERMP=ON \
6765
# -D CAL_CUSOLVERMP_PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/2x.xx/math_libs/1x.x/targets/x86_64-linux/lib
6866

69-
# if one want's to include deepmd, your system gcc version should be >= 11.3.0 for glibc requirements
70-
7167
cmake --build $BUILD_DIR -j `nproc`
7268
cmake --install $BUILD_DIR 2>/dev/null
7369

toolchain/build_abacus_intel.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,9 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
5959
# -DTorch_DIR=$LIBTORCH \
6060
# -Dlibnpy_INCLUDE_DIR=$LIBNPY \
6161
# -DDeePMD_DIR=$DEEPMD \
62-
# -DNEP_DIR=$NEP_DIR \
63-
# -DUSE_CUDA=ON \
6462
# -DENABLE_CUSOLVERMP=ON \
6563
# -D CAL_CUSOLVERMP_PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/2x.xx/math_libs/1x.x/targets/x86_64-linux/lib
6664

67-
# if one want's to include deepmd, your system gcc version should be >= 11.3.0 for glibc requirements
68-
6965
cmake --build $BUILD_DIR -j `nproc`
7066
cmake --install $BUILD_DIR 2>/dev/null
7167

0 commit comments

Comments
 (0)