|
|
Pages: [1] 2
|
 |
|
|
This message is marked as News.
|
Author
|
Topic: Windows installer v0.40 (Read 9842 times)
|
|
William
|
Updated Installers, v0.40 for Windows Available now in the Downloads sectionChanges since last release (v0.39) are:-Update of all Astropulse applications to support AP 6.01 Please see this thread for full release notes. READ THEM before you install. Use at your own risk - 'your mileage may vary'While we take great care to find issues while alpha and beta testing, our testing systems comprise only a limited sample of what is out there and can't account for Murphy's Law.
|
|
|
|
« Last Edit: 26 Mar 2012, 09:40:52 am by barry »
|
Logged
|
|
|
|
Pizzadude
Knight o' The Realm

Offline
Posts: 75
|
Since upgrading to from 0.39 to 0.40 I am getting loads of Cuda 6.09 downloading where as before i was getting Cuda 6.10. Is this just a coincidence or something starting to fester on my setup ??
|
|
|
|
|
Logged
|
|
|
|
|
Richard Haselgrove
|
Since upgrading to from 0.39 to 0.40 I am getting loads of Cuda 6.09 downloading where as before i was getting Cuda 6.10. Is this just a coincidence or something starting to fester on my setup ??
Shouldn't be anything on your setup. Did you use the 32-bit of the 64-bit installer - I'll check them (well, the one you used  ) Could you post your HostID number, or a link to your host at SETI, so I can check there too, please?
|
|
|
|
« Last Edit: 28 Mar 2012, 09:34:54 pm by Richard Haselgrove »
|
Logged
|
|
|
|
|
|
|
Richard Haselgrove
|
Well, first the good news. That host is returning good work, which is validating properly, using the correct application - by that, I mean it will already be using the applications from this installer, even though it's still working through old tasks issued before you used the new installer. I can't see anything that would explain the Cuda 6.09 - in fact, I was more surprised to see how many tasks were being assigned to the CPU, even for a 12-core i7. It takes a lot of searching to find the Cuda stuff in those 2695 tasks. When you see 'Cuda 6.09', what words do you see, exactly? (cuda), (cuda23), (cuda_fermi) - or something different? It might be helpful if you could zip up the app_info.xml that the installer has made in your project directory and attach it here. Do it as a zip (or 7z), please, rather than pasting the text, so we can see the exact internal structure.
|
|
|
|
|
Logged
|
|
|
|
Pizzadude
Knight o' The Realm

Offline
Posts: 75
|
setiathome_enhanced 6.09 (cuda23) is the exact description that appears, hopefully the .zip file app_info will appear below. Thanks again for your help. Well, first the good news. That host is returning good work, which is validating properly, using the correct application - by that, I mean it will already be using the applications from this installer, even though it's still working through old tasks issued before you used the new installer. I can't see anything that would explain the Cuda 6.09 - in fact, I was more surprised to see how many tasks were being assigned to the CPU, even for a 12-core i7. It takes a lot of searching to find the Cuda stuff in those 2695 tasks. When you see 'Cuda 6.09', what words do you see, exactly? (cuda), (cuda23), (cuda_fermi) - or something different? It might be helpful if you could zip up the app_info.xml that the installer has made in your project directory and attach it here. Do it as a zip (or 7z), please, rather than pasting the text, so we can see the exact internal structure.
|
|
|
« Last Edit: 29 Mar 2012, 12:30:50 pm by Pizzadude »
|
Logged
|
|
|
|
|
Richard Haselgrove
|
setiathome_enhanced 6.09 (cuda23) is the exact description that appears, hopefully the .zip file app_info will appear below.
Thanks again for your help.
Well, that turns out to be a fascinating little experiment you've carried out there. Some background: there are two ways to run BOINC projects - using the stock applications sent out automatically by a project, or - what we do here - use an app_info.xml file to pick and choose our own applications. What we've grown to expect over the years is that: For stock apps, BOINC will try to pick the fastest For app_info.xml, BOINC will use the first entry it comes across in the file. But you've proved that we were wrong. The key lines in your app_info are: <version_num>610</version_num> <count>0.3</count> <version_num>609</version_num> <count>0.5</count> Tasks processed two at a time (count=0.5) will, each individually, complete faster than tasks processed three at a time (count=0.3). The overall throughput for the machine may be better with three at a time, but BOINC is probably too dumb to work that out: I'm guessing that two at a time 'looks faster' to BOINC, and that is the reason it's choosing 609 as the 'best' application. Something else for you to check, perhaps. If you have any old tasks labelled 610 (cuda_fermi) on the machine, are they running 3 per card (6 at a time for the dual-GPU machine as a whole? And when you get to the 609 (cuda23) tasks, do they run 2 per card (4 at a time overall)? Once you've finished that, I guess you'll want to get back to normal with whatever <count> value you feel suits you best. If you put that value consistently in all six <app_version> sections, I think you'll find things go back to normal.
|
|
|
|
|
Logged
|
|
|
|
Pizzadude
Knight o' The Realm

