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
* More flexibly test affinity setting
When running on a machine with `cpusets` applied, we are unable to
assign CPU affinity to CPUs 1 and 2; we may be locked to CPUs 9-16, for
example. So we must inspect what our current cpumask is, and from that
select CPUs that we can safely assign affinity to in our tests.
* Import `uv_thread_getaffinity` from `print_process_affinity.jl`
* Call `uv_thread_getaffinity` only if `AFFINITY_SUPPORTED`
* Fix a syntax error
Co-authored-by: Takafumi Arakaki <[email protected]>
(cherry picked from commit 32b1305)
0 commit comments