gevans / pick

Install and switch between multiple miners (cgminer, sgminer, and bfgminer) and versions in a manner similar to rbenv.
https://github.com/gevans/pick#readme
MIT License
15 stars 7 forks source link

Unable to specify "GPU_MAX_ALLOC_PERCENT" or "GPU_USE_SYNC_OBJECTS". #1

Closed SpencerCarstens closed 10 years ago

SpencerCarstens commented 10 years ago

When running latest stable of SGminer I get this error. An option to set these globally would be super useful.

[06:08:09] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[06:08:09] WARNING: GPU_USE_SYNC_OBJECTS is not specified!

Thank you for making this. It's rad as hell!

gevans commented 10 years ago

I'm glad you're finding it useful so far! I agree that some defaults would be nice. I pushed a change to do that.

I just caught a bug with pick-update. You'll have to manually switch to the develop branch and do a git pull to test the change I just pushed. In the next release you'll be able to:

$ pick update develop
SpencerCarstens commented 10 years ago

Thanks mate!