fgci-org / ansible-role-slurm

For installing and configuring SLURM - Simple Linux Utility for Resource Management
MIT License
35 stars 15 forks source link

Set task affinity per SchedMD recommendation #93

Closed jabl closed 6 years ago

jabl commented 6 years ago

In the slurm.conf(5) man page it is recommended to use the task/affinity plugin to set affinity and not use the task affinity feature of the task/cgroup plugin. This makes the defaults match this recommendation.