Spartan HPC system

Refer to the Spartan documentation and the Spartan FAQ for more details.

Spartan provides a number of Python modules. The SciPy-bundle modules are ideal for mcasopt because they include all of the required Python libraries. You can search for available SciPy-bundle modules with the following command:

module spider SciPy-bundle

The contents of a particular module can be viewed using module spider:

module spider SciPy-bundle/2022.05

You can load a particular module with module load:

module load SciPy-bundle/2022.05

See the Getting Started guide for an introduction to submitting and managing jobs on Spartan.