Home - COSMO-ORG/fieldextra-wiki GitHub Wiki
Fieldextra documentation (more is available in software package)
- Fieldextra overview (PDF download)
- Fieldextra first contact (PDF download)
- Fieldextra history (summary)
Use of fieldextra on new ECMWF platform (atos)
Before starting fieldextra it is necessary to relax system limits imposed on size of stack, and to correctly set the OpenMP environment. In addition, fieldextra has been compiled with dynamic libraries, and the correct programming environment has to be loaded:
ulimit -s unlimited # unlimit stack size
export OMP_STACKSIZE=500M # increase OpenMP stack size
module purge # load programming environment
module load prgenv/gnu