Skip to content
Snippets Groups Projects
Commit fcf93d4d authored by Pavel Jirásek's avatar Pavel Jirásek
Browse files

Fix ml instead confusing module and Fix missing -

parent 5fd92acd
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!75Ml revison
...@@ -234,11 +234,11 @@ Currently Loaded Modules: ...@@ -234,11 +234,11 @@ Currently Loaded Modules:
For example, once you have loaded one or more modules that were installed with the intel/2017.00 toolchain, all other modules that you load should have been installed with the same toolchain. For example, once you have loaded one or more modules that were installed with the intel/2017.00 toolchain, all other modules that you load should have been installed with the same toolchain.
In addition, only **one single version** of each software package can be loaded at a particular time. For example, once you have the Python/3.5.2-intel-2017.00 module loaded, you can not load a different version of Python in the same session/job script; neither directly, nor indirectly as a dependency of another module you want to load. In addition, only **one single version** of each software package can be loaded at a particular time. For example, once you have the Python/3.5.2-intel-2017.00 module loaded, you can not load a different version of Python in the same session/job script, neither directly, nor indirectly as a dependency of another module you want to load.
Unloading modules: ml modname(s) (module unload modname(s)) Unloading modules: ml -modname(s)
To revert the changes to the environment that were made by a particular module, you can use module unload or ml -<modname>. To revert the changes to the environment that were made by a particular module, you can use ml -<modname>.
For example: For example:
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment