Teton's "non-investor" partition

Teton has a special partition called “non-investor” that functions a little differently than other partitions. Rather than being based on a specific hardware set or level of investment, the non-investor partition lumps all community nodes into one partition.

A user job can request a particular partition by specifying the name of a partition in its job sbatch submission script with #SBATCH --partition=<partition_name> option. In this case: #SBATCH --partition=non-investor.

Pros:

  • Jobs cannot be preempted by investors.

Cons:

  • Some node types may not be available. There are some nodes that are present in Teton only because a researcher purchased them and generously allowed others to use those nodes when they are not.

  • The total number of available nodes (currently 229) is greatly reduced. This can greatly increase a job’s queue time, depending on current demand.