Message boards : Number crunching : excluding 1 GPU
Author | Message |
---|---|
I have a 1050 and 1080. I am not sure which one the new ATMML tasks are running maybe both. | |
ID: 61866 | Rating: 0 | rate: / Reply Quote | |
I have a 1050 and 1080. I am not sure which one the new ATMML tasks are running maybe both. You need to add this to your cc.cong.xml file <cc_config> <options> <exclude_gpu> <url>https://www.gpugrid.net/</url> <device_num>1</device_num> </exclude_gpu> <exclude_gpu> <url>https://gerasim.boinc.ru/</url> <device_num>1</device_num> </exclude_gpu> </options> </cc_config> I added the 2nd exclude project so you can see how it's done, you can of course delete that. ALSO pay attention to the <device_number> line as if you get it wrong you will be excluding the wrong gpu. When Boinc first starts up it lists all the gpu's in your pc by number and in numerical order, if you haven't restarted Boinc in awhile you could do that or look in other places depending on your OS. | |
ID: 61867 | Rating: 0 | rate: / Reply Quote | |
https://boinc.berkeley.edu/forum_thread.php?id=11531 | |
ID: 61868 | Rating: 0 | rate: / Reply Quote | |
ok thanks guys. deal with that this weekend. | |
ID: 61869 | Rating: 0 | rate: / Reply Quote | |
Mikey, you had a second URL in there. lol | |
ID: 61870 | Rating: 0 | rate: / Reply Quote | |
Mikey, you had a second URL in there. lol LOL I figured you would but I left it in there just in case you ever needed it. I have one pc with 2 gpu's with the first one not having any video ports so the 2nd one I use only for showing the screen, so lots of Projects are excluded. I'm glad it's working for you!! | |
ID: 61871 | Rating: 0 | rate: / Reply Quote | |
something different, can you run 2 projects on the same GPU? | |
ID: 61872 | Rating: 0 | rate: / Reply Quote | |
Sure, why not. I have 3 gpu projects running on my gpus. Just two tasks per gpu though. Asteroids, Numberfields and Einstein. All projects set for 1 cpu / 0.5 gpu. The projects just take their turn with all at the same 100 resource share. | |
ID: 61873 | Rating: 0 | rate: / Reply Quote | |
ahh...ok..thats what I didn't know. | |
ID: 61874 | Rating: 0 | rate: / Reply Quote | |
Message boards : Number crunching : excluding 1 GPU