Page 1 of 1

#1 Sztaki

Posted: Sat Jan 09, 2016 2:47 am
by scole of TSBT
I'm using the simple command line script and getting loads of Sztaki work. Just wondering if the project is wide open with work or whether my systems are just in the zone?

#2 Re: Sztaki

Posted: Sat Jan 09, 2016 3:27 am
by Alez
not much joy here

#3 Re: Sztaki

Posted: Sat Jan 09, 2016 9:00 am
by utopia-i
Remember from a non BOINC expert, ie command line and Linux are the occult!, I have a feeling that more and more projects like to 'verify' the computer it is sending work to, a bit of chicken and egg scenario I agree. Im sure WCG does this, it is cautious to send work unless it has proven results returned to it in an orderly fashion. Even to extent of not sending work until it checks the computer is still on line and ready an willing. ( or it could be FAH2 Wus are still random)

Of course some projects just sent as much as they can, Asteroids always has work and sends 20 / 30 at at go, Yoyo is more cautious with return one, send one.

Yes I agree its down to local config files etc but I tend not to dable much with that, leaving it to the Boincmgr and the server.

Its all a bit of a black art really but the team Gods / visiting gurus have plenty tricks to help out.

#4 Re: Sztaki

Posted: Sat Jan 09, 2016 12:37 pm
by Bryan
On projects like Sztaki and Edges, where the work seems to come in bursts, you can enable "fetch_on_update" in the cc_config file. When this is checked then every time you upload a WU it will tickle all of your enabled projects and request work. The biggest problem with the BOINC scheduler is if it requests work a couple of times and is told there isn't any then it goes into a back off mode and stops requesting work for a while. Fetch_on_update overcomes that limitation.

The downside is that fetch_on_update will request work from ALL enabled projects and it doesn't pay any attention to the share priority you have set. It views a project with share of 1 the same as share of 10000.

#5 Re: Sztaki

Posted: Sat Jan 09, 2016 4:16 pm
by Silver
Ahh now that's pretty clever.
Just to clarify Bryan. Do you just need to put that a single fetch request into any active projects config file for it to check all active project when you upload a completed unit

#6 Re: Sztaki

Posted: Sat Jan 09, 2016 4:21 pm
by scole of TSBT
It goes in the cc_config.xml, but be careful. I would use the project updater. That way you can control which projects get updated and not end up with a bunch of tasks for non-priority projects.

#7 Re: Sztaki

Posted: Sat Jan 09, 2016 5:03 pm
by Silver
Thanks Scole, I just wanted to check I'd understood what Bryan meant.