Skip to content

Commit dcac4bb

Browse files
committed
reinstate HDF5+oneAPI test
1 parent 0f9b5b6 commit dcac4bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/meta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
compiler: intel
118118
version: 2024.1.0
119119

120-
- name: (Ubuntu) Build HDF5 for oneAPI
120+
- name: (Ubuntu) finalize oneAPI environment
121121
if: contains(matrix.os,'ubuntu') && contains(matrix.mpi,'intel')
122122
run: |
123123
# To run HDF5 with oneAPI, we need to build it from source

ci/meta_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ popd
4444

4545

4646
# ifx cannot currently build the HDF5 library
47-
if [ ! "$FPM_FC" == "ifx" ]; then
47+
# if [ ! "$FPM_FC" == "ifx" ]; then
4848
pushd metapackage_hdf5
4949
"$fpm" build --verbose
5050
"$fpm" run --verbose
5151
popd
52-
fi
52+
#fi
5353

5454
# Cleanup
5555
rm -rf ./*/build

0 commit comments

Comments
 (0)