Versions Compared

Key

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

...

CHEAT SHEET
 ITMIMAS
module loading
shell> module load xmllib
shell> module load imas-xmllib/2.0.0-imas-3.7.4-GCC-6.1.0
shell> module load imas-xmllib/2.0.0-imas-3.7.4-intel-17.0
pkgconfig (Fortran)pkg-config --libs --cflags xmllib-<compiler>pkg-config --libs --cflags imas-constants-<compiler> (where <compiler>=ifort,gfortran,...)
using library (Fortran)
use 
use imas_imas_constants

6.3 XMLLib

 

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.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)

...