File tree Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Expand file tree Collapse file tree 4 files changed +0
-16
lines changed Original file line number Diff line number Diff 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-
7571cmake --build $BUILD_DIR -j ` nproc`
7672cmake --install $BUILD_DIR 2> /dev/null
7773
Original file line number Diff line number Diff 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-
7369cmake --build $BUILD_DIR -j ` nproc`
7470cmake --install $BUILD_DIR 2> /dev/null
7571
Original file line number Diff line number Diff 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-
7167cmake --build $BUILD_DIR -j ` nproc`
7268cmake --install $BUILD_DIR 2> /dev/null
7369
Original file line number Diff line number Diff 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-
6965cmake --build $BUILD_DIR -j ` nproc`
7066cmake --install $BUILD_DIR 2> /dev/null
7167
You can’t perform that action at this time.
0 commit comments