Skip to content

Commit

Permalink
Update source/install/build_cc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Aug 12, 2021
1 parent f19856b commit d50523b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/install/build_cc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ NPROC=$(nproc --all)
BUILD_TMP_DIR=${SCRIPT_PATH}/../build
mkdir -p ${BUILD_TMP_DIR}
cd ${BUILD_TMP_DIR}
cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} -D LAMMPS_INSTALL_RPATH=ON -DINSTALL_TENSORFLOW=TRUE ${CUDA_ARGS} -DLAMMPS_VERSION=patch_30Jul2021 -DUSE_TTM=TRUE ..
cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} -DINSTALL_TENSORFLOW=TRUE ${CUDA_ARGS} -DLAMMPS_VERSION=patch_30Jul2021 -DUSE_TTM=TRUE ..
make -j${NPROC}
make install

#------------------
echo "Congratulations! DeePMD-kit has been installed at ${INSTALL_PREFIX}"

0 comments on commit d50523b

Please sign in to comment.