mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
Add more diagnostic info
This commit is contained in:
parent
e4bb2cc7e8
commit
a7552cd543
10
.github/workflows/run_tests_ubuntu.yml
vendored
10
.github/workflows/run_tests_ubuntu.yml
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user