+- +-
Say hello if visiting :) by Gecko
11 Jan 2023, 07:43:05 pm

Seti is down again by Mike
09 Aug 2017, 10:02:44 am

Some considerations regarding OpenCL MultiBeam app tuning from algorithm view by Raistmer
11 Dec 2016, 06:30:56 am

Loading APU to the limit: performance considerations by Mike
05 Nov 2016, 06:49:26 am

Better sleep on Windows - new round by Raistmer
26 Aug 2016, 02:02:31 pm

Author Topic: Intel Core i7 920  (Read 30230 times)

Offline Claggy

  • Alpha Tester
  • Knight who says 'Ni!'
  • ***
  • Posts: 3111
    • My computers at Seti Beta
Re: Intel Core i7 920
« Reply #30 on: 14 Feb 2010, 12:37:19 pm »
You do have a Cuda app in your app_info?, as Boinc 6.10.18 will still ask for GPU work even if you don't have a Cuda app referenced,
as all your optimised results are CPU results,
Go grab the 64bit installer and the Cuda 2.3 DLL's,
Shut Boinc down, install the SSSE3x or SSE4.1 (SSSE3x better on a Quad, SSE4.1 maybe better on a Dual Core),
make sure you also select the Astropulse_v505 app and the Cuda V12 app,
when that's done over-write the Cuda dll's in your Setiathome project folder with the new Cuda 2.3 dll's, then restart Boinc,
touch wood you won't loose any CPU work.
Edit: you're got a lot of lost 6.03/6.09 work, so it might be better if you go to your Seti project preferences, select the following to No:

Use CPU
(enforced by 6.10+ clients) yes
Use NVIDIA GPU if present
(enforced by 6.10+ clients) yes

Click update, Now Detach and Reattach (you won't be sent any 6.03 or 6.09 work, so you can't loose it in the next step),
then install the apps with the installer, and the dll's, reset your Seti preferences to yes, then click update, and hopefully you'll get work.

Claggy

Edit: If you get Astropulse_v505 wu's, it'll help keep the wu count down a bit, and probably help Boinc's performance with lots of wu's.
« Last Edit: 14 Feb 2010, 01:15:21 pm by Claggy »

Offline hiamps

  • Knight o' The Round Table
  • ***
  • Posts: 126
    • Swans Candles and Supplies
Re: Intel Core i7 920
« Reply #31 on: 16 Feb 2010, 09:37:13 pm »
Hi, I followed the above instructions when I added my 3rd GPU card but my Boinc still only sees 2 cuda cards. Windows and GPUZ and nvidia control panel all see a GTX 285, GTX 275 and the GTX 260 I just added but boinc only sees
2/16/2010 1:56:43 PM      Starting BOINC client version 6.10.32 for windows_x86_64
2/16/2010 1:56:43 PM      Config: report completed tasks immediately
2/16/2010 1:56:43 PM      Config: use all coprocessors
2/16/2010 1:56:43 PM      log flags: file_xfer, sched_ops, task
2/16/2010 1:56:43 PM      Libraries: libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3
2/16/2010 1:56:43 PM      Data directory: C:\ProgramData\BOINC
2/16/2010 1:56:43 PM      Running under account Pete
2/16/2010 1:56:43 PM      Processor: 4 GenuineIntel Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz [Intel64 Family 6 Model 26 Stepping 5]
2/16/2010 1:56:43 PM      Processor: 256.00 KB cache
2/16/2010 1:56:43 PM      Processor features: fpu tsc pae nx sse sse2 pni
2/16/2010 1:56:43 PM      OS: Microsoft Windows 7: Ultimate x64 Edition, (06.01.7600.00)
2/16/2010 1:56:43 PM      Memory: 2.99 GB physical, 5.98 GB virtual
2/16/2010 1:56:43 PM      Disk: 74.52 GB total, 20.60 GB free
2/16/2010 1:56:43 PM      Local time is UTC -8 hours
2/16/2010 1:56:43 PM      NVIDIA GPU 0: GeForce GTX 285 (driver version 19107, CUDA version 2030, compute capability 1.3, 1024MB, 813 GFLOPS peak)
2/16/2010 1:56:43 PM      NVIDIA GPU 1: GeForce GTX 275 (driver version 19107, CUDA version 2030, compute capability 1.3, 896MB, 786 GFLOPS peak)
2/16/2010 1:56:43 PM   SETI@home   Found app_info.xml; using anonymous platform

Can't get it to see the GTX 260....

Offline arkayn

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 1230
  • Aaaarrrrgggghhhh
    • My Little Place On The Internet
Re: Intel Core i7 920
« Reply #32 on: 16 Feb 2010, 09:53:05 pm »
Do you have the cc_config set to use all GPU's?

Code: [Select]
<cc_config>
    <options>
        <use_all_gpus>1</use_all_gpus>
    </options>
</cc_config>

Offline hiamps

  • Knight o' The Round Table
  • ***
  • Posts: 126
    • Swans Candles and Supplies
Re: Intel Core i7 920
« Reply #33 on: 16 Feb 2010, 09:58:12 pm »
Yep, I have 2 working just can't get the 3rd even got a new 1250 Watt PS today. Here is my cc_config...

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

