HPC Documentation

Guides, references, and tutorials for the WCM cluster

Software and Modules

AI Cluster Software & Modules

Access to software applications on the AI Cluster is managed dynamically via environment modules.

This framework allows you to easily control software paths, prevent dependency collisions, and isolate development environments on the fly.

Requesting Software

If an application or compiler dependency you require is missing from the cluster environment, please email to request installation on the cluster.

Email SCU 

Common Module Commands

module avail
Lists all pre-compiled applications available on the cluster.
module load <module_name>
Loads software binaries and variables into your active environment.
module unload <module_name>
Removes the specified module paths cleanly from your environment.
module swap <mod/v1> <mod/v2>
Swaps out version 1 of a module and seamlessly drops in version 2.
module purge
Unloads all loaded packages at once to return to a stock shell status.
module help
Prints general help parameters and global options for the tool.
module help <module_name>
Displays release notes, descriptions, and rules for a precise app.

SCU High-Performance Computing Technical Documentation — 2026