Message boards : Graphics cards (GPUs) : Any way to have only one gpugrid task downloaded?
Author | Message |
---|---|
Hello, | |
ID: 42304 | Rating: 0 | rate: / Reply Quote | |
In the BOINC manager-options, on the computing tab change Other-"Store at least" to a low number like .25 or even .15 days of work. On next line set to 0 days of work. If BOINC runs correctly it will calculate your required time to finish computing and will send a new unit when the running one is almost complete. | |
ID: 42306 | Rating: 0 | rate: / Reply Quote | |
I already know about this. Doing this will reduce work for other projects, which I don't want. | |
ID: 42307 | Rating: 0 | rate: / Reply Quote | |
Try setting resource share to 0 here in GPUGrid, in your profile on this site. It should work then. However, if you have other GPU projects running on same PC too, GPUGrid will not get tasks, unless the other GPU projects run out of work. If this is the only project for GPU, it should work. (Naturally it would also affect all work from GPUGrid, but I'm not sure there's CPU work at the moment, if you even do that). | |
ID: 42313 | Rating: 0 | rate: / Reply Quote | |
I think this will work, but will download two wu's, meaning I have to abort one or just suffer the credit loss. So far, I have to set it to No New Work and just allow it to fetch work before the wu finishes up so that it doesn't get two. | |
ID: 42314 | Rating: 0 | rate: / Reply Quote | |
I think this will work, but will download two wu'sNo. If you set the resource share to 0, it will download only one workunit after the workunit in progress is finished, uploaded & reported, so you should set the "report_results_immediately" tag in the cc_config.xml to 1 to avoid idle times. | |
ID: 42318 | Rating: 0 | rate: / Reply Quote | |
I think this will work, but will download two wu'sNo. If you set the resource share to 0, it will download only one workunit after the workunit in progress is finished, uploaded & reported, so you should set the "report_results_immediately" tag in the cc_config.xml to 1 to avoid idle times. Hmm, could you show me all the lines just in case I don't screw up? I haven't ran a cc_config or app_config before. Thanks. | |
ID: 42319 | Rating: 0 | rate: / Reply Quote | |
Hi, I'm using this: filename cc_config.xml | |
ID: 42321 | Rating: 0 | rate: / Reply Quote | |
Hi, I'm using this: filename cc_config.xml Thanks, can I remove the log_flags so I don't get the notifications and still have it work? | |
ID: 42322 | Rating: 0 | rate: / Reply Quote | |
I don't know exactly :-( | |
ID: 42325 | Rating: 0 | rate: / Reply Quote | |
Hi, I'm using this: filename cc_config.xml Yes, if all you want is to report tasks immediately then: <cc_config> <options> <report_results_immediately>1</report_results_immediately> </options> </cc_config> This is all you need. Remember to save the file type as .xml and to place it in the ProgramData/BOINC folder. | |
ID: 42327 | Rating: 0 | rate: / Reply Quote | |
Thank you for your help. | |
ID: 42331 | Rating: 0 | rate: / Reply Quote | |
Thank you for your help. No problem. We're here to help. Ask away if you have any other questions. I learned most of my BOINC knowledge here at GPUGrid. | |
ID: 42332 | Rating: 0 | rate: / Reply Quote | |
Well, I did have one I posted here on this thread if you could take a look: https://www.gpugrid.net/forum_thread.php?id=4213#42320 | |
ID: 42333 | Rating: 0 | rate: / Reply Quote | |
I thought that a project could set their own "report results immediately" flag, and I thought GPUGrid does this, as evidenced by their <report_immediately/> tag in their tasks. | |
ID: 42334 | Rating: 0 | rate: / Reply Quote | |
So far as I know, that is what the behavior would be. But if one wanted to ensure it would behave comparably across projects within BOINC, the "report results immediately" tag would be the one to use. | |
ID: 42335 | Rating: 0 | rate: / Reply Quote | |
Well, I did have one I posted here on this thread if you could take a look: https://www.gpugrid.net/forum_thread.php?id=4213#42320 Posted a reply on that thread. Don't know if it helps. | |
ID: 42338 | Rating: 0 | rate: / Reply Quote | |
What I'm saying is .... GPUGrid tasks are already instructed to report results immediately, via <report_immediately> ... such that there is now no need to set the global multi-project client setting for <report_results_immediately> anymore to get GPUGrid to behave that way. | |
ID: 42340 | Rating: 0 | rate: / Reply Quote | |
Message boards : Graphics cards (GPUs) : Any way to have only one gpugrid task downloaded?