Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the main program installation directory.
cd /path/to/CDO
- Decompress the installation package.
tar -zxvf cdo-1.9.8.tar.gz
- Go to the directory generated after the decompression.
cd cdo-1.9.8/
- Perform the configuration.
./configure --prefix=/path/to/CDO --with-netcdf=/usr --with-hdf5=/usr --with-grib_api=/usr
- Perform the compilation.
make -j 16 make install
Parent topic: CDO 1.9.8 Porting Guide (CentOS 7.6)