Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleimasenv/3.23.1

This page describes changes introduced by imasenv/3.23.1

Table of Contents

Table of Contents

imasenv module layout

We would like to remind you that, starting from version imasenv/3.21.0,  the layout of the module imasenv has been changed. The change was introduced  to fulfil WPCD request relating to possibility of loading libraries compiled either by Intel OR GNU compiler (the previous versions of module loaded mixed set of libraries).

...

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

IMAS UAL module

UAL module name has been changed to capital letters (IMAS/<dd_ver>/AL/<engine_version>) to underline the difference between "old" and "new" AL (see UAL section below).

UAL

The Access-Layer (AL, version 4, sometimes referred to as the "new lowlevel") used in the new imasenv default (and since imasenv/3.21.1) was deeply modified (previous AL was in version 3).

...

Info

More details on API changes and how to use the conversion script can be found at the following page: https://confluence.man.poznan.pl/community/display/WFMS/Access+Layer%3A+from+version+3+to+version+4

Kepler

There is a new release of Kepler: 2.5p4-3.0.1 and Keplertools: 1.8.1 It is automatically loaded together with imasenv/3.23.1.

...

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.4 at the moment)
  • loading wpcd 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 is the name of the local version of kepler you want to have (to check which versions are installed currently do kepler_avail and <your name> should appear)