Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: tycho on April 06, 2013, 07:28:58 PM



Title: cgminer different number of --gpu-threads?
Post by: tycho on April 06, 2013, 07:28:58 PM
I mine with two cards, and one of my cards performs better with two --gpu-threads, and the other performs better with one. Is there some way to set this, or do I have to run two copies of cgminer?

I tried --gpu-threads=2,1, but it didn't like that :-(


Title: Re: cgminer different number of --gpu-threads?
Post by: gnar1ta$ on April 07, 2013, 01:41:26 AM
Try without the = ?? --gpu-threads 2,1


Title: Re: cgminer different number of --gpu-threads?
Post by: tycho on April 07, 2013, 04:01:08 AM
I get: cgminer: --gpu-threads: '2,1' is not a number :-(


Title: Re: cgminer different number of --gpu-threads?
Post by: crazyates on April 07, 2013, 05:46:31 AM
I get: cgminer: --gpu-threads: '2,1' is not a number :-(
Did you put a colon in the command line? It should just be:
Code:
cgminer.exe -I 7,7 --gpu-threads 2,1


Title: Re: cgminer different number of --gpu-threads?
Post by: -ck on April 07, 2013, 09:15:09 AM
It's a global variable, you can't do it.


Title: Re: cgminer different number of --gpu-threads?
Post by: tycho on April 07, 2013, 12:15:26 PM
Is there any technical reason? I'm happy to submit a patch to allow it if not.


Title: Re: cgminer different number of --gpu-threads?
Post by: diego10 on April 10, 2014, 07:18:12 PM
I had the same problem with cgminer
I' ve resolved with sgminer, it works fine with --gpu-threads: "2,1"