Skip to content

Commit 572f123

Browse files
authored
Merge pull request #2280 from edwardhartnett/ejh_pnetcdf_CI
Adds pnetcdf to the parallel I/O testing on GitHub.
2 parents 4ad4545 + 0cfc437 commit 572f123

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/run_tests_ubuntu.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ jobs:
100100
make -j
101101
make install -j
102102
popd
103+
wget https://parallel-netcdf.github.io/Release/pnetcdf-1.12.3.tar.gz
104+
tar -zxf pnetcdf-1.12.3.tar.gz
105+
pushd pnetcdf-1.12.3
106+
CC=mpicc ./configure --disable-static --enable-shared --prefix=${HOME}/environments/${{ matrix.hdf5 }}
107+
make -j
108+
make install -j
109+
popd
103110
104111
#####
105112
# One-Off Autotools-based tests.
@@ -233,7 +240,7 @@ jobs:
233240

234241
- name: Configure
235242
shell: bash -l {0}
236-
run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} CC=mpicc ./configure --enable-hdf4 --enable-hdf5 --enable-dap --disable-dap-remote-tests --enable-parallel-tests
243+
run: CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} LD_LIBRARY_PATH=${LD_LIBRARY_PATH} CC=mpicc ./configure --enable-hdf4 --enable-hdf5 --enable-dap --disable-dap-remote-tests --enable-parallel-tests --enable-pnetcdf
237244
if: ${{ success() }}
238245

239246
- name: Look at config.log if error

0 commit comments

Comments
 (0)