Software
Overview
This Wiki section contains information about the software used for research and/or run on ARCC’s clusters at UWyo. It provides short examples, tips, best practices, and information on running the software. Installed software applications, officially supported libraries and drives, official support tools, and available shells are described as well. It is not intended to be a full reference guide.
You can refer to the MedicineBow Software List and Loren Software pages for a quick glance of what is available across these clusters.
If you have difficulty using any of this software please feel free to get in touch with us at arcc-help@uwyo.edu. If you require a new application, or an update to an existing application, please following the guidelines on the Requesting Software page.
Software
Installing Software Yourself on HPC Cluster
Apptainer (formally Singularity)
Which Software Version
To find the available versions for any software please use: module spider <module-name>
For example:
[]$ module spider gaussian
---------------------------------------------------------------------------------------------------------------------------------
gaussian:
---------------------------------------------------------------------------------------------------------------------------------
Versions:
gaussian/16.AVX.b01
gaussian/16.AVX2.b01
gaussian/103
From the presented list, can then find details on a specific version:
[]$ module spider gaussian/16.AVX2.b01
---------------------------------------------------------------------------------------------------------------------------------
gaussian: gaussian/16.AVX2.b01
---------------------------------------------------------------------------------------------------------------------------------
Properties:
Chemistry related software
This module can be loaded directly: module load gaussian/16.AVX2.b01