summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-09-22 13:41:57 (GMT)
committerGitHub <noreply@github.com>2023-09-22 13:41:57 (GMT)
commitdece6256bff8ee8b04ed63376233c03568e4edb1 (patch)
tree6aa4b07c66a1294ef067041a71b93538ec0ab045 /.github/workflows
parent16ac8f74d4fa72c9092b6701bca1328770aa9dbe (diff)
downloadhdf5-dece6256bff8ee8b04ed63376233c03568e4edb1.zip
hdf5-dece6256bff8ee8b04ed63376233c03568e4edb1.tar.gz
hdf5-dece6256bff8ee8b04ed63376233c03568e4edb1.tar.bz2
Adds link to h5fuse.sh in testpar for autotools (#3557)
* Make the h5fuse.sh utility available to parallel subfiling tests so h5fuse testing is not skipped.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux-nvhpc.yml2
-rw-r--r--.github/workflows/main-auto-par.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/linux-nvhpc.yml b/.github/workflows/linux-nvhpc.yml
index 7a24b07..06fd40a 100644
--- a/.github/workflows/linux-nvhpc.yml
+++ b/.github/workflows/linux-nvhpc.yml
@@ -50,7 +50,7 @@ jobs:
export OMPI_FC=/opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin/nvfortran
export LD_LIBRARY_PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/23.7/cuda/12.2/lib64:/opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/lib
export PATH=/opt/nvidia/hpc_sdk/Linux_x86_64/23.7/comm_libs/openmpi4/bin:/opt/nvidia/hpc_sdk/Linux_x86_64/23.7/compilers/bin:$PATH
- cmake -B build -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF -DHDF5_ENABLE_PARALLEL:BOOL=ON -DHDF5_BUILD_FORTRAN:BOOL=ON
+ cmake -B build -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF -DHDF5_ENABLE_PARALLEL:BOOL=ON -DHDF5_BUILD_FORTRAN:BOOL=ON
cat build/CMakeCache.txt
cmake --build build
ctest --test-dir build --output-on-failure
diff --git a/.github/workflows/main-auto-par.yml b/.github/workflows/main-auto-par.yml
index 5f92836..790b20a 100644
--- a/.github/workflows/main-auto-par.yml
+++ b/.github/workflows/main-auto-par.yml
@@ -54,6 +54,7 @@ jobs:
--with-default-api-version=v114 \
--enable-shared \
--enable-parallel \
+ --enable-subfiling-vfd \
--disable-cxx \
--disable-fortran \
--disable-java \
@@ -111,6 +112,7 @@ jobs:
--with-default-api-version=v114 \
--enable-shared \
--enable-parallel \
+ --enable-subfiling-vfd \
--disable-cxx \
--disable-fortran \
--disable-java \