2 vidieo differant cards to work with cuda

Message boards : Number crunching : 2 vidieo differant cards to work with cuda
Message board moderation

To post messages, you must log in.

AuthorMessage
| ganja |
Volunteer tester
Avatar

Send message
Joined: 9 Aug 08
Posts: 26
Credit: 2,463,915
RAC: 0
United States
Message 925431 - Posted: 11 Aug 2009, 23:14:21 UTC

I have a gtx 260-216 vidieo card now running cuda great. I'm running an intel I7 with 12gb ram and I have an asus p6T mother board with 2 open pcie slots I have 2 9500gt's laying here and want to use them to crunch also. I install one the other day ..windows reconized both cards gpuz sees both cards I only have one display boinc does not see the other card. Do I need to do anything to my app info file to get it to see both cards, maybe cc_config ?
can't figure it out. Here is a copy of my app info file and my cc_config.

Thanks
ganja

<cc_config>
<options>
<use_all_gpus>2</use_all_gpus>
</options>
</cc_config>

<app_info>
<app>
<name>setiathome_enhanced</name>
</app>
<file_info>
<name>AK_v8b_win_x64_SSSE3x.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>setiathome_enhanced</app_name>
<version_num>528</version_num>
<file_ref>
<file_name>AK_v8b_win_x64_SSSE3x.exe</file_name>
<main_program/>
</file_ref>
</app_version>
<app_version>
<app_name>setiathome_enhanced</app_name>
<version_num>603</version_num>
<file_ref>
<file_name>AK_v8b_win_x64_SSSE3x.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>
<file_ref>
<file_name>ap_5.03r112_SSE3.exe</file_name>
<main_program/>
</file_ref>
</app_version>
<app>
<name>astropulse_v505</name>
</app>
<file_info>
<name>ap_5.05r168_SSE3.exe</name>
<executable/>
</file_info>
<app_version>
<app_name>astropulse_v505</app_name>
<version_num>505</version_num>
<file_ref>
<file_name>ap_5.05r168_SSE3.exe</file_name>
<main_program/>
</file_ref>
</app_version>
<app>
<name>setiathome_enhanced</name>
</app>
<file_info>
<name>MB_6.08_CUDA_V12_VLARKill_FPLim2048.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>608</version_num>
<plan_class>cuda</plan_class>
<avg_ncpus>0.090000</avg_ncpus>
<max_ncpus>0.090000</max_ncpus>
<coproc>
<type>CUDA</type>
<count>1</count>
</coproc>
<file_ref>
<file_name>MB_6.08_CUDA_V12_VLARKill_FPLim2048.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>
</app_version>
</app_info>
ID: 925431 · Report as offensive
Fred W
Volunteer tester

Send message
Joined: 13 Jun 99
Posts: 2524
Credit: 11,954,210
RAC: 0
United Kingdom
Message 925433 - Posted: 11 Aug 2009, 23:18:58 UTC - in response to Message 925431.  
Last modified: 11 Aug 2009, 23:20:30 UTC

Try the cc_config.xml:

<cc_config>
  <options>
      <use_all_gpus>1</use_all_gpus>
  </options>
</cc_config>


F.

[edit] "use_all_gpus" is a flag - "0" = No, "1" = Yes. [/edit]
ID: 925433 · Report as offensive
Claggy
Volunteer tester

Send message
Joined: 5 Jul 99
Posts: 4654
Credit: 47,537,079
RAC: 4
United Kingdom
Message 925434 - Posted: 11 Aug 2009, 23:22:44 UTC - in response to Message 925431.  

I have a gtx 260-216 vidieo card now running cuda great. I'm running an intel I7 with 12gb ram and I have an asus p6T mother board with 2 open pcie slots I have 2 9500gt's laying here and want to use them to crunch also. I install one the other day ..windows reconized both cards gpuz sees both cards I only have one display boinc does not see the other card. Do I need to do anything to my app info file to get it to see both cards, maybe cc_config ?
can't figure it out. Here is a copy of my app info file and my cc_config.

