Versions Compared

Key

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

...

 

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.11 minimum
ECMWF libraries

grib-api

or (from Emoslib 4.4.2 onwards)

ecCodes

GRIB-API Home (Requires > 1.14)

 

ecCodes Home

 

for GRIB support

Third-party libraries
FFTWhttp://www.fftw.org

If you install from Debian / RPM binary packages,
please ensure to install development packages!

Please also note that shared libraries are used to link by default.
This means they need to be accessible at runtime. If you prefer to use static libraries you need to specific -DFFTW_USE_STATIC_LIBS=ON with your Emoslib cmake call.

If you build your own FFTW, please make sure also to build the single precision version of FFTW! This means you need to build twice and you need to add --enable-single to your configure call with FFTW.

 

Compilation environment

...