Versions Compared

Key

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

...

Setting up versions older than IMAS 3.23.3

Code Block
module load imas-modules
module load imasenv

New method - work in progress

...

Setting up versions IMAS 3.23.3 and newer


Code Block
languagebash
titleSetting up environment at JET (IMAS)
module purge
module use /common/ETS/modules/environment/imas
module load imas-setup
module load wpcdenv/intel
module load imasenvload imas-modules/2.0 #<==== please pay attention to load a correct version of module!
module load imasenv


Info
titleChosing given version of IMAS

To load particular version of IMAS one can specify:

module load imasenv/<imas_version> 

e.g. : imasenv/3.24.0


Info
titleChosing compiler

To use compiler provided by given vendor:

module load imasenv/<imas_version>/<compiler_vendor>

e.g. : imasenv/3.24.0/intel .

  imasenv/3.24.0/gcc