Thanks
ganja

<cc_config>
<options>
<use_all_gpus>2</use_all_gpus>
</options>
</cc_config>


use_all_gpus should be set to one to turn it on, not to your number of gpus.

How do I configure my client using the cc_config.xml file?

Claggy
ID: 925434 · Report as offensive
| ganja |
Volunteer tester
Avatar

Send message
Joined: 9 Aug 08
Posts: 26
Credit: 2,463,915
RAC: 0
United States
Message 925436 - Posted: 11 Aug 2009, 23:34:58 UTC - in response to Message 925434.  
Last modified: 11 Aug 2009, 23:35:31 UTC

Ok changed it to 1 restarted no good only one working the gtx 260
ID: 925436 · Report as offensive
Duner

Send message
Joined: 11 Sep 04
Posts: 15
Credit: 41,617,033
RAC: 0
Canada
Message 925439 - Posted: 11 Aug 2009, 23:49:52 UTC

I think it has to do with the different generation of your video cards. If you ran the 2 9500Gt's , they would work. Or if you had 2 GTX 260's.

Here's my experience.
I ran 2 x 9800GT's. No problems. I added a 9800GX2 to the mix and still no problems. They all use the G92 core, though the 9800GX2 has 128SP vs the 112 on the 9800GT, the core is the same.

I added a GTX 260 to the above rig and windows/BOINC, everything recognized all the cards 9800GT x2, 9800GX2, GTX260, but BOINC would only work on the GTX 260, leaving all the other cards idle. When I removed the GTX 260 and rebooted, the other cards started crunching again.
ID: 925439 · Report as offensive
| ganja |
Volunteer tester
Avatar

Send message
Joined: 9 Aug 08
Posts: 26
Credit: 2,463,915
RAC: 0
United States
Message 925448 - Posted: 12 Aug 2009, 0:38:42 UTC - in response to Message 925439.  

that might be the problem then thanks Duner
ID: 925448 · Report as offensive
Profile Sutaru Tsureku
Volunteer tester

Send message
Joined: 6 Apr 07
Posts: 7105
Credit: 147,663,825
RAC: 5
Germany
Message 925450 - Posted: 12 Aug 2009, 0:41:21 UTC
Last modified: 12 Aug 2009, 0:42:23 UTC


@ ganja

Which PCIe version and electric connection the three slots on the mobo have?

PCIe 1.0/2.0 ? _x4, _x8, _x16 (electric!) ?

I couldn't imagine that this is the prob, but who know it? ;-)


@ Duner

You used/made this hint with cc_config.xml and use_all_gpus entry?
BOINC should use then all (also different) GPUs.

Which BOINC Version you use?

ID: 925450 · Report as offensive
Profile Sutaru Tsureku
Volunteer tester

Send message
Joined: 6 Apr 07
Posts: 7105
Credit: 147,663,825
RAC: 5
Germany
Message 925451 - Posted: 12 Aug 2009, 0:48:43 UTC
Last modified: 12 Aug 2009, 0:54:01 UTC


Also..

It depend which Windows OS.

I use WinXP and all GPUs running very well without to extend the Windows Desktop to all GPUs or insert dummy plugs in all GPUs.

After reading this forum, I guess you need to do this only with WinVista.


[ EDIT: Maybe with Win7 also? ]

ID: 925451 · Report as offensive
Fulvio Cavalli
Volunteer tester
Avatar

Send message
Joined: 21 May 99
Posts: 1736
Credit: 259,180,282
RAC: 0
Brazil
Message 925815 - Posted: 13 Aug 2009, 15:05:34 UTC

On my experience with my i7, MSI Platinum board, i was able to run 2x 9600GT, or a GTS250+9600GT or 2x GTS250, but when i add a GTX 295 to the system, i wasn´t able to boot the system with any other card on the second slot.It was not power related, I think. Win XP didnt boot to the end.
ID: 925815 · Report as offensive
Cruncher-American Crowdfunding Project Donor*Special Project $75 donorSpecial Project $250 donor

