64-bit App Build Windows XP x64

Message boards : Number crunching : 64-bit App Build Windows XP x64
Message board moderation

To post messages, you must log in.

1 · 2 · 3 · 4 · Next

AuthorMessage
Bob Delkhoon

Send message
Joined: 15 May 99
Posts: 11
Credit: 201,827
RAC: 0
United States
Message 419535 - Posted: 12 Sep 2006, 22:26:49 UTC
Last modified: 12 Sep 2006, 22:30:45 UTC

I installed Windows x64 on my main machine over the weekend so I wanted to see how a 64-bit client would run. I used the sources from Simon Zadra (KWSN - Chicken of Angnor)'s site as a base for the build. I let it run overnight on my x64 box and all the results that have been verified are good. (3 errors's on my results list are accidents from changing the app_info.xml).

I don't see a significant change in performance yet on my machine, but I'm hoping for some feedback on other machines. I'm assuming there's more that can be changed to give more gains from the 64-bit build. I've only had x64 installed a few days so I'm still kind of inexperienced on code optimizations that can be done.

If anyone had any tips on 64-bit optimizations, that would be awesome.

Anyone who'd like to try it, Please let me know how it works for you and your CPU type.

PLEASE keep an eye on your results, I only tested this for about 24 hours on 1 box.

Windows XP x64 64-bit client
http://tiger.towson.edu/~bdelkh1/setiathome-5.15-DeNitro-emt64.zip

Thanks guys =)

-Bob Delkhoon (DeNitro)

ID: 419535 · Report as offensive
Profile KWSN - Chicken of Angnor
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 9 Jul 99
Posts: 1199
Credit: 6,615,780
RAC: 0
Austria
Message 419540 - Posted: 12 Sep 2006, 22:33:22 UTC
Last modified: 12 Sep 2006, 22:40:16 UTC

Hi Bob,

saw you online at my site recently :o)

Good job on the 64-Bit app, I haven't gotten one to link correctly yet.

I'm very interested in your build settings, including what SDK you used, what version of Visual Studio/ICC/IPP and such, as well as any necessary source edits (there were a couple, as I recall).

Running some tests with your app on 64-Bit Windows (Pentium-D) as I type this message, let's see what it can do!

Regards,
Simon.
Donate to SETI@Home via PayPal!

Optimized SETI@Home apps + Information
ID: 419540 · Report as offensive
EricVonDaniken

Send message
Joined: 17 Apr 04
Posts: 177
Credit: 67,881
RAC: 0
United States
Message 419541 - Posted: 12 Sep 2006, 22:35:55 UTC

Going from IA32 to x86-64 gives you a few optimization opportunities:
1= The number of registers of each type doubles from 8 to 16
2= Each register is also 2x wider. This is particularly important when talking about MMX/SIMD registers.
3= There are a few instructions in x86-64 that are not in IA32.

The easiest way to take advantage of all this is to get intel's compiler, icc, and their MKL libraries and build s@h using them as aggressively as possible while still getting correct results.
These tools cost money.

Sun's Performance Evaluator tool is also useful as it will profile the code for you, make suggestions as to useful source transformations, make suggestions as to in memory data structure layout, etc, etc.
This tool is free.
ID: 419541 · Report as offensive
Profile zoom3+1=4
Volunteer tester
Avatar

Send message
Joined: 30 Nov 03
Posts: 65750
Credit: 55,293,173
RAC: 49
United States
Message 419544 - Posted: 12 Sep 2006, 22:39:34 UTC
Last modified: 12 Sep 2006, 22:42:17 UTC

This is great news guys. Keep up the good work and yeah I run XP Pro x64 on one of My Pc and I plan on installing It on all new PCs that I build, Of course one New PC will have Vista x64 on It, But that's only cause Vista is so dang expensive in comparison to XP x64.


The T1 Trust, PRR T1 Class 4-4-4-4 #5550, 1 of America's First HST's
ID: 419544 · Report as offensive
Profile KWSN - Chicken of Angnor
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 9 Jul 99
Posts: 1199
Credit: 6,615,780
RAC: 0
Austria
Message 419551 - Posted: 12 Sep 2006, 22:51:22 UTC
Last modified: 12 Sep 2006, 22:55:32 UTC

Eric,

that is exactly why I am keen on invading 64-Bit space ;o) I'm well aware of the architectural advantages.

Also - I have posted this before - I've managed to acquire commercial ICC and IPP licenses quite a while ago. For anyone interested in building their own, trial versions are available from Intel online (as noted in the Windows and Linux How-To threads stickied on this board).

So really, there is nothing holding anyone back from participating - obviously, releasing apps to the public is a different thing, as the trial licenses do not really allow such usage.

