Astropulse 4.35 |
| log in |
Message boards : AstroPulse : Astropulse 4.35
1 · 2 · 3 · 4 . . . 6 · Next
| Author | Message |
|---|---|
|
Astropulse 4.35 has just been released. This is intended to be the version that gets released to the public project. All the bugs that were in 4.34, are still in 4.35. (Except that it's now compiled with optimization, and a few other minor fixes.) We just want to make sure that we haven't inadvertently introduced any major new bugs. But feel free to report on all bugs. | |
| ID: 34309 · | |
Astropulse 4.35 has just been released. This is intended to be the version that gets released to the public project. All the bugs that were in 4.34, are still in 4.35. (Except that it's now compiled with optimization, and a few other minor fixes.) We just want to make sure that we haven't inadvertently introduced any major new bugs. But feel free to report on all bugs. If this is the release version, it should have the correct year in the copyright notice of "astropulse_4.35_COPYRIGHT". It looks like this atm: // Copyright (c) 1999-2007 Regents of the University of California ____________ _\|/_ Urs | |
| ID: 34310 · | |
Astropulse 4.35 has just been released. This is intended to be the version that gets released to the public project. All the bugs that were in 4.34, are still in 4.35. (Except that it's now compiled with optimization, and a few other minor fixes.) We just want to make sure that we haven't inadvertently introduced any major new bugs. But feel free to report on all bugs. Congratulations, on the impending public release. I would love to run it, but am still getting Message from server:Astropulse is not available for your type of computer errors. Have I missed something along the way? Do i finaly have to load an ap info file into Beta? Thanks, Dick ____________ | |
| ID: 34311 · | |
|
The estimated times with APv4.35 seem to be back in the same range as v4.33 was. | |
| ID: 34323 · | |
|
How do we get 4.35 ? I'm still running 4.34. Will it update automatically? | |
| ID: 34331 · | |
How do we get 4.35 ? I'm still running 4.34. Will it update automatically? Yes, it will update automatically (unless you're running with an app_info.xml). BOINC doesn't update immediately, it will finish any AP WUs which your host has already downloaded with 4.34 but for any new AP work downloaded it will get 4.35. Joe | |
| ID: 34332 · | |
|
The Server Status page indicates that the is; | |
| ID: 34333 · | |
The Server Status page indicates that the is; It may even be that all AP work has previously been assigned and the only ones which show up will be replacements for deadline timeouts or compute errors. It's my impression that AP work already has a higher priority. I just went through the list of tasks on host 19596 (the current top host). It completed its last AP WU with 4.34 3 days ago, all work assigned since is enhanced MB. Joe | |
| ID: 34340 · | |
The Server Status page indicates that the is; If you look at the index for http://boinc2.ssl.berkeley.edu/beta/download/ (which I don't recommend - especially on your dialup, Joe), you'll see that some/all of the AP data files are in the root of the download folder, not distributed through the fanout (that's what makes it such a pig to load). But it makes it easy to find the most recent work, which is: ap_23mr08ab_B2_P1_00011_20080723_17023.wu created 23-Jul-2008 08:31 So the splitter is active today, and there should be tasks in the pipeline. We just have to munch our way through the MB stuff first. I was doing quite well while it was all shorties, but I'm starting to get the long stuff now. Is it time to invoke Plan B again? Edit - thinking about it: yes, I give notice that I do intend to invoke Plan B, at least on my BOINC v6.2.14 box: partly to flush the MB queue, but also to test my co-running app_info.xml, and also because nobody has answered my sandbox question yet. | |
| ID: 34341 · | |
The Server Status page indicates that the is; I think the reason the MB units are back in the mix is because they are testing a mixed workflow because AP is 99.9% ready to go live on the main site. Don't know the answer to your sandbox question, but you have to on a Mac as I'm testing AP on a Mac I know. Gary | |
| ID: 34343 · | |
|
Well, that worked better than I could have expected: | |
| ID: 34344 · | |
|
And the test revealed something interesting: | |
| ID: 34345 · | |
|
Hmmm. This is getting worrying. | |
| ID: 34346 · | |
|
Panic over. Turned out to be a corrupted download - requested 452KB, got 120KB. Now I've got the full file, it's running OK. | |
| ID: 34347 · | |
|
Finished my first APv4.35 wu after ca. 57h successful claiming 719.356481481482 cr, less than half than v4.34. I hope the stderr.txt looks like intended (see below). Still can't get the graphics to work on opensuse 10.3 64bit. Now the graphics button is greyed out. <stderr_txt> In ap_gfx_main.cpp: in ap_graphics_init(): Starting client. In ap_client_main.cpp: in mainloop(): at dm_chunk_large 896 In ap_client_main.cpp: in mainloop(): at dm_chunk_large 1024 ...<snip> In ap_client_main.cpp: in mainloop(): at dm_chunk_large 3328 In ap_client_main.cpp: in mainloop(): at dm_chunk_large 3456 In ap_gfx_main.cpp: in ap_graphics_init(): Starting client. In ap_client_main.cpp: in mainloop(): at dm_chunk_large 3456 ...<snip> In ap_client_main.cpp: in mainloop(): at dm_chunk_large 14848 In ap_client_main.cpp: in mainloop(): at dm_chunk_large 14976 called boinc_finish </stderr_txt> ____________ _\|/_ Urs | |
| ID: 34369 · | |
Finished my first APv4.35 wu after ca. 57h successful claiming 719.356481481482 cr .... Claimed credit 719.36, from BOINC v5.10.45? That wasn't in the script: Astropulse 4.35 has just been released. This is intended to be the version that gets released to the public project. All the bugs that were in 4.34, are still in 4.35. (Except that it's now compiled with optimization, and a few other minor fixes.) We just want to make sure that we haven't inadvertently introduced any major new bugs. But feel free to report on all bugs. I thought we were on flop counting now? | |
| ID: 34371 · | |
... I still think we are : ------------------------------------------------------------------------ r277 | korpela | 2008-07-15 02:23:20 +0200 (Di, 15 Jul 2008) | 2 lines Changed paths: M /astropulse/client/astropulse.h Updated flops value for claimed credit. ------------------------------------------------------------------------ /astropulse/client/astropulse.h #define TOTAL_FLOPS 1.61485e+15/2 This made me expect: half the FLOPs and half the credit, but its less. edit:Devs changed that again to the current value in astropulse.h ------------------------------------------------------------------------ r289 | korpela | 2008-07-22 02:15:59 +0200 (Di, 22 Jul 2008) | 3 lines Changed paths: M /astropulse/client/astropulse.h Updated FPOPS for credit calculation. ------------------------------------------------------------------------ #define TOTAL_FLOPS 6.21524e+14 ____________ _\|/_ Urs | |
| ID: 34372 · | |
|
So we've abandoned any pretence of actually counting the flops (probably wisely - the variation in credit/hour at different ARs was always a bit hard to reconcile with the concept of 'counting'), and moved to fixed credits instead? | |
| ID: 34375 · | |
So we've abandoned any pretence of actually counting the flops (probably wisely - the variation in credit/hour at different ARs was always a bit hard to reconcile with the concept of 'counting'), and moved to fixed credits instead? For setiathome_enhanced, "counting" as a single word description is appropriate. It isn't implemented as counting by 1 for every floating point operation, of course. Instead it takes the number of fp operations within a loop, scales by the number of iterations of the loop, and adds that to the count. The reason for the mismatch with time is partly because even on very modern processors different kinds of fp operations have different costs, but even more because of all the other stuff which has to be done before and after the fp operations. For AP, the fpops are the same for every WU, so precalculating it is quite practical. It REALLY ought to be passed in the WU header, though, so if they changed some of the parameters controlling what's done the fpops could be changed to match. As it stands, they'd have to make a new build. Joe | |
| ID: 34384 · | |
|
My first AP 4.35 task under Windows, 4243659, has reported: 1 day 17:14:55 on the Q9300. My six day MCHE mode cache has turned into over 20 days of work, according to BOINCview (though I don't think I believe it, because I haven't updated the resource shares properly). It'll take at least 13 days to work these ones off, though. In ap_gfx_main.cpp: in ap_graphics_init(): Starting client. In ap_client_main.cpp: in mainloop(): at dm_chunk_large 896 In ap_client_main.cpp: in mainloop(): at dm_chunk_large 1024 .... | |
| ID: 34386 · | |
Message boards :
AstroPulse :
Astropulse 4.35