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/2021.10

You can load a particular module with module load:

module load scipy-bundle/2021.10

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