Update Software Environment authored by Alain O' Miniussi's avatar Alain O' Miniussi
...@@ -7,7 +7,7 @@ The software environment is managed through [lmod](https://lmod.readthedocs.io/e ...@@ -7,7 +7,7 @@ The software environment is managed through [lmod](https://lmod.readthedocs.io/e
Note that `module avail` does not display all the potentially available modules, only those available with the currently loaded modules. Note that `module avail` does not display all the potentially available modules, only those available with the currently loaded modules.
For example, let say the module `hdf5` depends on the module `intel-gnu8-runtime`, it will only appear once `intel-gnu8-runtime` is loaded. For example, let say the module `hdf5` depends on the module `intel-gnu8-runtime`, it will only appear once `intel-gnu8-runtime` is loaded:
``` ```
$ module purge $ module purge
... ...
......