Skip to content

Commit

Permalink
Disable SZIP for Intel oneAPI Action
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Aug 30, 2023
1 parent 54d19b0 commit 870b7a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-icx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
-DCMAKE_C_COMPILER=icx \
-DCMAKE_Fortran_COMPILER=ifx \
-DMKL_ROOT="/opt/intel/oneapi/mkl/latest" \
-DTBB_ROOT="/opt/intel/oneapi/tbb/latest"
-DTBB_ROOT="/opt/intel/oneapi/tbb/latest" \
-DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF
- name: build
shell: bash
Expand Down

0 comments on commit 870b7a2

Please sign in to comment.