Seti@Home optimized science apps and information

Optimized Seti@Home apps => Optimized Applications Release News => Topic started by: William on 26 Mar 2012, 09:38:24 am

Title: Windows installer v0.40
Post by: William on 26 Mar 2012, 09:38:24 am
Updated Installers, v0.40 for Windows
Available now in the Downloads section (http://lunatics.kwsn.net/index.php?module=Downloads;catd=9)
[/url]

Changes since last release (v0.39) are:

-Update of all Astropulse applications to support AP 6.01

Please see this thread (http://lunatics.kwsn.net/2-windows/installer-v0-40-release-notes.msg47299.html#msg47299) 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.
Title: Re: Windows installer v0.40
Post by: Pizzadude on 28 Mar 2012, 04:08:37 pm
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 ??
Title: Re: Windows installer v0.40
Post by: Richard Haselgrove on 28 Mar 2012, 04:16:53 pm
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 :P)

Could you post your HostID number, or a link to your host at SETI, so I can check there too, please?
Title: Re: Windows installer v0.40
Post by: Pizzadude on 29 Mar 2012, 02:09:51 am
It was the 64bit option that I selected.

http://setiathome.berkeley.edu/results.php?hostid=5405224

Thanks for your help.
Title: Re: Windows installer v0.40
Post by: Richard Haselgrove on 29 Mar 2012, 05:06:26 am
It was the 64bit option that I selected.

http://setiathome.berkeley.edu/results.php?hostid=5405224

Thanks 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.
Title: Re: Windows installer v0.40
Post by: Pizzadude on 29 Mar 2012, 12:28:28 pm
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.



Quote
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.
Title: Re: Windows installer v0.40
Post by: Richard Haselgrove on 29 Mar 2012, 01:47:42 pm
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.
Title: Re: Windows installer v0.40
Post by: Pizzadude on 29 Mar 2012, 03:40:07 pm
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.





Quote

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.
Quote
Title: Re: Windows installer v0.40
Post by: Pizzadude on 29 Mar 2012, 04:02:23 pm
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.


Title: Re: Windows installer v0.40
Post by: Pizzadude on 05 Apr 2012, 04:38:46 pm
Has anybody actually seen an Astropulse workunit since 0.40 went on general release ?
Title: Re: Windows installer v0.40
Post by: Claggy on 05 Apr 2012, 04:46:04 pm
Has anybody actually seen an Astropulse workunit since 0.40 went on general release ?
Yes, somewhere near 200 AP v6 tasks,

Application details for host 5427475 (http://setiathome.berkeley.edu/host_app_versions.php?hostid=5427475)

Have you set your setiathome preferences (http://setiathome.berkeley.edu/prefs.php?subset=project) to allow them?

Claggy
Title: Re: Windows installer v0.40
Post by: Mike on 05 Apr 2012, 05:40:38 pm

Have also finnished more than 20 already.
Title: Re: Windows installer v0.40
Post by: Pizzadude on 05 Apr 2012, 05:44:30 pm
Yep, all setting are good - I guess I will just have to be patient !!!!


yes, somewhere near 200 AP v6 tasks,

Application details for host 5427475 (http://setiathome.berkeley.edu/host_app_versions.php?hostid=5427475)

Have you set your setiathome preferences (http://setiathome.berkeley.edu/prefs.php?subset=project) to allow them?

Claggy
Title: Re: Windows installer v0.40
Post by: TouchuvGrey on 04 Nov 2012, 10:01:12 am
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 ?
Title: Re: Windows installer v0.40
Post by: Pizzadude on 07 Nov 2012, 02:03:03 am
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 ?
Title: Re: Windows installer v0.40
Post by: TouchuvGrey on 10 Nov 2012, 04:50:23 pm
Looks like if anyone knows, they cannot
talk about it for some reason.
Title: Re: Windows installer v0.40
Post by: Josef W. Segur on 10 Nov 2012, 05:43:37 pm
Looks like if anyone knows, they cannot
talk about it for some reason.
...
    Is there any indication if or when the licensing issues
will be resolved regarding optimized release installers ?

We certainly expect they will be resolved, but cannot predict when.
                                           Joe
Title: Re: Windows installer v0.40
Post by: Dirk on 15 Dec 2012, 09:00:47 pm
What is the problem - why is the opt. app installer offline?

It's because of the opt. apps, or the installer software?

If there are license problems with the installer software, why not publish like in past only the opt. apps?

In past I explained the installation of the opt. apps, also app_info.xml entries a lot times in the forum of S@h .. ;)
Title: Re: Windows installer v0.40
Post by: Josef W. Segur on 16 Dec 2012, 12:48:52 am
It's not the installer.
                                                       Joe