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
I peeked into the code and this is rather a feature request than bug report. The shielding currently doesn'tsupport CPU hotplugging. (I.e. offlining the trailing cpus makes it work rather accidentally.)
What is the use case behind this? (Or do you happen to work on system with non-contiguous CPU list by default?)
My use case is an odd one. I am attempting to emulate a non-hyperthreaded processor on a hyperthreaded processor. I am doing this by offlining the secondary virtual cores on the individual physical cores. On some AMD platforms, the virtual to physical is [0,1] -> 0, [2,3] -> 1, etc. So, I end up offlining virtual 1,3, etc. leading to the non-contiguous CPU list.
(Logfile attached.)
The text was updated successfully, but these errors were encountered: