Advanced search

Message boards : Number crunching : excluding 1 GPU

Author Message
Greg _BE
Send message
Joined: 30 Jun 14
Posts: 135
Credit: 120,119,439
RAC: 202,145
Level
Cys
Scientific publications
watwatwatwatwatwat
Message 61866 - Posted: 4 Oct 2024 | 15:55:12 UTC

I have a 1050 and 1080. I am not sure which one the new ATMML tasks are running maybe both.

Which kind of file do I write to exclude the 1050? app_config or cc_config?

But a sub question. Will ATMML run on a 1050 ok or would the 1080 be better or does it make a difference? I am wondering if the stall in processing is related to the GPU's or to the application?

mikey
Send message
Joined: 2 Jan 09
Posts: 297
Credit: 5,190,236,115
RAC: 26,721,190
Level
Tyr
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 61867 - Posted: 4 Oct 2024 | 16:06:13 UTC - in response to Message 61866.

I have a 1050 and 1080. I am not sure which one the new ATMML tasks are running maybe both.

Which kind of file do I write to exclude the 1050? app_config or cc_config?

But a sub question. Will ATMML run on a 1050 ok or would the 1080 be better or does it make a difference? I am wondering if the stall in processing is related to the GPU's or to the application?


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.

Pascal
Send message
Joined: 15 Jul 20
Posts: 74
Credit: 1,237,072,434
RAC: 10,574,122
Level
Met
Scientific publications
wat
Message 61868 - Posted: 4 Oct 2024 | 21:03:18 UTC

https://boinc.berkeley.edu/forum_thread.php?id=11531


Thread 'How to exclude multiple GPUs for a given Project, using GPU_Exclude ?'
____________

Greg _BE
Send message
Joined: 30 Jun 14
Posts: 135
Credit: 120,119,439
RAC: 202,145
Level
Cys
Scientific publications
watwatwatwatwatwat
Message 61869 - Posted: 4 Oct 2024 | 21:59:37 UTC

ok thanks guys. deal with that this weekend.

Greg _BE
Send message
Joined: 30 Jun 14
Posts: 135
Credit: 120,119,439
RAC: 202,145
Level
Cys
Scientific publications
watwatwatwatwatwat
Message 61870 - Posted: 6 Oct 2024 | 12:38:03 UTC - in response to Message 61867.

Mikey, you had a second URL in there. lol
I ignored that one.

mikey
Send message
Joined: 2 Jan 09
Posts: 297
Credit: 5,190,236,115
RAC: 26,721,190
Level
Tyr
Scientific publications
watwatwatwatwatwatwatwatwatwatwatwatwatwatwatwat
Message 61871 - Posted: 6 Oct 2024 | 16:40:21 UTC - in response to Message 61870.

Mikey, you had a second URL in there. lol
I ignored that one.


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!!

Greg _BE
Send message
Joined: 30 Jun 14
Posts: 135
Credit: 120,119,439
RAC: 202,145
Level
Cys
Scientific publications
watwatwatwatwatwat
Message 61872 - Posted: 6 Oct 2024 | 16:55:56 UTC

something different, can you run 2 projects on the same GPU?
I think my 1080 can take more from the looks of the process graphs
Windows shows only 2% with moo! Wrapper and Folding@Home (non Boinc)
If I have that kind of space left, I might as well load it up.

Keith Myers
Send message
Joined: 13 Dec 17
Posts: 1333
Credit: 7,238,542,459
RAC: 12,730,866
Level
Tyr
Scientific publications
watwatwatwatwat
Message 61873 - Posted: 7 Oct 2024 | 2:42:57 UTC - in response to Message 61872.

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.

As long as your combined projects don't overtax the VRAM on the card you are good to go.

Greg _BE
Send message
Joined: 30 Jun 14
Posts: 135
Credit: 120,119,439
RAC: 202,145
Level
Cys
Scientific publications
watwatwatwatwatwat
Message 61874 - Posted: 7 Oct 2024 | 16:46:32 UTC - in response to Message 61873.

ahh...ok..thats what I didn't know.

Post to thread

Message boards : Number crunching : excluding 1 GPU

//