Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the GRIB API source package.
cd /path/to tar xf v1.21.0.tar.gz
- Install GRIB API.
cd grib_api-1.21.0 CC=mpicc F77=mpifort FC=mpifort ./configure --with-netcdf=/path/to/netcdf --prefix=/path/to/grib_api --build=aarch64-unknown-linux-gnu sed -i '10270c wl="-Wl,"' libtool make make install
Parent topic: GRIB API 1.21.0 Porting Guide (Kylin V10)