Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/netcdf_hdf5_no_pnetcdf_ncint_mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/checkout@v3
- name: Installs
run: |
sudo apt-get update
sudo apt-get install doxygen graphviz wget gfortran libjpeg-dev libz-dev libcurl4-gnutls-dev
- name: cache-mpich
id: cache-mpich
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/withspack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# spack uninstall -y parallelio@=develop+pnetcdf+fortran ^mpich || true
# spack dev-build -d $GITHUB_WORKSPACE parallelio@=develop+pnetcdf+fortran ^mpich
spack uninstall -y parallelio@=develop+pnetcdf+fortran ^mpich || true
spack dev-build -d $GITHUB_WORKSPACE parallelio@=develop+pnetcdf+fortran ^mpich
spack dev-build -n -d $GITHUB_WORKSPACE parallelio@=develop+pnetcdf+fortran ^mpich

- name: Test parallelio
run: |
Expand All @@ -72,6 +72,6 @@ jobs:
popd


- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ itself, introduces dependencies on LIBZ and (optionally) SZIP.
To build PIO, unpack the distribution tarball and do:

```
autoreconf -i
CC=mpicc FC=mpif90 ./configure --enable-fortran && make check install
```

Expand Down
Loading