Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SCS
docs.it4i.cz
Commits
dc2dfe6c
Commit
dc2dfe6c
authored
Jun 20, 2018
by
Josef Hrabal
Browse files
Get rid of 'module' in environment-and-modules.md
parent
ecd98f69
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs.it4i/salomon/environment-and-modules.md
View file @
dc2dfe6c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment