1)
Message boards :
Number crunching :
Tour de Primes 2023
(Message 160640)
Posted 39 days ago by Jordan Romaidis
Why am I not getting ang GFN-16 tasks for CPU? I have no limit set, GPU and CPU only checked for GFN16. Only my GPU's are doing any crunching, even though I have a huge queue of ready tasks?
Update:
Looks like I had to abort a bunch of ready to go task for some reason to start CPU going...
|
2)
Message boards :
Number crunching :
Tour de Primes 2023
(Message 160539)
Posted 45 days ago by Jordan Romaidis
Did anyone else just stop receiving GPU tasks?
Have you tried hitting update?
Have you, perhaps, aborted a large number of tasks?
There's plenty of tasks for all projects, and the server is functioning nominally.
Yeah, that was odd. I changed nothing and did not abort many tasks. Seems like there was about a 10-min period where GPU tasks just stopped. Seems like they are back now though.
|
3)
Message boards :
Number crunching :
Tour de Primes 2023
(Message 160533)
Posted 45 days ago by Jordan Romaidis
Did anyone else just stop receiving GPU tasks?
|
4)
Message boards :
Number crunching :
BOINC scheduling with multiple GPUs
(Message 160399)
Posted 49 days ago by Jordan Romaidis
I know nothing about the subject, but one thing I noticed in you cc_config is that you put two applications in the same <exclude> for a certain GPU.
Not the same thing that stream did in a previous example (https://www.primegrid.com/forum_thread.php?id=10119&nowrap=true#159405).
He had one <exclude> section for each application+GPU.
Ah, good catch! So you're saying it should look like this
<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
<exclude_gpu>
<url>https://www.primegrid.com/</url>
<device_num>1</device_num>
<app>genefer17mega</app>
</exclude_gpu>
<exclude_gpu>
<url>https://www.primegrid.com/</url>
<device_num>1</device_num>
<app>genefer18</app>
</exclude_gpu>
<exclude_gpu>
<url>https://www.primegrid.com/</url>
<device_num>2</device_num>
<app>genefer16</app>
</exclude_gpu>
<exclude_gpu>
<url>https://www.primegrid.com/</url>
<device_num>2</device_num>
<app>genefer17mega</app>
</exclude_gpu>
<exclude_gpu>
<url>https://www.primegrid.com/</url>
<device_num>0</device_num>
<app>genefer16</app>
</exclude_gpu>
</options>
</cc_config>
|
5)
Message boards :
Number crunching :
BOINC scheduling with multiple GPUs
(Message 160396)
Posted 49 days ago by Jordan Romaidis
I'm trying to prioritize my 3 GPU's from 0 strongest to 2 the weakest. I want GPU 0 to only do GFN-18 and 17, not 16. I want GPU's 1 and 2 to only do GFN 16 but not 17 and 18.
Here is my cc_config.xlm, but it does not seem to be working. All my GPU's are getting a random assortment of GFN tasks still...?
<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
<exclude_gpu>
<url>https://www.primegrid.com/</url>
<device_num>1</device_num>
<app>genefer18</app>
<app>genefer17mega</app>
</exclude_gpu>
<exclude_gpu>
<url>https://www.primegrid.com/</url>
<device_num>2</device_num>
<app>genefer18</app>
<app>genefer17mega</app>
</exclude_gpu>
<exclude_gpu>
<url>https://www.primegrid.com/</url>
<device_num>0</device_num>
<app>genefer16</app>
</exclude_gpu>
</options>
</cc_config>
|
6)
Message boards :
Problems and Help :
3 GPU's was working fine with only GFN16 but not with GNF 17 & 18 also enabled?
(Message 160383)
Posted 50 days ago by Jordan Romaidis
Ok, now it just seems to be working randomly. ha.
|
7)
Message boards :
Problems and Help :
3 GPU's was working fine with only GFN16 but not with GNF 17 & 18 also enabled?
(Message 160380)
Posted 50 days ago by Jordan Romaidis
Hmm, interesting. However, that does not seem to be working either... Dang..
|
8)
Message boards :
Problems and Help :
3 GPU's was working fine with only GFN16 but not with GNF 17 & 18 also enabled?
(Message 160373)
Posted 50 days ago by Jordan Romaidis
When I was just crunching GFN-16, all 3 GPU's were working at once. Then, I updated my preferences to also crunch GFN-17 and 18. Now only 1 of my GPUs is crunching, and the others are now not doing anything.
My cc_config.xml has not changed either:
<cc_config>
<options>
<use_all_gpus>1</use_all_gpus>
</options>
</cc_config>
Any ideas what is going on?
|
9)
Message boards :
Problems and Help :
Trying to change preferences on one of my PC's but the web page is only loading half way?
(Message 160356)
Posted 50 days ago by Jordan Romaidis
Working now, thanks!
|
10)
Message boards :
Problems and Help :
Trying to change preferences on one of my PC's but the web page is only loading half way?
(Message 160353)
Posted 50 days ago by Jordan Romaidis
Just what the title says. Internet seems fine on other sites. I click edit preferences for a specific computer and the next page loads but stop at "Job Control and Multi-threading" Nothing under that loads.
|