Versions Compared

Key

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

...

In order to switch to IMAS environment you have use helper script that will unload ITM modules and will load IMAS related modules

  • switch from ITM module to IMAS module

    Code Block
    languagebash
    linenumberstrue
    module unload itmenv
    module load imasenv
    imasdb <machine_name>

    OR

  • purge all modules and load "clean" IMAS environment

    Code Block
    linenumberstrue
    module purge
    module load cineca
    module load imasenv
    imasdb <machine_name>

Installing Kepler inside your private location

...