Offline arkayn

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 1230
  • Aaaarrrrgggghhhh
    • My Little Place On The Internet
Re: Intel Core i7 920
« Reply #34 on: 16 Feb 2010, 10:07:37 pm »
Dummy plug, screen extended?

Offline hiamps

  • Knight o' The Round Table
  • ***
  • Posts: 126
    • Swans Candles and Supplies
Re: Intel Core i7 920
« Reply #35 on: 16 Feb 2010, 10:16:30 pm »
Thanks, I had forgotten about that....Guess I need to run to Radio Shack real quick.....

Offline arkayn

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 1230
  • Aaaarrrrgggghhhh
    • My Little Place On The Internet
Re: Intel Core i7 920
« Reply #36 on: 16 Feb 2010, 10:22:46 pm »
Worst part is I only have 1 video card in each of my 2 machines and they are ATI's.

I am thinking up these things from memory.

Offline hiamps

  • Knight o' The Round Table
  • ***
  • Posts: 126
    • Swans Candles and Supplies
Re: Intel Core i7 920
« Reply #37 on: 16 Feb 2010, 10:34:43 pm »
Well one more thing....Do I just turn off my computer and put a dummy plug on the 2 GPU's not used and they will be seen or are there any other settings like use screen on all monitors or something?

Offline arkayn

  • Janitor o' the Board
  • Knight who says 'Ni!'
  • *****
  • Posts: 1230
  • Aaaarrrrgggghhhh
    • My Little Place On The Internet
Re: Intel Core i7 920
« Reply #38 on: 16 Feb 2010, 10:38:32 pm »
I think you need the plugs on, then extend the screen to all three cards.

If I remember that correctly.

Offline hiamps

  • Knight o' The Round Table
  • ***
  • Posts: 126
    • Swans Candles and Supplies
Re: Intel Core i7 920
« Reply #39 on: 16 Feb 2010, 10:54:28 pm »
Cool I have 2 dummy plugs made will give it a try in a bit and let you know, now that I think about it I had 2 monitors when I originally set this up to run 2.

Offline glennaxl

  • Knight o' The Realm
  • **
  • Posts: 86
Re: Intel Core i7 920
« Reply #40 on: 16 Feb 2010, 11:52:38 pm »
on my setup:
Rig1:
GPU1 = monitor
GPU2 = PhysX
GPU3 = dummy plug (monitor extended)

Rig2:
GPU1 = DVI connector
GPU2 = PhysX
GPU3 = VGA connector from the same monitor

Offline hiamps

  • Knight o' The Round Table
  • ***
  • Posts: 126
    • Swans Candles and Supplies
Re: Intel Core i7 920
« Reply #41 on: 17 Feb 2010, 01:03:08 am »
Yea, it worked, I monitor and 2 dummy plugs!

2/16/2010 9:59:56 PM      NVIDIA GPU 0: GeForce GTX 285 (driver version 19107, CUDA version 2030, compute capability 1.3, 1024MB, 708 GFLOPS peak)
2/16/2010 9:59:56 PM      NVIDIA GPU 1: GeForce GTX 275 (driver version 19107, CUDA version 2030, compute capability 1.3, 896MB, 708 GFLOPS peak)
2/16/2010 9:59:56 PM      NVIDIA GPU 2: GeForce GTX 260 (driver version 19107, CUDA version 2030, compute capability 1.3, 896MB, 537 GFLOPS peak)

Offline Claggy

  • Alpha Tester
  • Knight who says 'Ni!'
  • ***
  • Posts: 3111
    • My computers at Seti Beta
Re: Intel Core i7 920
« Reply #42 on: 17 Feb 2010, 04:52:39 am »
When i last looked, TouchuvGrey's computer was only displaying one GPU, when he had two earlier,
so he might need a dummy plug too,
I also thought his GTS 250 tasks were a tadge slow compared to my 9800GTX+, i wonder if the Cuda 2.3 dll's got installed?

Claggy

Offline TouchuvGrey

  • Knight o' The Round Table
  • ***
  • Posts: 151
Re: Intel Core i7 920
« Reply #43 on: 17 Feb 2010, 06:21:17 am »
When i last looked, TouchuvG@y's computer was only displaying one GPU, when he had two earlier,
so he might need a dummy plug too,
I also thought his GTS 250 tasks were a tadge slow compared to my 9800GTX+, i wonder if the Cuda 2.3 dll's got installed?

Claggy

    i was wondering about the GTS 220 card not showing also but have been
otherwise occupied the last few days. Sometimes after a cold boot the 220 card
shows and the computer stops responding. As far as i can tell the 2.3 dll's have
installed though it took me a while to get that done.

   What is a dummy plug ? where do i get one and how do i install it ?
Because we are NOT alone.

Offline Claggy

  • Alpha Tester
  • Knight who says 'Ni!'
  • ***
  • Posts: 3111
    • My computers at Seti Beta
Re: Intel Core i7 920
« Reply #44 on: 17 Feb 2010, 06:55:47 am »
Just Google 'Dummy Plug', the first couple of links should have pictures.

Claggy

 

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?
Members
Total Members: 97
Latest: ToeBee
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 59559
Total Topics: 1672
Most Online Today: 50
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 42
Total: 42
Powered by EzPortal