Detection of multiple CPU - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Detection of multiple CPU (/thread-6409.html) |
Detection of multiple CPU - MackWage - 03-20-2017 If you have OpenCL runtime installed and have two of the same processors, does hashcat report both separately? When I run hashcat -I, the CPU section is: Code: Platform ID #1 However I have two of the same CPU. If I do a cat /proc/cpuinfo, I see all 32 CPU represented correctly. If I run a benchmark, it shows the same OpenCL device output which makes it seem as if it is using a single CPU chip. However I didn't know if maybe OpenCL was just reporting both CPUs as the same device? Code: hashcat --opencl-platform=1 -b RE: Detection of multiple CPU - MackWage - 03-20-2017 Wow I'm an idiot. Just noticed the line which cleared says 32 processors. :-D Processor(s) : 32 RE: Detection of multiple CPU - epixoip - 03-20-2017 Yeah. OpenCL only exposes one CPU "device" to the application that represents all physical and logical processing cores. It's actually much better that way, very smart way to do it. |