POV-Ray : Newsgroups : povray.windows : Benchmark bug on single core with Hyperthreading : Re: Benchmark bug on single core with Hyperthreading Server Time
24 Apr 2024 14:07:32 EDT (-0400)
  Re: Benchmark bug on single core with Hyperthreading  
From: LucasGrijander
Date: 6 Jul 2012 20:05:00
Message: <web.4ff77bff83fc5c7f9518ac580@news.povray.org>
The bug is partially fixed in RC6, in the dual xeon 12c/24t it runs at 100% cpu
usage, but with single-core hyperthreaded processors, like single core atom,
pentium 4, the option of "All CPUs" is not present, this should fix it:

At line 5906 of pvengine.cpp:

 Change this:
   if (NumberOfCPUs == 1)

 with this:
   if (ThreadCount == 1)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.