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

Setting up versions IMAS 3.23.3 and newer


Code Block
languagebash
titleSetting up environment at JET (IMAS)
module purge
module load standard/2014-08-12
module load dot
module load jet ets4jet itmsys
module use /common/IMAS/etc/modulefiles
module use /common/IMAS/etc/modules/all
module load imas/3.19.1/ual/3.8.2
module unload python
module load python/3.5
module unload mdsplus
module load mdsplus/7.7.11
export KEPLER_INSTALL_PATH=$HOME/imas-kepler/2.5p2-2.1.3
module load kepler/2.5p2-2.1.3
imasdb testimas-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