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
...
...

...

Code Block
# For example. To work with jet data, you will create jet database where all the pulse files are stored
# In case this directory doesn't exist yet, it will be created.
# During this tutorial, we will use database named: test
#
> imasdb jettest

05.3.3 Creating directory for user's dataRunning commands after session is set up

After your terminal session is set up you can use basic tools out of the box

Code Block
> kepler
> fc2k


Info

Please note that some tools will require X11 to run properly. You have to have your NX session running. On the other hand, some tools may be started directly from ssh session - this refers to all the CLI based tools.