Message boards :
Number crunching :
V10 of modified SETI MB CUDA + opt AP package for full multi-GPU+CPU use
Message board moderation
Previous · 1 . . . 9 · 10 · 11 · 12 · 13 · 14 · Next
Author | Message |
---|---|
![]() Send message Joined: 1 Dec 99 Posts: 1122 Credit: 33,600,005 RAC: 0 ![]() |
PS I also had to add 2 files and will wait to see if any CUDA MB WU arrive. AK_v8_win_SSSE3x.exe setiathome_6.08_windows_intelx86__cuda.exe |
![]() Send message Joined: 1 Dec 99 Posts: 1122 Credit: 33,600,005 RAC: 0 ![]() |
PS I also had to figure my flops and changed my app_info.xml file. Now I have to wait I have used up my allotment of 35 MB CUDA WU due to errors. I hope this will fix it. According to thread app_info for AP500, AP503, MB603 and MB608 http://setiathome.berkeley.edu/forum_thread.php?id=52589 pflops = 2687414424.170661 gflops = 16 Astropulse 500 flops = p_flops x 2.25 = 2687414424.170661 x 2.25 = 6046682454.38398725 Astropulse 503 flops = p_flops x 2.6 = 2687414424.170661 x 2.26 = 6073556598.62569386 Multibeam 603 flops = p_flops x 1.75 = 2687414424.170661 x 1.75 = 4702975242.29865675 Multibeam 608 flops = Est.Gflops x 0.2 (eg 60,000,000,000 x 0.2 = 12,000,000,000) 16 x 0.2 = 3.2 |
![]() Send message Joined: 6 Apr 07 Posts: 7105 Credit: 147,663,825 RAC: 5 ![]() |
@ Raistmer We from team seti.international like to support SETI@home. ;-D @ PaulDHarris If you use Raistmer's CUDA app, then errors are wanted for VLAR-WUs. BTW. With this app_info.xml thread.. you can use Raistmer's CUDA app also. Only the .._CUDA_...exe and the three .dll's. Have a look here: http://lunatics.kwsn.net/12-gpu-crunching/v10-of-modified-seti-mb-cuda-opt-ap-package-for-full-multi-gpucpu-use.msg16715.html#msg16715 ![]() |
FiveHamlet ![]() Send message Joined: 5 Oct 99 Posts: 783 Credit: 32,638,578 RAC: 0 ![]() |
I am running an i7 920 not oced on Vista Ultimate 64bit. At pressent I am running a 32bit ap_5.03r112_sse3.exe,and a 32 bit MB_6.08_mod_CUDA_V10.exe both by Raistmer. The cuda takes 10mins on my BFG gtx275, and an AP takes around 20hrs on the cpu times 8 of course. Question: Are there other apps that would return better results? The apps work ok and the rac is up to 10k+ at the moment having done 250k. Any advice welcomed. I have around 80k in the Pending McGuffin for this rig. Dave ![]() |
![]() ![]() Send message Joined: 4 Oct 00 Posts: 9541 Credit: 50,759,529 RAC: 60 ![]() ![]() |
You already have your apps optimized. the only other thing to do is to try and OC your machine ![]() In a rich man's house there is no place to spit but his face. Diogenes Of Sinope |
FiveHamlet ![]() Send message Joined: 5 Oct 99 Posts: 783 Credit: 32,638,578 RAC: 0 ![]() |
Not so sure on how to do it. I have a Gigabyte x58ud5 with the facility but will it be worth it? I only have the stock i7 cooling fan and the cpu runs at around 60degs c. Should I get another cooling fan first? {Edit} Just a thought would an ssse3 instead of sse3 app work any better on the i7. ![]() |
![]() ![]() Send message Joined: 16 Jun 01 Posts: 6325 Credit: 106,370,077 RAC: 121 ![]() ![]() |
Probably yes, but only MB available in SSSE3 flavor, not AP for now. Try to use latest CUDA BM build. It has speed improvement versus V10 one. |
FiveHamlet ![]() Send message Joined: 5 Oct 99 Posts: 783 Credit: 32,638,578 RAC: 0 ![]() |
Hi Raistmer Where would I find latest CUDA BM build? I have noticed a 20sec or so delay before Cuda starts to process is this cured? ![]() |
Josef W. Segur Send message Joined: 30 Oct 99 Posts: 4504 Credit: 1,414,761 RAC: 0 ![]() |
PaulDHarris wrote: ... Just to be sure, you didn't actually put 3.2 in did you? The 'G' means billions, so the entry should have been <flops>3200000000</flops> If you entered 3.2, the Scheduler wouldn't send any work since doing only 3.2 floating point operations per second wouldn't complete even a 'shorty' before the host dies. :-) Joe |
![]() Send message Joined: 1 Dec 99 Posts: 1122 Credit: 33,600,005 RAC: 0 ![]() |
PaulDHarris wrote:... @Josef W. Segur Thanks I made the correction. |
![]() Send message Joined: 1 Dec 99 Posts: 1122 Credit: 33,600,005 RAC: 0 ![]() |
@Sutaru Tsureku Thanks I made changes to my app_info.xml file see below and added the 3 dll files and MB_6.08_mod_CUDA_V10.exe file and removed the setiathome_6.08_windows_intelx86__cuda.exe file. <app_info> <app> <name>astropulse</name> </app> <file_info> <name>ap_5.00r103_SSE3.exe</name> <executable/> </file_info> <app_version> <app_name>astropulse</app_name> <version_num>500</version_num> <flops>6046682454.38398725</flops> <file_ref> <file_name>ap_5.00r103_SSE3.exe</file_name> <main_program/> </file_ref> </app_version> <app> <name>astropulse_v5</name> </app> <file_info> <name>ap_5.03r112_SSE3.exe</name> <executable/> </file_info> <app_version> <app_name>astropulse_v5</app_name> <version_num>503</version_num> <flops>6073556598.62569386</flops> <file_ref> <file_name>ap_5.03r112_SSE3.exe</file_name> <main_program/> </file_ref> </app_version> <app> <name>setiathome_enhanced</name> </app> <file_info> <name>AK_v8_win_SSSE3x.exe</name> <executable/> </file_info> <file_info> <name>setiathome_6.08_windows_intelx86__cuda.exe</name> <executable/> </file_info> <file_info> <name>cudart.dll</name> <executable/> </file_info> <file_info> <name>cufft.dll</name> <executable/> </file_info> <file_info> <name>libfftw3f-3-1-1a_upx.dll</name> <executable/> </file_info> <app_version> <app_name>setiathome_enhanced</app_name> <version_num>603</version_num> <platform>windows_intelx86</platform> <flops>4702975242.29865675</flops> <file_ref> <file_name>AK_v8_win_SSSE3x.exe</file_name> <main_program/> </file_ref> </app_version> <app_version> <app_name>setiathome_enhanced</app_name> <version_num>608</version_num> <platform>windows_intelx86</platform> <avg_ncpus>0.127970</avg_ncpus> <max_ncpus>0.127970</max_ncpus> <flops>3200000000</flops> <plan_class>cuda</plan_class> <file_ref> <file_name>MB_6.08_mod_CUDA_V10.exe</file_name> <main_program /> </file_ref> <file_ref> <file_name>cudart.dll</file_name> </file_ref> <file_ref> <file_name>cufft.dll</file_name> </file_ref> <file_ref> <file_name>libfftw3f-3-1-1a_upx.dll</file_name> </file_ref> <coproc> <type>CUDA</type> <count>1</count> </coproc> </app_version> </app_info> |
![]() Send message Joined: 6 Apr 07 Posts: 7105 Credit: 147,663,825 RAC: 5 ![]() |
@ FiveHamlet I guess Raistmer made a mix with MB and BM.. The latest app - which I posted already in my upper post http://setiathome.berkeley.edu/forum_thread.php?id=52212&nowrap=true#889802 Message 889802 - you can find here: http://lunatics.kwsn.net/12-gpu-crunching/v10-of-modified-seti-mb-cuda-opt-ap-package-for-full-multi-gpucpu-use.msg16715.html#msg16715. The CUDA task must prepared on the CPU and will be send then to the GPU. This is at my rig ~ 12 - 13 sec. @ PaulDHarris Hope your rig is running well now. :-) ![]() |
FiveHamlet ![]() Send message Joined: 5 Oct 99 Posts: 783 Credit: 32,638,578 RAC: 0 ![]() |
Hi Sataru Unfortunatlly the links you posted dont work,tried a couple of times. I will stick to what I have got for the time being. Dave ![]() |
![]() ![]() Send message Joined: 9 Nov 99 Posts: 2444 Credit: 25,086,197 RAC: 0 ![]() |
I think that the lunatics site is down...I can't get to my team's (KWSN) message boards also... Clk2HlpSetiCty:::PayIt4ward ![]() |
![]() ![]() Send message Joined: 20 Aug 02 Posts: 3377 Credit: 20,676,751 RAC: 0 ![]() |
It works now. Seems to be back up. ![]() PROUD MEMBER OF Team Starfire World BOINC |
![]() ![]() Send message Joined: 9 Nov 99 Posts: 2444 Credit: 25,086,197 RAC: 0 ![]() |
|
![]() Send message Joined: 6 Apr 07 Posts: 7105 Credit: 147,663,825 RAC: 5 ![]() |
Maybe it's time for push this thread to the first side. :-) app_info for AP500, AP503, MB603 and MB608 Last CUDA apps of Raistmer EDIT: Last last CUDA app with new VLAR limit ;-) @ Raistmer Is this the same build like: MB_6.08_mod_CUDA_V11_NoPerfLog.rar from your earlier release? ![]() |
![]() Send message Joined: 1 Dec 99 Posts: 1122 Credit: 33,600,005 RAC: 0 ![]() |
@Sutaru Tsureku Yeah I have it running on my 2000AS instead of XP. I installed 6.6.20 and Raistmer's V10 app still not getting any CUDA work though and I give up on CUDA and all it does is AP WUs. So I am back to where I started. I wanted to do some CUDA but that seems impossible I have tried everthing. The only way I can get CUDA is if I run standard app and it will do CUDA and AP but the AP takes 100 hours to do a WU so I run Raistmer's app and do AP WU in about 18 hours more or less and it does not do any CUDA. Who knows why? |
![]() ![]() Send message Joined: 16 Jun 01 Posts: 6325 Credit: 106,370,077 RAC: 121 ![]() ![]() |
It's last available to public build. Some additional improvement achieved since then but mostly for VLAR area.Not worth new build though. Work in progress. |
![]() Send message Joined: 6 Apr 07 Posts: 7105 Credit: 147,663,825 RAC: 5 ![]() |
@ PaulDHarris Hmm.. 'strange'.. If you do AP in ~ 100 hours.. then it's without opt. app, or? If you followed the 'manual' of the app_info thread and used the last recommended CUDA app and .dll's of Raistmer.. Normally you must get CUDA WUs. You had/have 'checked' GPU usage in your preferences? @ Raistmer The last time you published: MB_6.08_mod_CUDA_V11_AffinityLock_NoPerfLog.rar MB_6.08_mod_CUDA_V11_NoPerfLog.rar MB_6.08_mod_CUDA_V11_NoPerfLog_NoVLARKill.rar So this new build with new VLAR limit is similar to MB_6.08_mod_CUDA_V11_NoPerfLog.rar? ..without affinity? So well for > 1 GPU? ;-) Just curious.. what mean NoPerfLog? Thanks. ![]() |
©2025 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.