Message boards :
Number crunching :
How do you force Boinc to request work?
Message board moderation
Author | Message |
---|---|
Send message Joined: 31 Jan 09 Posts: 31 Credit: 69,908,565 RAC: 0 ![]() ![]() |
Is there a way to force boinc to request work for a single or multiple projects on a schedule other than hitting the update button? I have been reading about the cc_config.xml file and looking for a command that I could use but, if there is one I could not find it. I believe it can be done but I don’t know where to start. Need some help/guidance setting this up. ![]() |
![]() Send message Joined: 19 Feb 08 Posts: 350 Credit: 141,284,369 RAC: 0 ![]() ![]() |
Hi, you could try to search for cc_config in other forums. SETI gives you 12 answers, maybe one answer is close to your problem. This forum gives you 2 hits, one of them is your post. Alexander |
Send message Joined: 5 Jun 10 Posts: 2 Credit: 327,718 RAC: 0 ![]() ![]() |
@Ironworker16 - have you found an answer yet? :) |
![]() ![]() Send message Joined: 24 Dec 07 Posts: 1947 Credit: 240,884,648 RAC: 0 ![]() ![]() |
:START echo off time /t PING -n 1200 127.0.0.1>nul boinccmd --project http://lhcathome.cern.ch/lhcathome/ update GOTO START -------------- The above batch file will update LHC every 1200 seconds. Copy and paste into a text file with the extension .bat and save into your BOINC directory. Create a shortcut and place on your desktop and then just double click it. To suit your own needs change 1200 to the update time you want and change the http etc to the project url you require. This is not the neatest way to do it but it works... |
![]() Send message Joined: 24 Feb 09 Posts: 620 Credit: 100,587,625 RAC: 0 ![]() ![]() ![]() |
Task Schedular would probably work fine as well with a few more options over execution. Brief Task Schedular Guide Regards Zy |
Send message Joined: 5 Jun 10 Posts: 2 Credit: 327,718 RAC: 0 ![]() ![]() |
This works just fine :-) My 'cc_config.xml' file: <cc_config> <options> <use_all_gpus>1</use_all_gpus> <report_results_immediately>1</report_results_immediately> <max_file_xfers>50</max_file_xfers> <max_file_xfers_per_project>25</max_file_xfers_per_project> </options> </cc_config> |
![]() Send message Joined: 24 Feb 09 Posts: 620 Credit: 100,587,625 RAC: 0 ![]() ![]() ![]() |
It does - but its decidely server unfriendly, and BOINC prefer crunchers not to use it as a routine measure. It originally came in as a facility to assist testing and development. <report_results_immediately>1</report_results_immediately> ... places a big extra loading on Projects Servers, which seems a little mute when stats sites are only refreshed every 2-4 hours depending on the site. Regards Zy |
Send message Joined: 29 Mar 08 Posts: 5 Credit: 23,303,388 RAC: 0 ![]() ![]() |
A somewhat easier way is suspend your other projects long enough for MW to grab wu's and then resume the other projects. Doing my small part for scientific research |
©2025 Astroinformatics Group