To work around this issue, I've tried to assemble as many capable people in my test and development group on http://lunatics.at. I can only say, their pace is hard to keep up with :o) I will continue to offer apps compiled on the sources this team produces, as the licenses themselves do not run out (only updates and premium support next July).

You posted elsewhere that you would like to stay anonymous but still like to participate in coding. As someone else noted, you could always acquire a generic email address to register with at my site and use the same username as here - and let me know about it.

As things stand, you would not be the only one. That has not stopped Mr. and Ms. Anonymous from contributing, though.

Bob, sorry for sort of hijacking your thread - the same goes for you. If you're interested in working together on the S@H code, you're welcome! Let me know, and I'll bump your access.

Regards,
Simon.
Donate to SETI@Home via PayPal!

Optimized SETI@Home apps + Information
ID: 419551 · Report as offensive
Profile Sutehk
Volunteer tester
Avatar

Send message
Joined: 11 Jun 99
Posts: 42
Credit: 1,443,674
RAC: 0
United States
Message 419566 - Posted: 12 Sep 2006, 23:32:59 UTC

Is this optimization for the Intel 64 bit processors or the AMD 64 bit?
ID: 419566 · Report as offensive
Profile zoom3+1=4
Volunteer tester
Avatar

Send message
Joined: 30 Nov 03
Posts: 65750
Credit: 55,293,173
RAC: 49
United States
Message 419570 - Posted: 12 Sep 2006, 23:52:27 UTC

Does this replace the whole 32bit install of Boinc or just the 32bit app?
The T1 Trust, PRR T1 Class 4-4-4-4 #5550, 1 of America's First HST's
ID: 419570 · Report as offensive
Profile KWSN - Chicken of Angnor
Volunteer developer
Volunteer tester
Avatar

Send message
Joined: 9 Jul 99
Posts: 1199
Credit: 6,615,780
RAC: 0
Austria
Message 419575 - Posted: 13 Sep 2006, 0:01:16 UTC

Hm,

it didn't run on my XP64 system at all - didn't even produce an stderr.txt file, in fact.

Not sure why, did you try it on other XP64 systems, Bob?

Regards,
Simon.
Donate to SETI@Home via PayPal!

Optimized SETI@Home apps + Information
ID: 419575 · Report as offensive
Profile BORG
Volunteer tester
Avatar

Send message
Joined: 3 Aug 99
Posts: 305
Credit: 6,157,052
RAC: 0
Canada
Message 419602 - Posted: 13 Sep 2006, 1:03:45 UTC - in response to Message 419575.  

Anyone try it yet?

I just did, got lots of client errors

378761173 90781347 12 Sep 2006 9:08:03 UTC 13 Sep 2006 0:59:00 UTC Over Client error Done 0.00 0.00 ---
378761169 90781360 12 Sep 2006 9:08:03 UTC 13 Sep 2006 0:59:00 UTC Over Client error Done 0.00 0.00 ---
378761166 90781338 12 Sep 2006 9:08:03 UTC 13 Sep 2006 0:59:00 UTC Over Client error Done 0.00 0.00 ---
378761161 90781346 12 Sep 2006 9:08:03 UTC 13 Sep 2006 0:59:00 UTC Over Client error Done 0.00 0.00 ---
378761158 90781361 12 Sep 2006 9:08:03 UTC 13 Sep 2006 0:59:00 UTC Over Client error Done 0.00 0.00 ---
378761154 90781341 12 Sep 2006 9:08:03 UTC 13 Sep 2006 0:59:00 UTC Over Client error Done 0.00 0.00 ---
378761151 90781333 12 Sep 2006 9:08:03 UTC 13 Sep 2006 0:59:00 UTC Over Client error Done 0.00 0.00 ---


Running it on Windows Server 2003 Standard x64 Edition - Dual core 3.4.


ID: 419602 · Report as offensive
Profile zoom3+1=4
Volunteer tester
Avatar

Send message
Joined: 30 Nov 03
Posts: 65750
Credit: 55,293,173
RAC: 49
United States
Message 419608 - Posted: 13 Sep 2006, 1:22:58 UTC

I tried It on XP Pro x64 and It trashed 5 WUs before I could kill Boinc and one of them was nearly complete(all due to a computation error), Somehow a 32bit Boinc install does not work with a 64bit app here, I think It needs to be a total 64bit client install and 64bit app.
The T1 Trust, PRR T1 Class 4-4-4-4 #5550, 1 of America's First HST's
ID: 419608 · Report as offensive
Bob Delkhoon

Send message
Joined: 15 May 99
Posts: 11
Credit: 201,827
RAC: 0
United States
Message 419613 - Posted: 13 Sep 2006, 1:39:27 UTC

Bah getting errors? It's been working fine for me. I may take the link down till I can work with it some more.

