Update LMOD QuickReference Guide authored by Daniel Christoph Beppo Schürhoff's avatar Daniel Christoph Beppo Schürhoff
...@@ -39,7 +39,7 @@ When loading a module, the module system may set module-specific variables in th ...@@ -39,7 +39,7 @@ When loading a module, the module system may set module-specific variables in th
> module unload foo > module unload foo
``` ```
To unload all modules at once, you can `purge` the module environment, which unloads all loaded modules. While this should work, this could still lead to errors. To circumvent this, consider instead unloading all modules at once, using `purge` and the loading only the modules you need.
```sh ```sh
> module purge > module purge
... ...
......