Changes between Version 8 and Version 9 of Public/User_Guide/Information_on_software
- Timestamp:
- Aug 5, 2019, 4:33:49 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/User_Guide/Information_on_software
v8 v9 31 31 The 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. 32 32 33 A typical workflow would be the following. After enabling the new stack, the user would be in this situation:33 A 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): 34 34 35 35 {{{ … … 156 156 - `ml +module` (or `ml module`) allows to load a specific module (e.g. `ml Intel` loads the default version of the Intel module); 157 157 - `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 use rinstead 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.) 159 159 160 160 More information on lmod can be found [https://lmod.readthedocs.io/en/latest/ here].