Versions Compared

Key

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

...

Code Block
# Load IMAS environment - thisdetails will be discussed in other section
> module load imasenv/3.24.0/rc

# Switch to Kepler release with all the ETS actors
> module switch kepler/2.5p4-3.0.4_dressed

# Install your own copy of Kepler
> kepler_install my_ETS_Kepler

# Load the version you have just installed
# - note that users/developers can work with multiple versions
# of Kepler at the same time (e.g. released, being developed, etc.)
> kepler_load my_ETS_Kepler

# Start Kepler
> kepler


Loading ETS workflow

TODO: describe how to load ETS

...

In order to open workflow choose File → Open → ~g2michal/public/4/training/ETS and open file ETS_WORKFLOW_IMAS.xml - you should be able to see following workflow being loaded.

Image Added

Kepler Core Actors (KCA) for IMAS

While analysing ETS workflow you will find lots of actors that are dedicated to IMAS itself. These actors perform (mostly) actions related to data input/output reading/writing. These actors are called Kepler Core Actors.

You can always refer to the list of all actors here: Kepler Core Actors - documentation

Repository with actors can be found at following location: Kepler Core Actors - GIT repository

During this session we will briefly go over the list of these actors to give you the feeling of what each actor does.

Building Physics related actors - so called actor release procedure

In case you are