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

Fix ml instead confusing module and deleted ; and

parent 52708997
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ Currently Loaded Modules: ...@@ -44,7 +44,7 @@ Currently Loaded Modules:
## Searching for Available Modules ## Searching for Available Modules
To get an overview of all available modules, you can use module avail or simply ml av: To get an overview of all available modules, you can use ml avail or simply ml av:
```bash ```bash
$ ml av $ ml av
...@@ -60,7 +60,7 @@ $ ml av ...@@ -60,7 +60,7 @@ $ ml av
In the current module naming scheme, each module name consists of two parts: In the current module naming scheme, each module name consists of two parts:
* the part before the first /, corresponding to the software name; and * the part before the first /, corresponding to the software name
* the remainder, corresponding to the software version, the compiler toolchain that was used to install the software, and a possible version suffix * the remainder, corresponding to the software version, the compiler toolchain that was used to install the software, and a possible version suffix
!!! tip !!! tip
......
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