Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The created configure script contains various options to conditionally activate some part of the code, provide different I/O options or optimize for some HPC platforms the ICTP has had access to in the past years.
Not all the legacy platforms/compilers combination are anymore relevant, supported or even tested if the ICTP has not access to them.

Set the path to point your NetCDF installation in order to avoid from using another NetCDF version.

Code Block
export PATH=<path to netcdf>/bin:$PATH

To configure the build system using the GNU make program should be enough on most systems to just type in:

...