Versions Compared

Key

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

You can run ITM/IMAS Kepler side by side - just follow the steps

It is possible to run ITM Kepler and IMAS Kepler at the same time (you need to start them in two, different Terminal sessions).

In order to use two Kepler at the same time, make sure to open two Terminal sessions

ITM KeplerIMAS Kepler
Code Block
> module load itmenv
 
# for details related to installation 
# and usage of Kepler in ITM env
# make sure to take a look here [1]
#
 
> install_kepler.sh my_itm_kepler \
  trunk/R5_RC/central \
  'trunk_R5_RC_central'
> switch_to_kepler.sh my_kepler
> kepler.sh
 
Code Block
> module load imasenv/3.21.0
 
# for details related to installation 
# and usage of Kepler in IMAS env
# make sure to take a look here [2]
# 
 
> kepler_install my_imas_kepler
 
 
> module load kepler/my_imas_kepler
> kepler
 
1 - Multiple Keplers2 - Kepler 2.5p2-2.1.15 - IMAS

...