Update LMOD QuickReference Guide authored by Sven Hansen's avatar Sven Hansen
...@@ -14,9 +14,11 @@ The system now uses a combination of the LMOD module system and the EasyBuild au ...@@ -14,9 +14,11 @@ The system now uses a combination of the LMOD module system and the EasyBuild au
5. [External Documentation](#external-documentation) 5. [External Documentation](#external-documentation)
## Basics ## Basics
**Note:** You can use ``ml`` as a shorthand for ``module``.
#### Loading and unloading modules #### Loading and unloading modules
LMOD uses a hierarchical module scheme, where not all modules are visible at any given time. You can list the module currently available with the `avail` option. LMOD uses a hierarchical module scheme, where not all modules are visible at any given time. You can list the module currently available with the `avail` option.
```sh ```sh
... ...
......