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

Fix ml instead confusing module

parent 32d48937
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
...@@ -168,7 +168,7 @@ Use "module keyword key1 key2 ..." to search for all possible modules matching a ...@@ -168,7 +168,7 @@ Use "module keyword key1 key2 ..." to search for all possible modules matching a
## Inspecting a Module ## Inspecting a Module
To see how a module would change the environment, use ml show or ml show: To see how a module would change the environment, use ml show:
```bash ```bash
$ ml show Python/3.5.2 $ ml show Python/3.5.2
...@@ -199,11 +199,11 @@ setenv("EBEXTSLISTPYTHON","setuptools-20.1.1,pip-8.0.2,nose-1.3.7") ...@@ -199,11 +199,11 @@ setenv("EBEXTSLISTPYTHON","setuptools-20.1.1,pip-8.0.2,nose-1.3.7")
!!! tip !!! tip
Note that both the direct changes to the environment as well as other modules that will be loaded are shown. Note that both the direct changes to the environment as well as other modules that will be loaded are shown.
If you're not sure what all of this means: don't worry, you don't have to know; just try loading the module as try using the software. If you're not sure what all of this means: don't worry, you don't have to know, just try loading the module as try using the software.
## Loading Modules ## Loading Modules
The effectively apply the changes to the environment that are specified by a module, use module load or ml and specify the name of the module. The effectively apply the changes to the environment that are specified by a module, use ml and specify the name of the module.
For example, to set up your environment to use intel: For example, to set up your environment to use intel:
```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