Supported Applications

'Modules' are a convenient way to provide access to the wide range of applications we have already installed on the cluster.

Command Description Example
module load <module name> Loads <module name>, (default version) module load Python
module load <module name>/<version> Loads <module name>, <version> module load Python/3.11.6-foss-2023a
module purge Removes all loaded modules
module list Lists currently loaded modules.
module spider Lists all available modules.
module spider <module name> Searches (fuzzy) available modules for <module name> module spider python

For a full list of module commands run man module or visit the lmod documentation.

Below is a complete list of software available through the module command.


If the application you are looking for is not here you can make software installation request or try compiling it yourself.

You can help contribute to this list by tagging software here.