Skip to content

Commit

Permalink
Test if the failures are due to AVX512
Browse files Browse the repository at this point in the history
  • Loading branch information
aous72 committed Aug 16, 2023
1 parent 459f286 commit e6614d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: cmake
run: cmake -DOJPH_BUILD_TESTS=yes ..
run: cmake -DOJPH_BUILD_TESTS=yes -DOJPH_ENABLE_INTEL_AVX512=no ..
working-directory: build
- name: build
run: make
Expand All @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: cmake
run: cmake -G "Visual Studio 17 2022" -A x64 -DOJPH_ENABLE_TIFF_SUPPORT=off -DOJPH_BUILD_TESTS=yes ..
run: cmake -G "Visual Studio 17 2022" -A x64 -DOJPH_ENABLE_TIFF_SUPPORT=off -DOJPH_BUILD_TESTS=yes -DOJPH_ENABLE_INTEL_AVX512=no ..
working-directory: build
- name: build
run: cmake --build . --config Release
Expand Down

0 comments on commit e6614d3

Please sign in to comment.