Changes
Page history
Update Software Environment
authored
Jul 27, 2020
by
Alain O' Miniussi
Hide whitespace changes
Inline
Side-by-side
Licallo/Software-Environment.md
View page @
aeb91554
...
...
@@ -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.
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
...
...
...
...