Versions Compared

Key

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

...

Info
titleMore info (technical details) can be found here

You can find more info regarding this installation at ITER: https://confluence.iter.org/display/IMP/2019/05/24/New+release+and+installation+of+IMAS+and+Kepler+on+ITER+cluster

Make sure you don't have KEPLER_DIR set inside ~/.cshrc or ~/.profile or ~/.bashrc
Warninginfo
Remove
titleMake sure to set KEPLER_DIR properly

If you want, you can use KEPLER_DIR variable

to set preferred location for all Kepler installations

Code Block
# tcsh
> setenv KEPLER_DIR $ITMWORK/imas_kepler
 
# bash
> export KEPLER_DIR=$ITMWORK/imas_kepler
 

You can use different location if you like.

Warning
titleITM_KEPLER_DIR vs. KEPLER_DIR

In the past, KEPLER_DIR variable was used to set location of user based installations inside ITM. This variable was adapted by IMAS based release of Kepler.

If you want to set location of your ITM based Keplers, make sure to use variable ITM_KEPLER_DIR

 

Load imasenv/3.23.1 module by calling

...