Message boards :
Wish list :
reduce duration cuda
Message board moderation
Author | Message |
---|---|
Send message Joined: 1 May 11 Posts: 23 Credit: 1,574,433 RAC: 0 |
If you could reduce the duration units cuda, it would be nice .... for 30 minutes or more one hour it's still long even if it's true that it is credited .... Config : i7 860 2.8ghz, 8g ram, boinc : 6.12.26, GPU : GTX 470 Zotac Amp Edition 1280 mo DDR5 |
Send message Joined: 2 May 11 Posts: 27 Credit: 1,151,788 RAC: 0 |
THIS IS A QUIRK FOR CUDA ONLY! edit job-cuda31-1.00.xml in your moowrap project folder like that: <job_desc> <task> <application>dnetc518-win32-x86-cuda31.exe</application> <checkpoint_filename>chkpoint</checkpoint_filename> <command_line>-ini dnetc.ini -runoffline -multiok=1 -c 10</command_line> </task> </job_desc> it needs to be exactly 229 bytes large, otherwise boinc will fetch the default one from the server. put in or remove some leading blanks if it's not. and it will only work for the NEXT WU started. if you have one in progress and restart boinc, you're toast.. |
Send message Joined: 1 May 11 Posts: 23 Credit: 1,574,433 RAC: 0 |
I tried and I got this message: 05/06/2011 2:18:15 p.m. | Moo! Wrapper | [error] File-job-cuda31 1.00.xml has wrong size: expected 229, Got 235 <job_desc> <task> <application>dnetc518-win32-x86-cuda31.exe</application> <checkpoint_filename>chkpoint</checkpoint_filename> <command_line>-ini dnetc.ini -runoffline -multiok=1 -c 10</command_line> </task> </job_desc> Config : i7 860 2.8ghz, 8g ram, boinc : 6.12.26, GPU : GTX 470 Zotac Amp Edition 1280 mo DDR5 |
Send message Joined: 2 May 11 Posts: 3 Credit: 256,516,099 RAC: 0 |
At the strat of some lines, you have spaces which are suppose to make the reading more simple, your file is now 6 octets too big for BOINC, just delete 6 of these spaces in order to obtain once again a file of 229 octets. |
Send message Joined: 2 May 11 Posts: 12 Credit: 244,556,081 RAC: 0 |
I tried and I got this message: simply add <dont_check_file_sizes>1</dont_check_file_sizes> to a cc_config.xml and the client will ignore wrong file sizes. Join BOINC United now! |
Send message Joined: 1 May 11 Posts: 23 Credit: 1,574,433 RAC: 0 |
ok thanks Config : i7 860 2.8ghz, 8g ram, boinc : 6.12.26, GPU : GTX 470 Zotac Amp Edition 1280 mo DDR5 |
Send message Joined: 2 May 11 Posts: 27 Credit: 1,151,788 RAC: 0 |
I tried and I got this message: GRMPF! did i write "it needs to be exactly 229 bytes large, otherwise boinc will fetch the default one from the server. put in or remove some leading blanks if it's not."? |
Send message Joined: 2 May 11 Posts: 27 Credit: 1,151,788 RAC: 0 |
simply add <dont_check_file_sizes>1</dont_check_file_sizes> to a cc_config.xml and the client will ignore wrong file sizes. should work - but i don't think it's a very bright idea to disable it completely if there is another simple way. |