Seti@Home optimized science apps and information
 
Welcome, Guest. Please login or register.
02 Sep 2010, 06:45:08 pm

Login with username, password and session length
 
If you've registered already but never got your activation email, please click here.
 
 
Seti@Home optimized science apps and information  |  Optimized Seti@Home apps  |  Windows  |  GPU crunching  |  Topic: Modified SETI MB CUDA + opt AP package for full GPU utilization 0 Members and 0 Guests are viewing this topic. « previous next »
Pages: 1 ... 5 6 [7] 8 9 ... 20 Go Down Print
Author Topic: Modified SETI MB CUDA + opt AP package for full GPU utilization  (Read 34627 times)
Raistmer
Code Wizard
Knight who says 'Ni!'
*****
Online Online

Posts: 6024



Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #90 on: 06 Jan 2009, 08:46:54 pm »

Can't just copy berkeley's over existing files - will rewrite svn data that way too.... so updated just separate files.
Incostintent line endings error again....
Logged
Jason G
Global Moderator
Knight who says 'Ni!'
*****
Offline Offline

Posts: 5876


Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #91 on: 06 Jan 2009, 09:55:16 pm »

Yeah, opening the changed files with Visual studio before trying to commit should fix that, though you'd have to see if the option is turned on in VS options to check/fix consistency on open.

I kindof like SVN's paranoia about line endings consistency, despite they should be set to native and not care.  It can be revealing to see which files have the mixture.

Note: Copy over the files, not the SVN hidden data directory and you'll be right. (It's hidden for that exact reason, you want to update your svn not corrupt it)
« Last Edit: 06 Jan 2009, 10:27:34 pm by Jason G » Logged
Raistmer
Code Wizard
Knight who says 'Ni!'
*****
Online Online

Posts: 6024



Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #92 on: 07 Jan 2009, 06:30:25 am »

Note: Copy over the files, not the SVN hidden data directory and you'll be right. (It's hidden for that exact reason, you want to update your svn not corrupt it)
Hm... I revert folder settings to not show hidden files but explorer tries to overwrite .svn folder anyway....  Why it keeps do that ?...
I try to copy via right click Copy/Paste with all folders in seti_boinc selected.

Will export files from berkeley's rep first to get rid from .svn folders, then copy over sinbad's rep. It should work better Smiley
« Last Edit: 07 Jan 2009, 06:37:54 am by Raistmer » Logged
Raistmer
Code Wizard
Knight who says 'Ni!'
*****
Online Online

Posts: 6024



Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #93 on: 07 Jan 2009, 06:43:49 am »

At revision: 65
Logged
Jason G
Global Moderator
Knight who says 'Ni!'
*****
Offline Offline

Posts: 5876


Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #94 on: 07 Jan 2009, 06:56:52 am »

Ahh Yes! You are learning the hard juggling act I had to do to update the AstroPulse 4.35 to Berkeley v5 sources.  It takes much beer and unnatural patience.  Cool  .  Will take a look see what you've done and see if I can suggest anything.

Jason
Logged
Archangel999
Guest


Email
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #95 on: 08 Jan 2009, 05:17:07 am »

  v_BaseLineSmooth (no other)
            v_GetPowerSpectrum 0.00016 0.00000
                   v_ChirpData 0.01060 0.00000
                  v_Transpose4 0.00415 0.00000
               FPU opt folding 0.00290 0.00000
Cuda error 'cudaMemcpy(&flags, dev_flag, sizeof(*dev_flag), cudaMemcpyDeviceToHost)' in file 'd:/BTR/seticuda/Berkeley_rep/client/cuda/cudaAcc_gaussfit.cu' in line 510 : unknown error.

</stderr_txt>
]]>


---------------------------------

  v_BaseLineSmooth (no other)
            v_GetPowerSpectrum 0.00016 0.00000
                   v_ChirpData 0.01154 0.00000
                  v_Transpose4 0.00495 0.00000
               FPU opt folding 0.00199 0.00000
Cuda error 'cudaAcc_summax32_kernel' in file 'd:/BTR/seticuda/Berkeley_rep/client/cuda/cudaAcc_summax.cu' in line 147 : unknown error.

</stderr_txt>
]]>

---------------------------------

             v_BaseLineSmooth (no other)
            v_GetPowerSpectrum 0.00016 0.00000
                   v_ChirpData 0.01156 0.00000
                  v_Transpose4 0.00444 0.00000
               FPU opt folding 0.00292 0.00000
Cuda error 'cudaMemset(dev_flag, 0, sizeof(*dev_flag))' in file 'd:/BTR/seticuda/Berkeley_rep/client/cuda/cudaAcc_gaussfit.cu' in line 499 : unknown error.

</stderr_txt>
]]>

-------------------------------

       v_BaseLineSmooth (no other)
            v_GetPowerSpectrum 0.00017 0.00000
                   v_ChirpData 0.01245 0.00000
                  v_Transpose4 0.00441 0.00000
               FPU opt folding 0.00194 0.00000
Cuda error 'cudaAcc_GetPowerSpectrum_kernel' in file 'd:/BTR/seticuda/Berkeley_rep/client/cuda/cudaAcc_PowerSpectrum.cu' in line 56 : unknown error.

</stderr_txt>
]]>

----------------------

and more errors this is with MB_6.06r380mod_CUDA.exe with Windows Xp x64 and 180.84 cuda driver and SEtI 6.05


Best Regards
D.Draganov
Logged
Archangel999
Guest


Email
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #96 on: 09 Jan 2009, 12:42:53 pm »

