Installed Software on SeaWulf

This KB Article References: High Performance Computing
This Information is Intended for: Instructors, Researchers, Staff, Students
Created: 10/12/2017 Last Updated: 06/19/2024

Software on the SeaWulf cluster is made available through the module system and Anaconda package manager. You may view all software available by entering the following commands:

module avail

If you want a list of available software for specific modules you can use the grep commmand:

module avail | grep <software name>

You may view all software available through the loaded Anaconda environment by entering the following commands:

module load anaconda/2
conda list

OR

module load anaconda/3
conda list

To see the names of the conda environments available, you can use

conda env list

After loading one of these environments, you can then check what packages are available under that environment with:

conda list

The following software, tools, and compilers (among many other which can be seen by entering the module avail command) are currently available and supported by the HPC team:



In addition applications can be installed in your home, scratch, or project directories.

Software installation requests can be made, with an established need, through our ticketing system.

For More Information Contact


IACS Support System

Still Need Help? The best way to report your issue or make a request is by submitting a ticket.

Request Access or Report an Issue