You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no task launch plugin configured, which means srun's --cpu-bind option does not work.
See guidance under TaskPlugin on the slurm.conf manpage:
NOTE: It is recommended to stack task/affinity,task/cgroup together when configuring TaskPlugin, and setting TaskAffinity=no and ConstrainCores=yes in cgroup.conf. This setup uses the task/affinity plugin for setting the affinity of the tasks (which is better and different than task/cgroup) and uses the task/cgroup plugin to fence tasks into the specified resources, thus combining the best of both pieces.
The text was updated successfully, but these errors were encountered:
The task launch plugin is configured:
slurm.conf : "TaskPlugin=task/affinity,task/cgroup",
cgroup.conf : "TaskAffinity=no ConstrainCores=yes"
but srun's --cpu-bind option does not work, and the job runs with only one CPU core。
Currently there is no task launch plugin configured, which means srun's
--cpu-bind
option does not work.See guidance under
TaskPlugin
on the slurm.conf manpage:The text was updated successfully, but these errors were encountered: