Changes between Version 8 and Version 9 of Public/User_Guide/Information_on_software


Ignore:
Timestamp:
Aug 5, 2019, 4:33:49 PM (5 years ago)
Author:
Jacopo de Amicis
Comment:

Minor changes.

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/Information_on_software

    v8 v9  
    3131The software made available on the new stack via Easybuild is arranged hierarchically, with only some core modules made available to the user at login. Typically, these core modules include the compilers, or some other standalone tools (i.e. JUBE). Loading such core modules via `module load` allows the list of available modules to increase, including the modules that are installed with the fore-mentioned core module as a dependency.
    3232
    33 A typical workflow would be the following. After enabling the new stack, the user would be in this situation:
     33A typical workflow would be the following. After logging in, the user would be in this situation (note: the examples below were produced with the old Haswell stack):
    3434
    3535{{{
     
    156156- `ml +module` (or `ml module`) allows to load a specific module (e.g. `ml Intel` loads the default version of the Intel module);
    157157- `ml -module` unloads the previously loaded module (e.g. `ml -Intel` removes the currently loaded version of the Intel module);
    158 - the `ml` wrapper can be user instead of `module` for all the subcommands of `module` (e.g. `ml avail` or `ml av`, or `ml restore`, etc.)
     158- the `ml` wrapper can be used instead of `module` for all the subcommands of `module` (e.g. `ml avail` or `ml av`, or `ml restore`, etc.)
    159159
    160160More information on lmod can be found [https://lmod.readthedocs.io/en/latest/ here].