Versions Compared

Key

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

...

Code Block
module load imasenv

2.3. Setting IMAS @ JET (Freia)

You can switch to IMAS environment using:

Code Block
languagebash
module load imas-modules    # add all imas modules to module path
module load imas/3.17.1     # or other version of your choice; default is older
module swap mdsplus/7.7.11  # the default version 6.1 loaded by JAC module is too slow with IMAS
module load pyual

The JET installation is maintained by Jonathan Hollocombe. 

3. Database initialization

...

Code Block
export _JAVA_OPTIONS="-Xss20m -Xms8gXms1g -Xmx8gXmx4g"