Skip to content

Commit

Permalink
reinstate HDF5+oneAPI test
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Jun 24, 2024
1 parent 0f9b5b6 commit dcac4bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
compiler: intel
version: 2024.1.0

- name: (Ubuntu) Build HDF5 for oneAPI
- name: (Ubuntu) finalize oneAPI environment
if: contains(matrix.os,'ubuntu') && contains(matrix.mpi,'intel')
run: |
# To run HDF5 with oneAPI, we need to build it from source
Expand Down
4 changes: 2 additions & 2 deletions ci/meta_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ popd


# ifx cannot currently build the HDF5 library
if [ ! "$FPM_FC" == "ifx" ]; then
# if [ ! "$FPM_FC" == "ifx" ]; then
pushd metapackage_hdf5
"$fpm" build --verbose
"$fpm" run --verbose
popd
fi
#fi

# Cleanup
rm -rf ./*/build

0 comments on commit dcac4bb

Please sign in to comment.