Something went wrong on our end
-
Petra Seibert authored
Language corrections for the Sections Developers, Support, Changelog, and the home directory (index.html)
Petra Seibert authoredLanguage corrections for the Sections Developers, Support, Changelog, and the home directory (index.html)
faq.rst 1.89 KiB
FAQ - Frequently asked questions
What can I do if I can't install the third-party libraries from distribution packages?
This can be the case if the user does not have admin rights and the sysadmins would not want to provide the libraries. In this case, a workaround is to install the necessary libraries from source into a user directory, following these steps:
- Steps to install libraries from source:
-
- Read Emoslib installation instructions
- Read ECMWF blog about gfortran
- Install FFTW
-
Install EMOSLIB (execute
make
two times! One time without any options, and another time with the single-precision option.) - Install ECCODES
- Register for MARS access (:ref:`ref-registration`)
- Install Web API's CDS API and ECMWF Web API
- Check whether LD_LIBRARY_PATH environment variable contains the paths to all the libs
- Check available Python packages (e.g.
import eccodes
/import grib_api
/import ecmwfapi
) - Start test retrieval (:ref:`ref-test-local`)
- Install
flex_extract
(:doc:`../installation`)
Caution!
- use the same compiler and compiler version all the time
- don't forget to set all Library paths in the LD_LIBRARY_PATH environment variable
- adapt the
flex_extract
makefile