From 894a83532aaae2801570af9f74711eb7e43b0288 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Mon, 23 Dec 2024 15:30:11 -0600 Subject: [PATCH] iotest failures --- .github/workflows/ubuntu_mpich.yml | 6 +++++- .github/workflows/ubuntu_openmpi.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu_mpich.yml b/.github/workflows/ubuntu_mpich.yml index fa475cd..be15632 100644 --- a/.github/workflows/ubuntu_mpich.yml +++ b/.github/workflows/ubuntu_mpich.yml @@ -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 @@ -152,3 +152,7 @@ jobs: cd ${GITHUB_WORKSPACE} make -s distclean + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + diff --git a/.github/workflows/ubuntu_openmpi.yml b/.github/workflows/ubuntu_openmpi.yml index 81e1b21..4cb75cd 100644 --- a/.github/workflows/ubuntu_openmpi.yml +++ b/.github/workflows/ubuntu_openmpi.yml @@ -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