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 Libraries module 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>
OR module 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 modulefilesmodule avail
. Thus, in order to load or unload a selected module, copy and paste exactly the name listed by module avail
.module load/unload
directives may also be included in the top part of a job submission scriptWhen all required/intended modules have been loaded, user packages may be compiled as usual.