Hi, I have an idea to specify the least busy cores in OTL
For example, I found out that my processor has 4 cores, the least busy of which are 1, 3, 4
And then I would like to write the following code:
Parallel.For(0, List.Count - 1).NoWait.NumTasks([1, 3, 4]).Execute(