...
You will need to replace any occurrence of <software-name>
and/or <version> below with an appropriate name/value.
Code Block |
---|
title | Listing all available software |
---|
|
module avail |
To list all available software
...
Code Block |
---|
title | Listing all versions of a given piece of software |
---|
|
...
noformat |
module avail <software-name> |
...
# A partial match will be sufficient. |
Code Block |
---|
title | Display a brief summary |
---|
|
...
about a given piece of software |
|
...
noformat |
module help <software-name> |
Code Block |
---|
title | Find out how your environment will change after loading a module |
---|
|
module helpshow <software-name> |
...
/<version>
# For apptainer based software, you will see aliases that have been created for ease of use. |
Code Block |
---|
title | List environment modules that have been loaded already |
---|
|
...
Modification of your environment (paths & aliases)
To load the default version of a piece of software
...