Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fill section 6.4: GGD Library

...

CHEAT SHEET
 ITMIMAS
module loading
shell> module load itmconstants
shell> module load imas
pkgconfig (Fortran)pkg-config --libs --cflags itmconstants-<compiler>.pcpkg-config --libs --cflags imas-constants-<compiler> (where <compiler>=ifort,gfortran,...)
using library (Fortran)
use itm_constants
use imas_imas_constants

6.3 XMLLib >>Michal<<

6.4

...

GGD Library

  • Defined as part of IMAS
  • Available for Fortran only
  • Available for imas/3.12.0/ual/3.6.3 - imas/3.15.0/ual/3.6.4
  • Defined as multiple module files (ids_grid is one of them)
CHEAT SHEET
 ITMIMAS
module loading
shell> module load itmenv
shell> module load itmggd 
shell> module load imas/3.15.0/ual/3.6.4
pkgconfig (Fortran)pkg-config --libs --cflags itmggd-<compiler>.pc

pkg-config -- libs --cflags imas-lowlevel imas-<compiler> ggd-<compiler> (where <compiler>=ifort,gfortran,...)

using library (Fortran)
use euITM_schemas
use euITM_routines
use itm_grid
use ids_schemas
use ids_routines
use ids_grid