Skip to content

Commit

Permalink
iotest failures
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Dec 23, 2024
1 parent 3814f99 commit 894a835
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ubuntu_mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
autoreconf -i
./configure --with-hdf5=${GITHUB_WORKSPACE}/HDF5 \
--enable-test-netcdf4=${GITHUB_WORKSPACE}/NetCDF \
--disable-test-hdf5-iotest \
--enable-test-hdf5-iotest \
--with-mpi=${GITHUB_WORKSPACE}/MPICH
# Do NOT test QMCPACK, as it requires FFTW which fails to build
- name: Print config.log if error
Expand Down Expand Up @@ -152,3 +152,7 @@ jobs:
cd ${GITHUB_WORKSPACE}
make -s distclean
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
autoreconf -i
./configure --with-hdf5=${GITHUB_WORKSPACE}/HDF5 \
--enable-test-netcdf4=${GITHUB_WORKSPACE}/NetCDF \
--disable-test-hdf5-iotest \
--enable-test-hdf5-iotest \
TESTMPIRUN="mpiexec --oversubscribe -n NP"
# Do NOT test QMCPACK, as it requires FFTW which fails to build
- name: Print config.log if error
Expand Down

0 comments on commit 894a835

Please sign in to comment.