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
The workers_cpu argument requires the user to know the cpu affinity of the process before it is started. It is possible that the manually assigned cpu is not in the affinity list and hence will give an error (here). Currently, workers_cpu always refers to the range from [0, n-1].
The
workers_cpu
argument requires the user to know the cpu affinity of the process before it is started. It is possible that the manually assigned cpu is not in the affinity list and hence will give an error (here). Currently,workers_cpu
always refers to the range from[0, n-1]
.UPDATE: this is similar to an open issue: #153
The text was updated successfully, but these errors were encountered: