Versions Compared

Key

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

...

CHEAT SHEET
 ITMIMAS
module loading
shell> module load itmtypes
shell> module load imas
pkgconfigpkg-config --libs --cflags itmtypes-amd64_<compiler>_<compiler_version>.pc

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

using library (Fortran)
use itm_types
use ids_types

6.2 ITM constants

...

  • Defined as a part of UAL
  • Available for Fortran and CPP

...

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

6.3 XMLLib >>Michal<<

6.4. GGD >>Dejan<<