Versions Compared

Key

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

...

This section describes the steps to configure environment and to install/load kepler starting from the clean stage (you open new terminal)

 

Code Block
> module purge

...


> module load cineca

...


> module load imasenv

...


> kepler_install <your

...

 name>        # for example: kepler_install my_kepler_2.5p4
> kepler_load <your_name>           # for example: kepler_load my_kepler_2.5p4


Notes:

  • this will load default imasenv (that is 3.23.1/ual/4.0.04 at 4 at the moment)
  • loading wpcd module  module is optional in this case and default version of this module will be loaded automatically
  • default environment module is based on intel compiler 
  • <your name> in kepler_install/ and kepler_load commands  commands is the name of the local version of kepler you want to have (to check which versions are installed currently do kepler_avail and  and <your name> should appear)

...