Skip to content

Commit

Permalink
move file to correct location, use final image name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Aug 15, 2024
1 parent 9b17ba6 commit b018002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 559 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: h5bench (HDF5 1.14.0)
name: h5bench (HDF5 1.14.0 + compression)

on:
pull_request:
Expand All @@ -9,28 +9,14 @@ jobs:
h5bench:
runs-on: ubuntu-20.04
container:
image: hpcio/hdf5-1.14.1-compress
image: hpcio/hdf5-1.14.1-compression
timeout-minutes: 60

steps:
- uses: actions/checkout@v2
with:
submodules: true

- name: Build Argobots
run: |
current="$PWD"
export ABT_DIR=$current/vol-async/argobots
cd $ABT_DIR
./autogen.sh
./configure --prefix=$ABT_DIR/install
make -j 8
make install
- name: Build h5bench SYNC
run: |
current="$PWD"
Expand Down
Loading

0 comments on commit b018002

Please sign in to comment.