http://bugs.winehq.org/show_bug.cgi?id=30480
Bug #: 30480 Summary: Setting CPU affinity doesn't work on Macs Product: Wine Version: unspecified Platform: x86-64 OS/Version: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: M8R-45axwd@mailinator.com Classification: Unclassified
In the Wine task manager, it is possible to change CPU affinity for an every process. On Macs, however, this change does nothing, even though the number of CPUs/cores is correctly detected by taskmgr.exe.
For Mac OS X there are no tools such as taskset or schedtool which could set affinity on an application basis (hwprefs turns off processor cores system-wide, so this isn't a practical solution). Thus, implementing the function to disable or activate CPUs for a given process in Wine, could be really useful.
PS Is there at least a way to tweak/compile Wine, so that it would recognize/use only one of the Mac's cores?
http://bugs.winehq.org/show_bug.cgi?id=30480
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2012-04-19 06:03:45 CDT --- AFAIK there's no way to set processor affinity on Mac OS X.
http://bugs.winehq.org/show_bug.cgi?id=30480
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |frederic.delanoy@gmail.com
--- Comment #2 from Frédéric Delanoy frederic.delanoy@gmail.com 2012-05-01 03:02:14 CDT --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=30480
--- Comment #3 from WineBuG winebugs140@gmail.com --- Wouldn't it be possible to add the affinity support (at least optional) leveraging emulation?