Skip to content

Commit 8e50cc7

Browse files
committed
minor adjustment
1 parent ff7bc07 commit 8e50cc7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

toolchain/build_abacus_gnu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
6565
# for -lmkl when load libtorch
6666
# module load mkl
6767

68-
# if one want's to include deepmd, your gcc version should be >= 11.3.0
68+
# if one want's to include deepmd, your system gcc version should be >= 11.3.0 for glibc requirements
6969

7070
cmake --build $BUILD_DIR -j `nproc`
7171
cmake --install $BUILD_DIR 2>/dev/null

toolchain/build_abacus_intel-mpich.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
5656
# -DTensorFlow_DIR=$DEEPMD \
5757

5858

59-
# if one want's to include deepmd, your gcc version should be >= 11.3.0
59+
# if one want's to include deepmd, your system gcc version should be >= 11.3.0 for glibc requirements
6060

6161
cmake --build $BUILD_DIR -j `nproc`
6262
cmake --install $BUILD_DIR 2>/dev/null

toolchain/build_abacus_intel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=$PREFIX \
6060
cmake --build $BUILD_DIR -j `nproc`
6161
cmake --install $BUILD_DIR 2>/dev/null
6262

63-
# if one want's to include deepmd, your gcc version should be >= 11.3.0
63+
# if one want's to include deepmd, your system gcc version should be >= 11.3.0 for glibc requirements
6464

6565
# generate abacus_env.sh
6666
cat << EOF > "${TOOL}/abacus_env.sh"

toolchain/scripts/stage4/install_libtorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ case "${with_libtorch}" in
4444
filename="${dirname}.zip"
4545

4646
if verify_checksums "${install_lock_file}"; then
47-
echo "${filename} is already installed, skipping it."
47+
echo "${dirname} is already installed, skipping it."
4848
else
4949
if [ -f ${filename} ]; then
5050
echo "${filename} is found"

0 commit comments

Comments
 (0)