Skip to content

Commit 10d32ae

Browse files
committed
feat: add task affinity plugin
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent 80ee750 commit 10d32ae

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

controllers/slurm/templates/slurm.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ AccountingStoragePort=6819
8888
#AccountingStoragePass=
8989
#AccountingStorageUser=
9090
#
91+
# TaskAffinity
92+
# SelectType=select/cons_tres
93+
# SelectTypeParameters=CR_CPU_Memory
94+
TaskPlugin=task/affinity
95+
9196
# COMPUTE NODES
9297
NodeName={{ .Hostlist }} {{ .Spec.Node.Nodespec }}
9398
#

0 commit comments

Comments
 (0)