Skip to content

Commit

Permalink
Merge branch 'add_cpp_infer' of https://github.com/HydrogenSulfate/de…
Browse files Browse the repository at this point in the history
…epmd-kit into add_cpp_infer
  • Loading branch information
HydrogenSulfate committed Jan 8, 2025
2 parents cbbd11e + d598c3e commit 9f558e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
TF_INTER_OP_PARALLELISM_THREADS: 1
LMP_CXX11_ABI_0: 1
CMAKE_GENERATOR: Ninja
CXXFLAGS: ${{ matrix.check_memleak && '-fsanitize=leak -fsanitize-ignorelist=${{ github.workspace }}/.github/workflows/ignorelist.txt' || '' }}
CC: clang
CXX: clang++
CXXFLAGS: ${{ matrix.check_memleak && format('-fsanitize=leak -fsanitize-ignorelist={0}/.github/workflows/ignorelist.txt', github.workspace) || '' }}
# test lammps
- run: pytest --cov=deepmd source/lmp/tests
env:
Expand Down

0 comments on commit 9f558e7

Please sign in to comment.