Versions Compared

Key

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

...

This setup could be simplified by calling only “module load imasenv/<dd_version> ” imasenv” that transparently loads wpcdenv/intel and imasenv/3.23.1/ual/4.0.4

Info

Detailed information (including more advanced settings) can be found on the following page:

https://confluence.man.poznan.pl/community/display/WFMS/IMAS%3A+Setting+working+environment

...

Info

You can read more about installation of new version of Kepler at following page: IMAS Kepler - 2.5p4-3.0.1

 

Summary

...

Installation instructions

...

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


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)

...