Also, as I see from workunits page, Windows clients crunch units for 100-200 seconds on 8800 GTS 256MB, while my 8600 GT 256MB run about 1000-2000 seconds for the same unit, it's a huge abnormal difference for similar hardware.
The windows version is faster than the linux version.http://setiathome.berkeley.edu/workunit.php?wuid=423584760
More correctly - Linux build uses much more CPU time than Windows one. Why it doing so - that's the question.
No, you missed that if CPU is busy - it's busy.But if CPU free - it can be used somewhere else.It seems in Linux CPU is busy all time CUDA app runs (I can do conclusions only by read posts of course, didn't run it on own host).
Watch deferred procedure Calls process (DPCs) %CPUusage in process explorer, with & without Cuda app running.
Quote from: Jason G on 13 Mar 2009, 11:45:33 amWatch deferred procedure Calls process (DPCs) %CPUusage in process explorer, with & without Cuda app running.For what? Elapsed == WALL CLOCK.