Changes

Jump to navigation Jump to search

Cluster:Compute nodes

130 bytes added, 4 years ago
m
Acquiring GPUs with more than 20 GB
- key: gpumem
operator: Gt
value:31 # note: this also works to specify a minimum compute capability - matchExpressions: - key: nvidia-compute-capability-sm operator: Gt value: 79
tolerations:
- key: "gpumem"
# not sure if this works, maybe you need two tolerations for all the # two different values, each with an "Equal" operator. # maybe also a "Gt" works with 31, like above? operator: "InGt" valuesvalue: - 32 - 4031
effect: "NoSchedule"
# ... rest of the specs like before

Navigation menu