We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e1734 commit 0cfc437Copy full SHA for 0cfc437
.github/workflows/run_tests_ubuntu.yml
@@ -100,7 +100,7 @@ jobs:
100
make -j
101
make install -j
102
popd
103
- wget https://parallel-netcdf.github.io/Release/pnetcdf-1.12.3.tar.gz
+ 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 }}
0 commit comments