Versions Compared

Key

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

...

Code Block
# First of all you have to checkout actor release repository
#
> svn co https://gforge6.eufus.eu/svn/actor_release/trunk/IMAS
> cd IMAS

# You have to initialise your environment
#
> module purge
> module load cineca
> module load imasenv/3.24.0/rc

# You should prepare the place where you Kepler installations will be stored.
# 
> mkdir -p $ITMWORK/my_imas_keplers
> setenv KEPLER_DIR $ITMWORK/my_imas_keplers
> imasdb jet
> setenv _JAVA_OPTIONS "-Xss20m -Xms8g -Xmx8g -Dsun.java2d.xrender=false"

# Now you can make sure to prepare new version of Kepler - where all the actors
# will be installed
#
> module switch kepler/2.5p4-3.0.4
> kepler_install test_kepler
> kepler_load test_kepler
> ./actor_install.py --skipModules -D install_folder -v debug

Once above steps are executed, your Kepler release will contain all the physics related actors.