NCAR / ParallelIO

A high-level Parallel I/O Library for structured grid applications
Apache License 2.0
134 stars 52 forks source link

./configure.ac: line 5: syntax error near unexpected token `pio,' #1909

Closed mayavy closed 2 years ago

mayavy commented 2 years ago

I cloned master branch on my HPC(centos) . (for MPAS-A ver-7) set up env as in instructions . than ran ./configure.ac --prefix=/usr/local/pio-2.4.2 --enable-fortran got this ./configure.ac: line 5: syntax error near unexpected token pio,' ./configure.ac: line 5:AC_INIT(pio, 2.5.5)'


bug
edwardhartnett commented 2 years ago

When checking code out of the repo do this:

autoreconf -i
./configure --prefix=/whatever
make -j check

You did not run autoreconf -i...