Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed May 11, 2024
1 parent 48b2949 commit 53a96f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ jobs:
icx@2024.1.0
mkl@2024.1.0
- name: Configure/Build for a domain
if: false
run: |
source /opt/intel/oneapi/setvars.sh
cmake -DREF_BLAS_ROOT=${PWD}/lapack/install -DREF_LAPACK_ROOT=${PWD}/lapack/install -DTARGET_DOMAINS=${{ matrix.domain }} -B build
cmake --build build ${PARALLEL}
- name: Run tests
if: false
run: |
source /opt/intel/oneapi/setvars.sh
# Run tests, skip GPU tests
Expand Down

0 comments on commit 53a96f5

Please sign in to comment.