https://bugs.winehq.org/show_bug.cgi?id=49188
Bug ID: 49188 Summary: wine supports maximum of 64 logical processors Product: Wine Version: 5.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: alon@skylinesoft.com Distribution: ---
Created attachment 67207 --> https://bugs.winehq.org/attachment.cgi?id=67207 output of OpenMP application
while running on wine application that uses OpenMP I get this message:
create_logical_proc_info Improve CPU info reporting: system supports 96 logical cores, but only 64 supported!
the system have 96 cores, only 64 of then are in use.
https://bugs.winehq.org/show_bug.cgi?id=49188
--- Comment #1 from alon@skylinesoft.com alon@skylinesoft.com --- winnt.h have this:
#ifdef _WIN64 #define MAXIMUM_PROCESSORS 64 #else #define MAXIMUM_PROCESSORS 32 #endif
https://bugs.winehq.org/show_bug.cgi?id=49188
alon@skylinesoft.com alon@skylinesoft.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ntdll |-unknown
https://bugs.winehq.org/show_bug.cgi?id=49188
alon@skylinesoft.com alon@skylinesoft.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |hardware, win64
https://bugs.winehq.org/show_bug.cgi?id=49188
alon@skylinesoft.com alon@skylinesoft.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alon@skylinesoft.com
https://bugs.winehq.org/show_bug.cgi?id=49188
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ntdll Resolution|--- |DUPLICATE CC| |z.figura12@gmail.com Status|UNCONFIRMED |RESOLVED Summary|wine supports maximum of 64 |GetLogicalProcessorInformat |logical processors |ion() returns inaccurate | |information for systems | |with more than 64 | |processors
--- Comment #2 from Zebediah Figura z.figura12@gmail.com --- Duplicate.
*** This bug has been marked as a duplicate of bug 47068 ***
https://bugs.winehq.org/show_bug.cgi?id=49188
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.