Versions Compared

Key

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

...

As configure, CMake will run some tests on the user's system to find out if required third-party software libraries are available and notes their locations (paths). Based on this information it will produces the Makefiles needed to compile and install Emoslib.

Requirements

 

Compilers
Chttp://gcc.gnu.org/ 
Fortranhttp://gcc.gnu.org/fortran/ 
Utilities

make

http://www.gnu.org/software/make/ 
cmakehttp://www.cmake.org/version 2.8.4 minimum
Ecmwf ECMWF libraries
grib-apiGRIB-API Home (Requires > 1.9)for GRIB support
 
Third-party libraries
FFTWhttp://www.fftw.orgIf you install from Debian/RPM binary packages,
please ensure to install development packages!

Compilation environment

At ECMWF, SLES11 & OpenSuSE 11.3/13.1 Linux systems (64bit) were used for testing.

...