This is the machine I've been running it on. All the results since the 3 client errors are from the Exact build I posted. (The 3 client errors where accidents from me messing with the app_info.xml)
http://setiathome.berkeley.edu/show_host_detail.php?hostid=2624714

The machine is a Core Duo 2 running Windows XP X64. I may have accidentally linked the ipp wrong but I'm pretty sure it's static and correct.

Build Enviroment was Visual Studio 2005 using Intel Compiler 9.1 using IPP 5.1.1

Unfortunatly this is the only 64-bit machine I have access to so hard to test on a clean machine.

--Bob Delkhoon (DeNitro)


ID: 419613 · Report as offensive
Profile BORG
Volunteer tester
Avatar

Send message
Joined: 3 Aug 99
Posts: 305
Credit: 6,157,052
RAC: 0
Canada
Message 419614 - Posted: 13 Sep 2006, 1:42:11 UTC - in response to Message 419613.  

Bah getting errors? It's been working fine for me. I may take the link down till I can work with it some more.

This is the machine I've been running it on. All the results since the 3 client errors are from the Exact build I posted. (The 3 client errors where accidents from me messing with the app_info.xml)
http://setiathome.berkeley.edu/show_host_detail.php?hostid=2624714

The machine is a Core Duo 2 running Windows XP X64. I may have accidentally linked the ipp wrong but I'm pretty sure it's static and correct.

Build Enviroment was Visual Studio 2005 using Intel Compiler 9.1 using IPP 5.1.1

Unfortunatly this is the only 64-bit machine I have access to so hard to test on a clean machine.

--Bob Delkhoon (DeNitro)

Question DeNitro - What sse did you use? sse4? sse3? Core Duo 2 I believe have SSE4




ID: 419614 · Report as offensive
Bob Delkhoon

Send message
Joined: 15 May 99
Posts: 11
Credit: 201,827
RAC: 0
United States
Message 419619 - Posted: 13 Sep 2006, 1:49:14 UTC

Ok I *may* have something. I was doing 32-bit client testing before 64-bit and I had /QaxT and /QaT set(core duo 2 flags). I read /QaxT and simmilar settings (SSE/SSE2 etc.) are ignored when compiling for EMT64 as it takes precidence, BUT /QaT *may* not be, I'm not sure. I going to remove them both just to be safe and do another build. I'll replace the link in a few minutes (and let you know). It should not effect speed any since SSE/SSE2/MMX don't work with EMT64 as emt64 use overrides them.

I may be wrong, as I'm new to 64-bit coding but I'll give it a shot

--Bob Delkhoon (DeNitro)
ID: 419619 · Report as offensive
Bob Delkhoon

Send message
Joined: 15 May 99
Posts: 11
Credit: 201,827
RAC: 0
United States
Message 419627 - Posted: 13 Sep 2006, 2:04:30 UTC
Last modified: 13 Sep 2006, 2:04:46 UTC

Ok new client is build and up at the exact same link. The only change is it's built without core duo 2 specific flags (/QaxT and /QaT).

It may or may not work still, since I thought emt64 would override the sse4.

PLEASE use this on a test work unit, or wait to hear if it works on test work units from others BEFORE you use this on the actual boinc app. It *may produce errors!!*

Thanks again guys,

--Bob Delkhoon (DeNitro)
ID: 419627 · Report as offensive
Profile BORG
Volunteer tester
Avatar

Send message
Joined: 3 Aug 99
Posts: 305
Credit: 6,157,052
RAC: 0
Canada
Message 419644 - Posted: 13 Sep 2006, 2:39:54 UTC

That seems to have fixed something DeNitro. Its running now. I first tested it with the chickens kwsn-test program.

Running it now on a AMD 3500 Windows xp 64 bit edition. Will post results tomorrow.

Thanks a million DeNitro.



ID: 419644 · Report as offensive
Bob Delkhoon

Send message
Joined: 15 May 99
Posts: 11
Credit: 201,827
RAC: 0
United States
Message 419661 - Posted: 13 Sep 2006, 3:01:48 UTC
Last modified: 13 Sep 2006, 3:07:55 UTC

Great to hear it's working, very sorry about that mix up. Again, I'm not sure what the speed difference will be. On my machine, I don't see a significant difference over Simon's (awesome) optimized app that this was based off but hopefully it's a start.

Simon, Sure I'd like to work together. There's some more I want to change in the code base to make it totally cross compatabile with 32-bit and 64-bit builds. There's also still a bit of warnings I want to check into. This was just a rought edit to get valid results and check initial performacne since I'm kinda time limited with school atm. As long as it's not any slower than the 32-bit apps, I hope it's an ok start.

Again PLEASE remember, this is just a test. Make sure you do a test run first on your platform with test work units before you try it on the actuall BOINC app!!!

