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

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_DIRMake sure you don't have KEPLER_DIR set inside ~/.cshrc or ~/.profile or ~/.bashrc

Load imasenv/3.23.1 module by calling

...

Warning
titleKepler location

Note that by default, Kepler is installed inside $HOME/.local/kepler.

You can change this location by creating symbolic link pointing to some other placesetting KEPLER_DIR variable

Code Block
# tcsh
> mkdir $ITMWORK/my_imas_keplers
> mkdir -p ~/.local
> cd ~/.local
 
# make sure to backup all the stuff you already have there
> mv kepler kepler~
> ln -s setenv KEPLER_DIR $ITMWORK/my_imas_keplers# tcsh


# bash
> mkdir $ITMWORK/my_imas_keplers
> export KEPLER_DIR=$ITMWORK/my_imas_keplers kepler

Now, you can list your own Kepler installations by calling

...