Windows S5R3 "power users" App 4.26 available

Brian Silvers
Brian Silvers
Joined: 26 Aug 05
Posts: 772
Credit: 282700
RAC: 0

RE: Well, this seems to now

Message 77589 in response to message 77588

Quote:
Well, this seems to now be the standard App? No announcement. I have all WU now running this App, and I didn't use the test App.

Announcement was made here in the same thread

Quote:

Although I do not notice much, if any speed increase, yet.

It should be there. You probably are seeing the cyclic nature of the runtime. If you look at this thread there are pointers in there for figuring out the runtimes... Now, since you're running Core2 / Xeon processors, it would be interesting to see if the gains are less as you move into the newer processor architectures...

Bikeman (Heinz-Bernd Eggenstein)
Bikeman (Heinz-...
Moderator
Joined: 28 Aug 06
Posts: 3522
Credit: 688976045
RAC: 210532

RE: Now, since you're

Message 77590 in response to message 77589

Quote:
Now, since you're running Core2 / Xeon processors, it would be interesting to see if the gains are less as you move into the newer processor architectures...

Most definitely not less. Much of the speed increase originates from going back to an older version of the Microsoft compiler that avoids generating some instruction patterns that are extremely costly on at least P6, K8 and even recent Core(2) microarchitecture CPUs, a so called store-forwarding stall.

For the curious:

Simplified, that code pattern would look like this:

...
- write a double word (32 bits) to address x
- write another double word to address x+4
- maybe do something else, but at most a few instructions
- read a quad word (64 bits) from address x
...

(so basically: reading 64 bits from a memory location that was written to shortly before, but in two separate chunks of 32 bits each).

This is deadly for performance. At the time of reading, the CPU internal memory I/O logic is clever enough to notice if that address was written to only "recently" (as frequently happens for memory representing local variables in higher programming languages) and can then take a shortcut and get that data from a buffer where pending store operations are kept.
So the CPU doesn't have to wait until the data is actually written to memory (which is still comparatively slow).

However, the CPU is not clever enough to find this shortcut if the memory location in question was written to in several partial chunks. In that case, it has to wait until the preceding store operations are finished, somewhat stalling the whole flow of processing instructions.

Maybe the latest Penryns can deal with this better? But at least the pre-Penryn Core 2s should see a significant speed increase from avoiding this particular code pattern generated by the MS compiler (bug) involved.

CU
Bikeman

Pooh Bear 27
Pooh Bear 27
Joined: 20 Mar 05
Posts: 1376
Credit: 20312671
RAC: 0

Xeon 2,4G HTResult 91784162,

Xeon 2,4G HT
Result 91784162, time 35056.19, credit 237.83 - App 4.26 doesn't show Freq?
Result 91608265, time 34890.67, credit 237.83, Freq=791.284527395 - App 4.15

Gary Roberts
Gary Roberts
Moderator
Joined: 9 Feb 05
Posts: 5845
Credit: 109955813963
RAC: 31331318

RE: ... App 4.26 doesn't

Message 77592 in response to message 77591

Quote:
... App 4.26 doesn't show Freq?

Yes it does - the frequency is the same - 791.10

However, that's not particularly important. The important bit is the sequence number which tells you what part of the cycle you are in. You really need to do a bit of recent reading :).

The cycle for 791.10 has a period of 128.9

Peaks in runtime will therefore be at seq#s of 0, 129, 258, 387, ...
Troughs in runtime will therefore be at seq#s of 64, 193, 322, 451, ...

Your 4.15 crunched result had a seq# of 316 which is near the trough at 322.
Your 4.26 crunched result had a seq# of 246 which is near the peak at 258.

As you accumulate more data, you will find that Bernd has done you a big favour by making the 4.26 app official. You should go seek out Mike Hewson's ReadyReckoner as documented in this thread.

Cheers,
Gary.

Pooh Bear 27
Pooh Bear 27
Joined: 20 Mar 05
Posts: 1376
Credit: 20312671
RAC: 0

Since this is now the main

Since this is now the main App, should this be removed from sticky?

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4273
Credit: 245207413
RAC: 13173

RE: Since this is now the

Message 77594 in response to message 77593

Quote:
Since this is now the main App, should this be removed from sticky?


My idea was to leve this thread at top for a few more days for the people that got the 4.26 new now and want to comment on it.

However I'm not sure that in this case they'll find the thread at all. Any better ideas for where to announce and discuss new Apps, especially "public" ones?

BM

BM

Richard Haselgrove
Richard Haselgrove
Joined: 10 Dec 05
Posts: 2140
Credit: 2769827564
RAC: 937265

RE: Any better ideas for

Message 77595 in response to message 77594

Quote:

Any better ideas for where to announce and discuss new Apps, especially "public" ones?

BM


It might be helpful if you could clean up the Applications page - sometime in the future, not an urgent priority. I personally find it confusing that there are four sets of applications showing, all version 4.xx (with overlapping subversion numbers), and with two pairs of identical descriptions.

The clue is in the datestamp, of course, and the cognoscenti will know that only the bottom block is relevent - I hope it's not off the bottom of the screen for too many users. Perhaps the true 'current' block could be moved to the top (reversing the present order), and the apps for S4/S5R2 etc. could be flagged as superceded?

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4273
Credit: 245207413
RAC: 13173

RE: It might be helpful if

Message 77596 in response to message 77595

Quote:
It might be helpful if you could clean up the Applications page


Oh that page...

This is automatically generated from the DB, and regarding the DB it's so difficult to get certain things in that no one even dares to think about how to get things out once they're obsolete.

But a reversal of the display order sounds like a good idea and should easily be possible.

BM

BM

googloo
googloo
Joined: 11 Feb 05
Posts: 43
Credit: 13194486
RAC: 2274

RE: Originally not planned

Message 77597 in response to message 77584

Quote:

Originally not planned for a release I now published the 4.26 as first "official" "separate graphics" App. I hope that we'll see the benefits of this approach in this App soon, i.e. graphics on Vista working and a decrease of computation errors as graphics problems shouldn't affect the computation any more.

BM

So, I should remove the app_info.xml file?

Bernd Machenschalk
Bernd Machenschalk
Moderator
Administrator
Joined: 15 Oct 04
Posts: 4273
Credit: 245207413
RAC: 13173

RE: RE: Originally not

Message 77598 in response to message 77597

Quote:
Quote:

Originally not planned for a release I now published the 4.26 as first "official" "separate graphics" App. I hope that we'll see the benefits of this approach in this App soon, i.e. graphics on Vista working and a decrease of computation errors as graphics problems shouldn't affect the computation any more.

BM

So, I should remove the app_info.xml file?


You could, but you don't need to. At least one more "power app" is in the pipeline and will hopefully come out next week.

BM

BM

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.