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

Installing NetCDF-Fortran

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the NetCDF-Fortran installation package.
    tar -zxvf netcdf-fortran-4.4.5.tar.gz
  3. Go to the directory generated after the decompression.
    cd netcdf-fortran-4.4.5
  4. Perform the configuration.
    ./configure --prefix=/path/to/NETCDF --build=aarch64-linux --disable-static --enable-shared --enable-parallel-tests --enable-large-file-tests --enable-largefile
  5. Perform the compilation and installation.
    make -j
    make install