Offline
Posts: 75
|
I only have 6.09 Cuda work at the moment and they are running at 2 per card. I have adjusted all Cuda counts to 0.3 and I will let you know what develops in the next few days and thanks again for your assistance. Well, that turns out to be a fascinating little experiment you've carried out there. Some background: there are two ways to run BOINC projects - using the stock applications sent out automatically by a project, or - what we do here - use an app_info.xml file to pick and choose our own applications. What we've grown to expect over the years is that: For stock apps, BOINC will try to pick the fastest For app_info.xml, BOINC will use the first entry it comes across in the file. But you've proved that we were wrong. The key lines in your app_info are: <version_num>610</version_num> <count>0.3</count> <version_num>609</version_num> <count>0.5</count> Tasks processed two at a time (count=0.5) will, each individually, complete faster than tasks processed three at a time (count=0.3). The overall throughput for the machine may be better with three at a time, but BOINC is probably too dumb to work that out: I'm guessing that two at a time 'looks faster' to BOINC, and that is the reason it's choosing 609 as the 'best' application. Something else for you to check, perhaps. If you have any old tasks labelled 610 (cuda_fermi) on the machine, are they running 3 per card (6 at a time for the dual-GPU machine as a whole? And when you get to the 609 (cuda23) tasks, do they run 2 per card (4 at a time overall)? Once you've finished that, I guess you'll want to get back to normal with whatever <count> value you feel suits you best. If you put that value consistently in all six <app_version> sections, I think you'll find things go back to normal.
|
|
|
|
|
Logged
|
|
|
|
Pizzadude
Knight o' The Realm

Offline
Posts: 75
|
Wow, did I say few days - I should have said few minutes. I already have eleven 6.10 Cuda's in my download que. Thankyou again I only have 6.09 Cuda work at the moment and they are running at 2 per card.
I have adjusted all Cuda counts to 0.3 and I will let you know what develops in the next few days and thanks again for your assistance.
|
|
|
|
|
Logged
|
|
|
|
Pizzadude
Knight o' The Realm

Offline
Posts: 75
|
Has anybody actually seen an Astropulse workunit since 0.40 went on general release ?
|
|
|
|
|
Logged
|
|
|
|
|
|
Mike
Alpha Tester
Knight who says 'Ni!'
 
Offline
Posts: 1104
|
Have also finnished more than 20 already.
|
|
|
|
|
Logged
|
|
|
|
Pizzadude
Knight o' The Realm

Offline
Posts: 75
|
Yep, all setting are good - I guess I will just have to be patient !!!!
|
|
|
|
|
Logged
|
|
|
|
|
TouchuvGrey
|
If i'm out of line for asking or should post in a different area i request one of the mods to delete or move this post to the appropriate place .
Is there any indication if or when the licensing issues will be resolved regarding optimized release installers ?
|
|
|
|
|
Logged
|
Because we are NOT alone.
|
|
|
Pizzadude
Knight o' The Realm

Offline
Posts: 75
|
I guess the answer to that question goes along the lines of "How longs a piece of string ?"................. If i'm out of line for asking or should post in a different area i request one of the mods to delete or move this post to the appropriate place .
Is there any indication if or when the licensing issues will be resolved regarding optimized release installers ?
|
|
|
|
|
Logged
|
|
|
|
|
Pages: [1] 2
|
|
|
|
Quote!
To succeed in politics, it is often necessary to rise above your principles.- Murphy's Law
|
 |  |  |
| |
Online users/last 15m
25 Guests, 1 User
Raistmer 12 Members/last 24hRaistmer, Claggy, Richard Haselgrove, Mike, arkayn, msattler, Urs Echternacht, Josef W. Segur, mr.mac52, Hans Dorn, Devaster, ML1
| |
 | |  |
|