The executables were not created
Check the compile.log file carefully for any errors.
Most common errors are:
-
Incorrect netCDF version (e.g., netCDF complied with PGI, but you are compiling the code with Intel compilers).
- Paths to libraries not found.
- Required libraries not installed, or not installed correctly.
- You configured for GRIB2 data, but do not have the extra libraries (JasPer, PNG and Zlib) on your system, or they have been installed incorrectly. (Zlib may already be on your computer, so check before installing this library. JasPer and PNG are compression libraries needed to ungrib GRIB version 2 data.)
If you correct any problems in the configure.wps file, be sure
to
./clean
before your attempt to compile the code again. |