File tree Expand file tree Collapse file tree
tests/integrate/204_NO_KP_NC Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,15 +31,19 @@ jobs:
3131
3232 - name : Configure
3333 run : |
34+ git config --global --add safe.directory /__w/abacus-develop/abacus-develop
3435 cmake -B build -DBUILD_TESTING=ON -DENABLE_DEEPKS=ON -DENABLE_LIBXC=ON -DENABLE_LIBRI=ON -DENABLE_PAW=ON -DENABLE_GOOGLEBENCH=ON -DENABLE_RAPIDJSON=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=1
3536
36- - uses : pre-commit/action@v3.0.1
37- with :
38- extra_args :
39- --from-ref ${{ github.event.pull_request.base.sha }}
40- --to-ref ${{ github.event.pull_request.head.sha }}
41- continue-on-error : true
42- - uses : pre-commit-ci/lite-action@v1.0.3
37+ # Temporarily removed because no one maintains this now.
38+ # And it will break the CI test workflow.
39+
40+ # - uses: pre-commit/action@v3.0.1
41+ # with:
42+ # extra_args:
43+ # --from-ref ${{ github.event.pull_request.base.sha }}
44+ # --to-ref ${{ github.event.pull_request.head.sha }}
45+ # continue-on-error: true
46+ # - uses: pre-commit-ci/lite-action@v1.0.3
4347
4448 - name : Build
4549 run : |
Original file line number Diff line number Diff line change 1+ threshold 3e-7
2+ force_threshold 0.0001
3+ stress_threshold 0.001
4+ fatal_threshold 1
Original file line number Diff line number Diff line change 200200 ui_print_color " ${UI_GREEN}${UI_BOLD} " " 🚀 Build ABACUS with your preferred toolchain:"
201201 ui_print_color " ${UI_WHITE} " " ./build_abacus_gnu.sh # GNU toolchain (GCC + OpenBLAS)"
202202 ui_print_color " ${UI_WHITE} " " ./build_abacus_intel.sh # Intel toolchain (ICC + MKL)"
203+ ui_print_color " ${UI_WHITE} " " ./build_abacus_gcc-mkl.sh # GCC + MKL"
203204 ui_print_color " ${UI_WHITE} " " ./build_abacus_gcc-aocl.sh # AMD GCC + AOCL"
204205 ui_print_color " ${UI_WHITE} " " ./build_abacus_aocc-aocl.sh # AMD AOCC + AOCL"
205206 echo " "
219220}
220221
221222# Run main function with all arguments
222- main " $@ "
223+ main " $@ "
You can’t perform that action at this time.
0 commit comments