Update Software Environment authored by Alain O' Miniussi's avatar Alain O' Miniussi
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
## The module system ## The module system
The software environment is managed through [lmod](https://lmod.readthedocs.io/en/latest/). Please have a look at the [User Guide](https://lmod.readthedocs.io/en/latest/010_user.html) if you are not already familiar with it. The software environment is managed through [lmod](https://lmod.readthedocs.io/en/latest/). Please have a look at the [User Guide](https://lmod.readthedocs.io/en/latest/010_user.html) if you are not already familiar with it.
## Available modules ## Modules dependencies
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.
...@@ -29,3 +29,9 @@ $ module avail ...@@ -29,3 +29,9 @@ $ module avail
$ $
``` ```
You can use `module spider` to get the list of available modules. You can use `module spider` to get the list of available modules.
## The oca root module
The supported module are dependent on the **oca** module, which should always be loaded.
It is the root of a software environment built on Intel compilers using a fairly recent (8.x) Gnu runtime.