Skip to content

Commit

Permalink
update test shell
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrogenSulfate committed Dec 31, 2024
1 parent c2a9295 commit 6cc6eb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/build_cxx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ cmake -D ENABLE_TENSORFLOW=ON \
-D CMAKE_INSTALL_PREFIX=${SCRIPT_PATH}/../dp/ \
-D LAMMPS_VERSION=stable_29Aug2024_update1 \
-D CMAKE_BUILD_TYPE=Debug \
-D BUILD_PY_IF=ON \
-D BUILD_TESTING:BOOL=TRUE \
-D TENSORFLOW_ROOT=${TENSORFLOW_ROOT} \
${SCRIPT_PATH}/../source
cmake --build . -j${NPROC}
cmake --build . -j4
cmake --install .
1 change: 1 addition & 0 deletions source/install/test_cc_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ cd ${BUILD_TMP_DIR}
cmake \
-D ENABLE_TENSORFLOW=TRUE \
-D ENABLE_PYTORCH=TRUE \
-D ENABLE_PADDLE=TRUE \
-D INSTALL_TENSORFLOW=FALSE \
-D USE_TF_PYTHON_LIBS=TRUE \
-D CMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} \
Expand Down

0 comments on commit 6cc6eb7

Please sign in to comment.