Versions Compared

Key

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

...

Code Block
# Loading imasenv module (development version)
#
> module load imasenv/3.24.0/rc
INFO: No wpcdenv was set. Using default one.
IMAS environment loaded.

# In addition to that you should make sure to install your personal version
# of Kepler - it's a good idea to choose a place where your Kepler installations
# will be stored. In case you don't set it, your personal Kepler location is set
# to $HOME/.local/kepler
#
> mkdir -p $ITMWORK/imas-keplers
> setenv KEPLER_DIR $ITMWORK/imas-keplers
> kepler_install my_first_kepler

# Make sure to initialise your database - this step will be dropped in the future
> imasdb test

# After Kepler is installed you can list all your Kepler installations
# and choose one of them to be loaded
#
> kepler_avail
Using KEPLER_DIR at: /afs/eufus.eu/user/g/g2michal/itmwork/imas-keplers.
Available local installations (* currently loaded):
  my_first_kepler 	: /gw/swimas/extra/kepler/2.5p4-3.0.5	keplertools/1.8.7
  my_own_kepler   	: /gw/swimas/extra/kepler/2.5p2-2.1.5	keplertools/
  test            	: /gw/swimas/extra/kepler/2.5p2-2.1.5	keplertools/
NOTE: No installation is currently loaded, please use `kepler_load` to load one or create a new one with `kepler_install`.
> kepler_load my_first_kepler
Using KEPLER_DIR at: /afs/eufus.eu/user/g/g2michal/itmwork/imas-keplers.

# You can start Kepler now
#
> kepler
Using KEPLER_DIR at: /afs/eufus.eu/user/g/g2michal/itmwork/imas-keplers.
The base dir is /gss_efgw_work/work/g2michal/imas-keplers/my_first_kepler/kepler
...
...

...