Send message
Joined: 25 Mar 02
Posts: 1513
Credit: 370,893,186
RAC: 340
United States
Message 925827 - Posted: 13 Aug 2009, 16:30:22 UTC

If it helps at all, I'm running XP 64bit with a GTS 250 and a 9500GT and both are working fine for CUDA. Also, I'm using the GTS 250 as my monitor card.
ID: 925827 · Report as offensive
Duner

Send message
Joined: 11 Sep 04
Posts: 15
Credit: 41,617,033
RAC: 0
Canada
Message 925909 - Posted: 14 Aug 2009, 1:02:19 UTC

The GTS 250 is a re-badged 9800GTX, so I would expect it to work with other 9x00 series cards.

I'm getting a 8800GT card soon and I don't expect and issues running beside my 9800GT's and 9800GX2 b/c they are all the G92 core.

ID: 925909 · Report as offensive
Profile Westsail and *Pyxey*
Volunteer tester
Avatar

Send message
Joined: 26 Jul 99
Posts: 338
Credit: 20,544,999
RAC: 0
United States
Message 925911 - Posted: 14 Aug 2009, 1:20:08 UTC

Running 260+9800GTX+ on xp32 here:
host 5007936
This is the first i've heard of this..Have run an 8400GS+260 setup as well. Normally, if windows knows where the drivers are and boinc has the <use_all_gpus> flag set; I've only had to shutdown, swap whatever card, restart (maybe twice) and all is well.
Good luck, Keep crunching !
"The most exciting phrase to hear in science, the one that heralds new discoveries, is not Eureka! (I found it!) but rather, 'hmm... that's funny...'" -- Isaac Asimov
ID: 925911 · Report as offensive
| ganja |
Volunteer tester
Avatar

Send message
Joined: 9 Aug 08
Posts: 26
Credit: 2,463,915
RAC: 0
United States
Message 926041 - Posted: 14 Aug 2009, 16:09:25 UTC - in response to Message 925911.  

I'm beginning to think the problem might be vista64 or Win7 64 and by the way what is a dummy plug everyone is talking about? and where do I get one to see if that works.
ID: 926041 · Report as offensive
Fred W
Volunteer tester

Send message
Joined: 13 Jun 99
Posts: 2524
Credit: 11,954,210
RAC: 0
United Kingdom
Message 926043 - Posted: 14 Aug 2009, 16:14:28 UTC - in response to Message 926041.  

I'm beginning to think the problem might be vista64 or Win7 64 and by the way what is a dummy plug everyone is talking about? and where do I get one to see if that works.

Just google for "dummy plug". Lots of info.

F.
ID: 926043 · Report as offensive
| ganja |
Volunteer tester
Avatar

Send message
Joined: 9 Aug 08
Posts: 26
Credit: 2,463,915
RAC: 0
United States
Message 926074 - Posted: 14 Aug 2009, 18:38:09 UTC - in response to Message 926043.  

it was the dummy plug guys ....built one in about 30 secs.

thanks for all your help.

Ganja
ID: 926074 · Report as offensive
Duner

Send message
Joined: 11 Sep 04
Posts: 15
Credit: 41,617,033
RAC: 0
Canada
Message 926170 - Posted: 15 Aug 2009, 3:03:04 UTC

I use winxp 32, no dummy plugs needed.

The cc_config.xml worked for me though. I've got 2 9800GT's, 9800GX2, GTX 260 all crunching at the same time now. I'm going to be building a new rig and moving the GTX 260 to it though so it won't make a huge difference, but at least I know it works now. Thanks for the help.
ID: 926170 · Report as offensive
Profile bloodrain
Volunteer tester
Avatar

Send message
Joined: 8 Dec 08
Posts: 231
Credit: 28,112,547
RAC: 1
Antarctica
Message 926698 - Posted: 17 Aug 2009, 4:34:09 UTC - in response to Message 926170.  

mind you in boinc is the main issue for more then 1 card works some times
ID: 926698 · Report as offensive

Message boards : Number crunching : 2 vidieo differant cards to work with cuda


 
©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.