Skip to content

Commit

Permalink
fix path and compile only baseline kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Aug 15, 2024
1 parent c0453cf commit 451b674
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/h5bench-hdf5-1.14.1-compress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
cd build-sync
cmake .. \
-DCMAKE_C_COMPILER=$HDF5_HOME/bin/h5pcc \
-DH5BENCH_ALL=ON
-DCMAKE_C_COMPILER=$HDF5_HOME/bin/h5pcc
make
- name: Test h5bench SYNC write/read
Expand Down Expand Up @@ -58,7 +57,7 @@ jobs:
- name: Test h5bench SYNC write/read 1D ZFP filter
run: |
export LD_LIBRARY_PATH=/opt/zfp/installer/lib64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/opt/zfp/lib64:$LD_LIBRARY_PATH
cd build-sync
./h5bench --debug --abort-on-failure --validate-mode ../samples/sync-write-read-chunked-1d-ZFP.json
Expand All @@ -84,7 +83,7 @@ jobs:
- name: Test h5bench SYNC write/read 2D ZFP filter
run: |
export LD_LIBRARY_PATH=/opt/zfp/installer/lib64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/opt/zfp/lib64:$LD_LIBRARY_PATH
cd build-sync
./h5bench --debug --abort-on-failure --validate-mode ../samples/sync-write-read-chunked-2d-ZFP.json
Expand All @@ -110,7 +109,7 @@ jobs:
- name: Test h5bench SYNC write/read 3D ZFP filter
run: |
export LD_LIBRARY_PATH=/opt/zfp/installer/lib64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/opt/zfp/lib64:$LD_LIBRARY_PATH
cd build-sync
./h5bench --debug --abort-on-failure --validate-mode ../samples/sync-write-read-chunked-3d-ZFP.json
Expand Down

0 comments on commit 451b674

Please sign in to comment.