i'm waiting for new version or some update i cannot understand why cuda application won't start it still at 0.00% and then i have to suspend that wu and go to another i see that the raistmer application is backround running .... all 30 pack hade to suspend because they won't start 13 hour at 0,00%  Shocked .... but some done with no problem


Best Regards
D.Draganov
« Last Edit: 09 Jan 2009, 12:45:01 pm by Archangel999 » Logged
Maik
Guest


Email
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #97 on: 09 Jan 2009, 12:45:22 pm »

Logged
Raistmer
Code Wizard
Knight who says 'Ni!'
*****
Online Online

Posts: 6024



Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #98 on: 09 Jan 2009, 12:53:36 pm »

i'm waiting for new version or some update i cannot understand why cuda application won't start it still at 0.00% and then i have to suspend that wu and go to another i see that the raistmer application is backround running .... all 30 pack hade to suspend because they won't start 13 hour at 0,00%  Shocked .... but some done with no problem


Best Regards
D.Draganov
Check what AR they have, please. And try to use Maik's VB script, indeed, to restart hang task.
Logged
Archangel999
Guest


Email
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #99 on: 09 Jan 2009, 04:07:25 pm »

Raimster work but wow a lot of wu are in the crash section Cheesy Cheesy
Logged
Raistmer
Code Wizard
Knight who says 'Ni!'
*****
Online Online

Posts: 6024



Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #100 on: 09 Jan 2009, 04:10:33 pm »

Raimster work but wow a lot of wu are in the crash section Cheesy Cheesy
tasks come in packs, so whole low AR pack could be crashed (better - canceled before Wink ) at once.
Logged
Maik
Guest


Email
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #101 on: 09 Jan 2009, 04:11:45 pm »

Raimster work but wow a lot of wu are in the crash section Cheesy Cheesy

Oh Hell !

did u read that:

Be carful if you use that 'automated' WU-cleaning (process-terminating). Check your host from time to time.
Some WU's are causing your grafic driver to crash. The result are a lot of failing WU's in a row (noticed that this morning at my host).
The crash announces itself with around jumping pixels everywhere. Some users posted that already ...

if u notice that, stop seti and do a reboot Tongue
Logged
Archangel999
Guest


Email
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #102 on: 09 Jan 2009, 04:22:50 pm »

yea when i gotta sleep  Grin Grin
thanks anyway Smiley


Best Regards
D.Draganov
Logged
Raistmer
Code Wizard
Knight who says 'Ni!'
*****
Online Online

Posts: 6024



Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #103 on: 10 Jan 2009, 02:33:06 am »

Here is new build based on rev396 Berkeley's sources with mods (as usual Smiley ).
Changes: triplet finding overflows bug-fix incorporated, CUDA fast math enabled.
So, it could be faster than prev builds and shoul do correctly more WUs than before. VLAR bug still with us  though Tongue
BEWARE, app name changed! So you need to edit app_info.xml or download V4a of my package from first post in this thread (attached to this post too)

ADDON: You need 180.48 or upper videodriver version to run this build successfully.

* MB_r396mod_CUDA.rar (352.56 KB - downloaded 60 times.)
* Raistmer's_opt_package_V4b.rar (875.02 KB - downloaded 52 times.)
« Last Edit: 10 Jan 2009, 05:22:21 pm by Raistmer » Logged
Alex Kraft
Guest


Email
Re: Modified SETI MB CUDA + opt AP package for full GPU utilization
« Reply #104 on: 10 Jan 2009, 03:23:14 am »

Seem that this appīs running Smiley

Tested with two PCīs. Vista 64 bit. Nvidia 9800 GT and 9800GTX+
Boinc 6.5 and Nvidia Driver 181

But one Question i have. I wont let run both apps. I mean GPU and CPU Seti Apps. At the moment i let run Seti GPU and WCG.
What must i do in the settings?
« Last Edit: 10 Jan 2009, 03:43:46 am by Alex Kraft » Logged
Pages: 1 ... 5 6 [7] 8 9 ... 20 Go Up Print 
Seti@Home optimized science apps and information  |  Optimized Seti@Home apps  |  Windows  |  GPU crunching  |  Topic: Modified SETI MB CUDA + opt AP package for full GPU utilization « previous next »
Jump to:  


Quote!
I may disagree with what you have to say, but I shall defend to the death your right to say it.
- Voltaire

 
Site Statistics
Total Members:123
Total Posts:29,786
Total Topics:892
Downloads
Apps
Windows R-1.x0
Windows R-2.00
Windows R-2.20
Linux 32bit 1.x0
Linux 32bit 2.20
Linux 64bit 2.20
Alpha/IA641,938
FreeBSD0
HPUX0
Subtotal:0
Source packs:5,803
Tool/WU packs:10,078
Total:22,048
GBs dl'd:309.53
Pages served
Today:6,798
Total:8,668,402
(since 6/26/2006)
173 Donations to S@H
U.S. Dollars:3,196.59
Euros:863.90
Last 24h:$ 0.00
Avg./24h:$ 3.32
Estim. total:$ 4,319.66
Latest Member:
Miep
 
 
Seti@Home optimized science apps and information | Powered by Enigma 2.0 (RC1).
© 2003-2010, LSP Dev Team. All Rights Reserved.
Seti@Home optimized science apps and information Forums | Powered by SMF.
© 2005, Simple Machines LLC. All Rights Reserved.
Powered by MySQL Powered by PHP Valid XHTML 1.0! Valid CSS!