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
# just to make sure the environment is clean...
> module purge
> module load cineca
 
# actual installation
> module load imasenv
> kepler_install <your _kepler_name>        # for example: kepler_install my_kepler_2.5p4
> kepler_load <your_kepler_name>           # for example: kepler_load my_kepler_2.5p4

...