AurorWalnut / pyrit

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

how to use only one gpu in pyrit #317

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
How is it possible to use only one gpu in pyrit?

I have two gtx260 and my system gets unstable 
while using both gpu because my powersupply is 
rated to low =)

found an issue over google 

wich says to edit the cpyrit.py in

 /usr/local/lib/python2.6/dist-packages/cpyrit/cpyrit.py

"for dev_idx in range(p.numDevices):" to "for dev_idx in 
range(p.numDevices)[:1]:" for first gpu or "for dev_idx in 
range(p.numDevices)[1:]:" for second gpu.

this has no affect for me. 

pyrit list_cores also show both gpu cores.

Original issue reported on code.google.com by syro...@googlemail.com on 24 May 2011 at 2:26

GoogleCodeExporter commented 8 years ago
This is currently not supported but should be implemented soon.

Original comment by lukas.l...@gmail.com on 25 May 2011 at 7:26