Rate This Document
Findability
Accuracy
Completeness
Readability

Troubleshooting

Problem 1: An Error Is Reported During Software Build

Symptom:

If the following error is reported during the installation, add the NetCDF installation path to the specified file based on the error information.

Possible Cause:

The NetCDF installation path is not added to the specified file.

Procedure:

  1. Modify the CmakCache.txt file.
    1. Open CmakCache.txt.
      vi /path/to/NCEPLIBS/NCEPLIBS1.3.0/build/w3emc/src/w3emc-build/CmakCache.txt
    2. Press i to enter the insert mode and modify the file as follows:
      Before the modification:
      //NetCDF C include directory
      NetCDF_C_INCLUDE_FILE:FILEPATH=NetCDF_C_INCLUDE_FILE-NOTFOUND

      After the modification:

      //NetCDF C include directory
      NetCDF_C_INCLUDE_FILE:FILEPATH=/path/to/NETCDF/include
    3. Press Esc, type :wq!, and press Enter to save the file and exit.
  2. Build the software. If a similar error occurs, perform the previous steps to rectify the error.
    make -j 16