sgminer-dev / sgminer

Scrypt GPU miner
GNU General Public License v3.0
629 stars 825 forks source link

Skipping config option --gpu-threads: '2,2,1' is not a number #131

Open rdodev opened 10 years ago

rdodev commented 10 years ago

One of the main reasons I use sgminer is for the ability to use different gpu-threads concurrently. After cloning from github master, compiling, etc. when I run it I get

Skipping config option --gpu-threads: '2,2,1' is not a number

sgminer version:

sgminer 4.1.0-141-gc2c82

rdodev commented 10 years ago

It took me a while, but if I had not look into the sgminer.c code and saw a comment that in order to have multiple gpu-threads ADL drivers needed to be present in the sgminer ADL_SDK, directory I would still be bumping my head. This should be much more obvious, IMO and instead of erroring out saying that '2,2,1' is not a number, it should say something to the effect that ADL drivers not present.

veox commented 10 years ago

Hmm, reopening and tagging documentation.