Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...