Skip to content

Commit

Permalink
use the clang compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Jan 7, 2025
1 parent 0045f77 commit d598c3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
TF_INTER_OP_PARALLELISM_THREADS: 1
LMP_CXX11_ABI_0: 1
CMAKE_GENERATOR: Ninja
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
Expand Down

0 comments on commit d598c3e

Please sign in to comment.