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

Warning
titleEnvironment requirements

Please note that this instructions will work only with:

  • any kind of ITM environment
  • since version 3.2123.01 of IMAS environment (we need most recent release of Kepler/2.5p25p4-23.0.1.5 and keplertools/1.78.0

...

  • 1


It is possible to run ITM Kepler and IMAS Kepler at the same time (you need to start them in two, different 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_itm_kepler
> kepler.sh
 



Code Block
> module load imasenv/3.2123.01
 
# 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
 
 kepler 
> module kepler_load kepler/my_imas_kepler
> kepler
 


1 - Multiple Keplers2 - IMAS Kepler - 2.5p25p4-23.0.1.15 - IMAS

 

...