Supported Software

ARC clusters come pre-installed with a wide range of scientific computing software, development tools, and libraries.

Using Software Modules

Software on ARC clusters is managed through Environment Modules.

Finding Software

# Search for a specific package
module avail <package-name>

# Search more granularly
module keyword <package-name>

# List variants and how to load them
module spider <package-name>

# Check what's loaded in your environment
module list

See Modules for complete documentation.


Software Categories

Category

Examples

Programming Languages

Python, R, Julia, MATLAB, etc.

Compilers

GCC, Intel, NVHPC, Clang

MPI Libraries

OpenMPI, MPICH, Intel MPI

Math Libraries

BLAS, LAPACK, FFTW, MKL

GPU Computing

CUDA, cuDNN, NCCL

Visualization

ParaView, VisIt, Gnuplot

Development Tools

Git, CMake, Vim, Emacs


Requesting Software

If you need software that’s not installed, submit a helpdesk ticket to help@hpc.msstate.edu with:

  • Software name and version

  • Purpose/use case

  • Priority (research deadline)

Software Documentation

Detailed documentation for specific software packages:

Software Packages