Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add autoreconf -i #1993

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Next Next commit
add autoreconf -i
  • Loading branch information
jedwards4b committed Sep 16, 2024
commit adb4fb9fee2af949be5a48f6c8b1c7d9b2a5694d
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

Loading