我要评分
获取效率
正确性
完整性
易理解

Compilation and Installation

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the GRIB API source package.
    cd /path/to
    tar xf v1.21.0.tar.gz
  3. 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