Thanks,
--Bob Delkhoon (DeNitro)
ID: 419661 · Report as offensive
Profile zoom3+1=4
Volunteer tester
Avatar

Send message
Joined: 30 Nov 03
Posts: 65750
Credit: 55,293,173
RAC: 49
United States
Message 419687 - Posted: 13 Sep 2006, 3:38:22 UTC - in response to Message 419661.  
Last modified: 13 Sep 2006, 3:54:15 UTC

Great to hear it's working, very sorry about that mix up. Again, I'm not sure what the speed difference will be. On my machine, I don't see a significant difference over Simon's (awesome) optimized app that this was based off but hopefully it's a start.

Simon, Sure I'd like to work together. There's some more I want to change in the code base to make it totally cross compatabile with 32-bit and 64-bit builds. There's also still a bit of warnings I want to check into. This was just a rought edit to get valid results and check initial performacne since I'm kinda time limited with school atm. As long as it's not any slower than the 32-bit apps, I hope it's an ok start.

Again PLEASE remember, this is just a test. Make sure you do a test run first on your platform with test work units before you try it on the actuall BOINC app!!!

Thanks,
--Bob Delkhoon (DeNitro)


My cpus are both Opterons(a 270 and a 165, both on separate PCs) and SSE4 is only so far an Intel code, Chickens SSE2 Generic is what I'm running, I'll try again at 10:30pm PDT as then If It still doesn't work I won't have wasted much as the 5.15SSE2 Chicken app will have just started on a new pair of WU's. Oh and the file size of the setiathome-5.15-DeNitro-emt64.exe is 10.1 MB (10,618,110 bytes) and that is outside the zip file. I hope this is the right one as I used Your [ url][/ url] less link(minus the space on each one of course, then the link would be an active link, Like so: removed by Joker).
That's only if You didn't know about the url tag above. ;)
The T1 Trust, PRR T1 Class 4-4-4-4 #5550, 1 of America's First HST's
ID: 419687 · Report as offensive
Bob Delkhoon

Send message
Joined: 15 May 99
Posts: 11
Credit: 201,827
RAC: 0
United States
Message 419707 - Posted: 13 Sep 2006, 3:52:12 UTC
Last modified: 13 Sep 2006, 4:01:56 UTC

cool Thanks. You can probably tell form my post count I'm not a frequent poster here but I love the project =)

The filesize outside the zip should be 10,616,832.
If you re-downloaded after I put up the new build, your ISP may have pulled it from a proxy/cache or something.
Just in case, I also put it up under a modified filename. (same build as top post link)
http://tiger.towson.edu/~bdelkh1/setiathome-5.15-DeNitro-emt64_test1.zip

Thanks,
--Bob Delkhoon (DeNitro)
ID: 419707 · Report as offensive
Profile zoom3+1=4
Volunteer tester
Avatar

Send message
Joined: 30 Nov 03
Posts: 65750
Credit: 55,293,173
RAC: 49
United States
Message 419714 - Posted: 13 Sep 2006, 3:58:00 UTC - in response to Message 419707.  
Last modified: 13 Sep 2006, 3:59:19 UTC

cool Thanks. You can probably tell form my post count I'm not a frequent poster here but I love the project =)

The filesize outside the zip should be 10,616,832.
If you re-downloaded after I put up the new build, your ISP may have pulled it from a proxy/cache or something.
Just in case, I also put it up under a modified filename. (same build as top post link)
http://tiger.towson.edu/~bdelkh1/setiathome-5.15-DeNitro-emt64_test1.zip

Thanks,
--Bob Delkhoon (DeNitro)

Not a problem as I have time and WU's a plenty. :D I'm lucky that SSE2 generic works fast on the Opteron, As SSE3 does work but is slower than SSE2 on the AMD cpus. :(

Oh and what You are workin on is an app, Not the client, I thought You'd like to know.
The T1 Trust, PRR T1 Class 4-4-4-4 #5550, 1 of America's First HST's
ID: 419714 · Report as offensive
Bob Delkhoon

Send message
Joined: 15 May 99
Posts: 11
Credit: 201,827
RAC: 0
United States
Message 419728 - Posted: 13 Sep 2006, 4:15:45 UTC

Oops thanks, title changed. Even on my intel chip, I felt like the see2 app worked faster than sse3. I didn't really test sse4 since I was eager to try out emt64. When I have some time this week I might try a sse4 app too.

Please Note: Most of the work that went into the app over the default was already in place in Simon's source. I just made the modifications to get it to do a 64-bit compile.

--Bob Delkhoon (DeNitro)
ID: 419728 · Report as offensive
1 · 2 · 3 · 4 · Next

Message boards : Number crunching : 64-bit App Build Windows XP x64


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.