Skip to content
Snippets Groups Projects
Commit dc2dfe6c authored by Josef Hrabal's avatar Josef Hrabal
Browse files

Get rid of 'module' in environment-and-modules.md

parent ecd98f69
No related branches found
Tags
6 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,!196Master,!191Get rid of 'module' in environment-and-modules.md
......@@ -64,13 +64,13 @@ The modules may be loaded, unloaded and switched, according to momentary needs.
To check available modules use
```console
$ module avail **or** ml av
$ ml av
```
To load a module, for example the Open MPI module use
```console
$ module load OpenMPI **or** ml OpenMPI
$ ml OpenMPI
```
loading the Open MPI module will set up paths and environment variables of your active shell such that you are ready to run the Open MPI software
......@@ -78,13 +78,13 @@ loading the Open MPI module will set up paths and environment variables of your
To check loaded modules use
```console
$ module list **or** ml
$ ml
```
To unload a module, for example the Open MPI module use
```console
$ module unload OpenMPI **or** ml -OpenMPI
$ ml -OpenMPI
```
Learn more on modules by reading the module man page
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment