Message boards :
SETI@home Enhanced :
osecw (optimized seti enhanced client for windows)
Message board moderation
Author | Message |
---|---|
Send message Joined: 15 Jun 05 Posts: 399 Credit: 16,571,350 RAC: 0 |
Now that everone is supposed to use version 4.02, I guess many people want to use optimized clients. If you still use 4.00 you'll get invalid results and others who use 4.02 will also suffer from the old clients. I've made an optimized windows 4.02 client osecw(optimized seti enhanced client for windows) with sse for now (compiled with Intel C++ compiler with fftw), but I'm not sure how faster it is than the official one. In my experience with the public seti@home, it will boost 10-20% at least. The official one is also sse enabled and linked with fftw. The advantage of osecw over the official one is this one is efficiently vectorized (sse is used to do multiple calculations at once) and IPO (interprocedural optimization) which will move or include several procedures inline or arrange so the app will work efficiently, so it must be faster than the official client, but graphics is disabled. And it isn't fully tested. So use at your own risk. I will make sse2 version and Linux versions also soon. Anyone want non-sse version? It may take a bit time to build. The link is osecw-402-sse.zip app_info.xml and the client is included in this zip file. Happy crunching!! Since this isn't fully tested, if you have any problems please post here. But be aware, in this beta site, even the official client can get invalid results...:( We need a special attention. PS: I also like beta testing :) Luckiest in the world. WMD = Weapon of Mass Distraction |
Send message Joined: 14 Jun 05 Posts: 292 Credit: 16,523 RAC: 0 |
Even using the new Boinc version can get you invalid results... One result by Rom Walton (using 4.70). ;) |
Send message Joined: 15 Jun 05 Posts: 399 Credit: 16,571,350 RAC: 0 |
Even using the new Boinc version can get you invalid results... yeah, you shouldn't expect too much for optimized clients. but core client is another story. Luckiest in the world. WMD = Weapon of Mass Distraction |
Send message Joined: 15 Jun 05 Posts: 399 Credit: 16,571,350 RAC: 0 |
okay, this sse version is a bit faster. osecw-402-sse-r2.zip This is an sse version. I will make sse2 version tomorrow. But warming. 4.02 sometimes takes much more time then 4.00, and that it's now standard. Don't blame 4.02, because it investigate WUs much more in many aspects. It may take more than 10 hours. Luckiest in the world. WMD = Weapon of Mass Distraction |
Send message Joined: 14 Jun 05 Posts: 15 Credit: 4,803 RAC: 0 |
Anyone want non-sse version? It may take a bit time to build. I'll take a non sse for my p2 mmx's , if it's not too much trouble =) <a href="http://www.boincsynergy.com"><img src="http://www.boincsynergy.com/images/stats/comb-950.jpg"></a> |
Send message Joined: 15 Jun 05 Posts: 399 Credit: 16,571,350 RAC: 0 |
Anyone want non-sse version? It may take a bit time to build. okay. Luckiest in the world. WMD = Weapon of Mass Distraction |
Send message Joined: 14 Jun 05 Posts: 88 Credit: 13,041 RAC: 0 |
I will make sse2 version tomorrow. Thanks yet again, Tetsuji! I look forward to being able to run an SSE2 optimized version of 4.02 for my Pentium M. I'll be grateful for any optimization to offset the crunch time added from the enhanced analysis for Gaussians and Pulses. (It's great to see the extra science being done, but I got spoiled with your earlier applications completeing WU's so quickly!) |
Send message Joined: 15 Jun 05 Posts: 399 Credit: 16,571,350 RAC: 0 |
I compiled two versions of optimized clients... osecw-402-sse-r2.zip for sse enabled processors (P3, AthlonXP, etc.) osecw-402-sse2-r2.zip for sse2 enabled processors (P4, Pentium M, Athlon64, etc.) osecw-402-mmx-r2.zip for no-sse processors (P2, Athlon, etc.) But sorry, fftw cannot be built w/o sse, so the last one doesn't use fftw... Happy crunching!! Luckiest in the world. WMD = Weapon of Mass Distraction |
Send message Joined: 15 Jun 05 Posts: 399 Credit: 16,571,350 RAC: 0 |
I compiled two versions of optimized clients... three versions of optimized clients... ;) though the last one won't be so fast....but must be faster than the one compiled with normal VC++ w/o fftw. Linux version will follow today or tomorrow. Luckiest in the world. WMD = Weapon of Mass Distraction |
Send message Joined: 15 Jun 05 Posts: 399 Credit: 16,571,350 RAC: 0 |
tired...stopped... |
Send message Joined: 16 Jun 05 Posts: 6 Credit: 8,518 RAC: 0 |
Can you make a windows P4 w/ sse3, please? Thanks! |
Send message Joined: 14 Jun 05 Posts: 15 Credit: 4,803 RAC: 0 |
Thank you for all your hard work Tetsuji , it is appreciated =) <a href="http://www.boincsynergy.com"><img src="http://www.boincsynergy.com/images/stats/comb-950.jpg"></a> |
Send message Joined: 15 Jun 05 Posts: 399 Credit: 16,571,350 RAC: 0 |
Can you make a windows P4 w/ sse3, please? it will be almost the same as sse2 ;) If you want, just a moment please.....I'll build one. For the time being, please use sse2 version. Luckiest in the world. WMD = Weapon of Mass Distraction |
Send message Joined: 15 Jun 05 Posts: 399 Credit: 16,571,350 RAC: 0 |
Okay..sse3 version is available. osecw-402-sse3-r2.zip Luckiest in the world. WMD = Weapon of Mass Distraction |
Send message Joined: 16 Jun 05 Posts: 6 Credit: 8,518 RAC: 0 |
Thanks TMR! |
Send message Joined: 14 Jun 05 Posts: 27 Credit: 2,237 RAC: 0 |
Runs around 4600 seconds on my machine. :) (about 2 minutes slower than your previous 4.11 based on 4.00) Thanks Tetsuji! |
Send message Joined: 15 Jun 05 Posts: 399 Credit: 16,571,350 RAC: 0 |
I've been thinking of building fftw w/o sse on Windows, and succeeded, but I'm not sure it's faster than the original dft. Anyway, I made a new mmx version with fftw, so if anyone would like to try, please try this one and use favorite one. This is for P2 or non-sse processor users. When I try this and rev 2, the older one looks a bit faster, but I tested only a little bit and may be wrong. osecw-402-mmx-r3.zip Luckiest in the world. WMD = Weapon of Mass Distraction |
Send message Joined: 15 Jun 05 Posts: 3400 Credit: 1,026,406 RAC: 0 |
I hope you'll be around when Orbit gets off the ground. :) me@rescam.org |
Send message Joined: 15 Jun 05 Posts: 11 Credit: 92,879 RAC: 0 |
I saw on the front page they released a new 4.04 client. Will we need a new 4.04 optimized or just continue using the 4.02 optimized? |
Send message Joined: 15 Jun 05 Posts: 399 Credit: 16,571,350 RAC: 0 |
I saw on the front page they released a new 4.04 client. Will we need a new 4.04 optimized or just continue using the 4.02 optimized? 4.04's source is the same as the optimized 4.02's. Luckiest in the world. WMD = Weapon of Mass Distraction |
©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.