Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Aug 23, 2024
1 parent ab7b7da commit 278ee3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/h5bench-hdf5-1.14.1-compress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Test h5bench SYNC write/read 2D ZFP filter
run: |
export LD_LIBRARY_PATH=/opt/zfp/lib64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/opt/zfp/lib:$LD_LIBRARY_PATH
cd build-sync
./h5bench --debug --abort-on-failure --validate-mode ../samples/sync-write-read-chunked-2d-ZFP.json
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Test h5bench SYNC write/read 3D ZFP filter
run: |
export LD_LIBRARY_PATH=/opt/zfp/lib64:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/opt/zfp/lib:$LD_LIBRARY_PATH
cd build-sync
./h5bench --debug --abort-on-failure --validate-mode ../samples/sync-write-read-chunked-3d-ZFP.json
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/h5bench-hdf5-develop-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ jobs:
export ABT_DIR=/opt/argobots
export ASYNC_DIR=/opt/vol-async
export LD_LIBRARY_PATH=/opt/SZ3/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/opt/zfp/lib:$LD_LIBRARY_PATH
cd build-sync
ctest --verbose .
Expand Down

0 comments on commit 278ee3c

Please sign in to comment.