dwaaan / pyrit

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

How to limit Thread for IntelCPu with HyperThreading #262

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I read : 
{
          GPU performance is reduced on system with Hyper Threading

       NVidia/ATI GPU driver requires at least one real core per GPU for efficient work. With HT enabled driver needs to fight for CPU cycles with CPU computing core. This leads to GPU starvation and decreased performance. The problem can be solved by reducing number of running CPU-Cores

}

SO
How to réducing thread, or limit core for ce CPU ??

My configuration : 
Pyrit 0.4.0 (C) 2008-2011 Lukas Lueg http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3+

The following cores seem available...
#1:  'CUDA-Device #1 'GeForce GT 425M''
#2:  'CPU-Core (SSE2)'
#3:  'CPU-Core (SSE2)'
#4:  'CPU-Core (SSE2)'
#5:  'CPU-Core (SSE2)'
#6:  'CPU-Core (SSE2)'
#7:  'CPU-Core (SSE2)'
#8:  'CPU-Core (SSE2)'
#9:  'Network-Clients'

i wouldlike to have 6 thread CPU max 

thank you

Original issue reported on code.google.com by ThomasHe...@gmail.com on 15 Feb 2011 at 4:54

GoogleCodeExporter commented 8 years ago
as answered on the Wiki: use .pyrit/config to set limit_ncpus to 6

Original comment by lukas.l...@gmail.com on 15 Feb 2011 at 4:55

GoogleCodeExporter commented 8 years ago
(i m french) 
:O ! Thank's,
i not see,
it's possible to add this solution in the troublesshooting section?

so, pyrit work's perfectly ! 

Original comment by ThomasHe...@gmail.com on 16 Feb 2011 at 7:06

GoogleCodeExporter commented 8 years ago
done

Original comment by lukas.l...@gmail.com on 16 Feb 2011 at 7:29