This version (2024/10/24 10:28) is a draft.
Approvals: 0/1The Previously approved version (2023/05/17 15:27) is available.
Approvals: 0/1The Previously approved version (2023/05/17 15:27) is available.
Modules
On VSC-4 and VSC-5, use SPACK to find and load modules for most software packages.
====
module avail
lists the available Application-Software, Compilers, Parallel-Environment, and Librariesmodule list
shows currently loaded package of your sessionmodule unload <xyz>
unload a particular package <xyz> from your sessionmodule load <xyz>
load a particular package <xyz> into your sessionmodule display <xyz>
ORmodule show <xyz>
show module details such as the full path of the module file and all (or most) of the environment changes the modulefile will make if loadedmodule purge
unloads all loaded modulefiles
Note:
- <xyz> format corresponds exactly to the output of
module avail
. Thus, in order to load or unload a selected module, copy and paste exactly the name listed bymodule avail
.
- a list of
module load/unload
directives may also be included in the top part of a job submission script
When all required/intended modules have been loaded, user packages may be compiled as usual.