Add more diagnostic info

This commit is contained in:
Ward Fisher 2024-12-18 16:39:06 -07:00
parent e4bb2cc7e8
commit a7552cd543

View File

@ -67,6 +67,10 @@ jobs:
make install -j
popd
- name: Check libhdf5-serial-${{ matrix.hdf5}}
run: |
ls ${HOME}/environments/**
build-deps-parallel:
runs-on: ubuntu-latest
@ -127,6 +131,12 @@ jobs:
make -j
make install -j
popd
- name: Check libhdf5-parallel-${{ matrix.hdf5}}
run: |
ls ${HOME}/environments/**
echo ""
mpicc -v
#####
# One-Off Autotools-based tests.