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