http403 / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

Pyrit only displays 8 cpus #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Pyrit only displays 8 cpus/cores:

I have a Core i7 which has 8 cpus/cores, I also have a 8800GTX which 
displays as 1 cpu/core, so a total of 9 cpus/cores.

When running list_cores/benchmark etc all the cores are used (I can see 
this in System Monitor) but the results only displays 8 items.

Original issue reported on code.google.com by john.cob...@googlemail.com on 20 Jul 2009 at 2:35

GoogleCodeExporter commented 9 years ago
This behaviour is intended. Pyrit keeps one CPU free for scheduling work with 
every
GPU it uses.

8 CPUs => 8 cores
8 CPUs + 1 GPU => 7 CPUs + 1 GPUs used => 8 cores 

Original comment by lukas.l...@gmail.com on 20 Jul 2009 at 2:56