Versions Compared

Key

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

...

Info

More about installing and configuring Kepler for IMAS can be found at following location: IMAS Kepler - 2.5p4-3.0.5


Info

It's a good idea to keep your configuration inside shell scripts and then, loading them at one go. For example, you could have put something like this

Code Block
module load imasenv/3.24.0/rc
mkdir -p $ITMWORK/imas-keplers
setenv KEPLER_DIR ~/imas-keplers
kepler_install my_first_kepler
kepler_load my_first_kepler

inside file ~/my_setup.sh and then, instead of typic these commands each time you log in, you could have your environment set after calling

Code Block
> source ~/my_setup.sh



05.3.2 Creating directory for user's data

...

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.
#
> imasdb jet

05.3.3 Creating directory for user's data

After your terminal session is set up