Welcome to MilkyWay@home

GPU Issues Mega Thread

Message boards : News : GPU Issues Mega Thread
Message board moderation

To post messages, you must log in.

Previous · 1 · 2 · 3 · 4 · 5 · 6 . . . 8 · Next

AuthorMessage
Tim [RKN]

Send message
Joined: 28 Sep 13
Posts: 4
Credit: 6,500,451
RAC: 0
Message 65100 - Posted: 3 Sep 2016, 20:24:20 UTC - in response to Message 65046.  

@Jake Weiss, I think there is something wrong with you identification or calculation for the estimated GFLOP/s of my grafic cards. How you can see in the log file of my WU's.
http://milkyway.cs.rpi.edu/milkyway/result.php?resultid=1761924468
Estimated Nvidia GPU GFLOP/s: 1066 SP GFLOP/s, 133 DP FLOP/s


But this cards should have more power, something similar to this data 5120 SP GFLOP/s, 1706 DP FLOP/s.

Tim
ID: 65100 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Sebastian*

Send message
Joined: 8 Apr 09
Posts: 70
Credit: 11,027,167,827
RAC: 0
Message 65101 - Posted: 3 Sep 2016, 21:45:58 UTC

Hello Tim,

Yes, you are right the Numbers are wrong. The numbers of my AMD cards are there where they should be.

I will test MW on my Titan blacks tomorrow.

Did you enable inside the driver the double precision option? If this is disabled, then the double precison number could be true. And even when you get the Titan Blacks fully utilized, then it is slower than a AMD card with one Terraflop.

Nvidia does not really care about OpenCL, they still pushing CUDA. So OpenCL is not optimized very well.
ID: 65101 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Za69uzZ
Avatar

Send message
Joined: 6 Apr 12
Posts: 42
Credit: 3,215,609
RAC: 0
Message 65102 - Posted: 4 Sep 2016, 19:38:25 UTC

Just to note my NVIDIA GT730 (that has no fan) works great.
ID: 65102 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
[VENETO] boboviz

Send message
Joined: 10 Feb 09
Posts: 52
Credit: 16,286,597
RAC: 0
Message 65103 - Posted: 5 Sep 2016, 7:08:43 UTC - in response to Message 65098.  

I know exactly what you mean about the programming minefield that is OpenCL.


The great power of OpenCl: runs everywhere (cpu, gpu, fpga, Arm, whatsoever...)
The great weakness of OpenCl: runs everywhere (cpu, gpu, fpga, Arm, whatsoever...)
ID: 65103 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Tim [RKN]

Send message
Joined: 28 Sep 13
Posts: 4
Credit: 6,500,451
RAC: 0
Message 65106 - Posted: 5 Sep 2016, 17:38:00 UTC - in response to Message 65101.  

Hello Tim,

Yes, you are right the Numbers are wrong. The numbers of my AMD cards are there where they should be.

I will test MW on my Titan blacks tomorrow.

Did you enable inside the driver the double precision option? If this is disabled, then the double precison number could be true. And even when you get the Titan Blacks fully utilized, then it is slower than a AMD card with one Terraflop.

Nvidia does not really care about OpenCL, they still pushing CUDA. So OpenCL is not optimized very well.

Double Precision is activated.
ID: 65106 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
mancausoft

Send message
Joined: 31 Aug 16
Posts: 2
Credit: 1,503,609
RAC: 0
Message 65108 - Posted: 6 Sep 2016, 22:28:32 UTC - in response to Message 65046.  
Last modified: 6 Sep 2016, 23:05:01 UTC

in my case I think the problem is it use the wrong GPU, intel instead of the nvidia:

Using SSE4.1 path
Found 1 platform
Platform 0 information:
Name: Apple
Version: OpenCL 1.2 (Jun 30 2016 20:18:53)
Vendor: Apple
Extensions: cl_APPLE_SetMemObjectDestructor cl_APPLE_ContextLoggingFunctions cl_APPLE_clut cl_APPLE_query_kernel_names cl_APPLE_gl_sharing cl_khr_gl_event
Profile: FULL_PROFILE
Didn't find preferred platform
Using device 0 on platform 0
Found 2 CL devices
Device 'Iris Pro' (Intel:0x1024500) (CL_DEVICE_TYPE_GPU)
Board:
Driver version: 1.2(Aug 29 2016 22:20:39)
Version: OpenCL 1.2
Compute capability: 0.0
Max compute units: 40
Clock frequency: 1200 Mhz
Global mem size: 1610612736
Local mem size: 65536
Max const buf size: 65536
Double extension: (none)
Device doesn't support double precision
Failed to calculate likelihood
<background_integral> nan </background_integral>
<stream_integral> nan nan nan </stream_integral>
<background_likelihood> nan </background_likelihood>
<stream_only_likelihood> nan nan nan </stream_only_likelihood>
<search_likelihood> nan </search_likelihood>
00:26:32 (41943): called boinc_finish


EDIT:
boinc pass "device 0" instead of "device 1"
boinc_project 42690 0.3 0.0 2447260 3588 ?? SN 1:01AM 0:00.02 milkyway_1.37_x86_64-apple-darwin__opencl_nvidia_101 -f -np 20 -p 0.507773611546175 5.314882185745 -1.78457837505283 192.629590982596 39.017990164971 1.87224701958271 3.15095839718822 4.18477040237846 -0.533261040271202 200.315243139419 22.88 1.901 2.99 24.2836812450552 -0.4582270374547 194.265010250273 11.7345663011072 2.75052293940004 0.026636379053808 6.0638655173807 --device 0
with device 1 it's starts fine (manually)
ID: 65108 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Sebastian*

Send message
Joined: 8 Apr 09
Posts: 70
Credit: 11,027,167,827
RAC: 0
Message 65109 - Posted: 6 Sep 2016, 23:31:41 UTC

Hello mancausoft,

i think you are running OpenCL on your Nvidia GPU (GTX 750M Device 0) but all seem to error out. I have no experience with Darwin as an operating system, but i think it could be a driver issue, or some permissions are missing so Boinc is not allowed to use all the files it needs.

Your device 1 (second device) is you Intel GPU integrated in you CPU. But this one does not have a double precision compute capability.
Look for: "Device doesn't support double precision" in your last post.
ID: 65109 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
mancausoft

Send message
Joined: 31 Aug 16
Posts: 2
Credit: 1,503,609
RAC: 0
Message 65110 - Posted: 7 Sep 2016, 7:52:56 UTC - in response to Message 65108.  
Last modified: 7 Sep 2016, 8:42:06 UTC

For my case the problem seems in the Boinc (7.6.22) Hw detector (or opencl library).
I have two card and one platform.
Platform 0 Card 0 is the Intel Card
Platform 0 Card 1 is the Nvidia card

Mer 7 Set 02:11:47 2016 | | OpenCL: NVIDIA GPU 0: GeForce GT 750M (driver version 10.10.13 310.42.25f01, device version OpenCL 1.2, 2048MB, 2048MB available, 178 GFLOPS peak)
Mer 7 Set 02:11:47 2016 | | OpenCL: Intel GPU 0: Iris Pro (driver version 1.2(Aug 29 2016 22:20:39), device version OpenCL 1.2, 1536MB, 1536MB available, 384 GFLOPS peak)

And in the file coproc_info.xml I have device_num 0 for all two cards:

<nvidia_opencl>
<name>GeForce GT 750M</name>
<vendor>NVIDIA</vendor>
<device_num>0</device_num>
</nvidia_opencl>

<intel_gpu_opencl>
<name>Iris Pro</name>
<vendor>Intel</vendor>
<device_num>0</device_num>
</intel_gpu_opencl>

all two card is detected as device 0, and boinc start: "milkyway_1.37_x86_64-apple-darwin__opencl_nvidia_101" passing the params "-device 0" instead of "-device 1"

I try to start manually apple-darwin__opencl_nvidia_101 passing -device 1 and it works.

Same problem with boinc 7.6.33
ID: 65110 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Jake Weiss
Volunteer moderator
Project developer
Project tester
Project scientist

Send message
Joined: 25 Feb 13
Posts: 580
Credit: 94,200,158
RAC: 0
Message 65115 - Posted: 8 Sep 2016, 13:43:00 UTC
Last modified: 8 Sep 2016, 13:46:40 UTC

Hey Tim,

That may be a sign that you can run more than one work unit without slowing your work units down. Have you tried running multiple work units on your GPU concurrently?

Mancausoft,

Our application does not run on Intel integrated GPUs as they do not properly support double precision.

Everyone,

Also I am still trying to get the BOINC libraries cross compiling for windows. There were a lot of changes in the BOINC libraries over the last few years and getting the kinks worked out with our build system has been a bumpy road.

Jake
ID: 65115 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile apohawk
Avatar

Send message
Joined: 13 Sep 08
Posts: 12
Credit: 131,420,119
RAC: 0
Message 65116 - Posted: 8 Sep 2016, 18:08:04 UTC

I posted in 'numbers cruncing' forum, but got no response so far, so i will report here as well.
Please, add support for amd r9 fury and other new GPUs.
ID: 65116 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Tim [RKN]

Send message
Joined: 28 Sep 13
Posts: 4
Credit: 6,500,451
RAC: 0
Message 65117 - Posted: 8 Sep 2016, 19:50:39 UTC - in response to Message 65115.  

Hey Tim,

That may be a sign that you can run more than one work unit without slowing your work units down. Have you tried running multiple work units on your GPU concurrently?

[...]
Jake

Hi Jake,
there are running 8 WUs per GPU. So im crunching 24 WUs on all 3 GPU simultaneously.

Tim

ID: 65117 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Jake Weiss
Volunteer moderator
Project developer
Project tester
Project scientist

Send message
Joined: 25 Feb 13
Posts: 580
Credit: 94,200,158
RAC: 0
Message 65118 - Posted: 8 Sep 2016, 20:45:21 UTC

apohawk,

Our application does currently support your GPU, the issue is our server does not recognize it as a GPU that can crunch our work units. You can fix this short term buy using the config files others have posted on number crunching. I am hoping that the release I am working on now will fix the issue, but I can not make any promises. If it doesn't, I will keep looking for a solution.

Tim,

That is awesome! I am seeing your "Measured floating point speed" being reported as "3216.12 million ops/sec." Looks good to me!

Jake
ID: 65118 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile apohawk
Avatar

Send message
Joined: 13 Sep 08
Posts: 12
Credit: 131,420,119
RAC: 0
Message 65121 - Posted: 9 Sep 2016, 8:59:31 UTC - in response to Message 65118.  

apohawk,

Our application does currently support your GPU, the issue is our server does not recognize it as a GPU that can crunch our work units. You can fix this short term buy using the config files others have posted on number crunching. I am hoping that the release I am working on now will fix the issue, but I can not make any promises. If it doesn't, I will keep looking for a solution.

Thanks. Yes, i crunched few WUs i had in queue before removing 6950 and they were crunched without any changes, app_info, any problems and validated properly.

Any ETA on that release you're working on?
ID: 65121 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Michael H.W. Weber

Send message
Joined: 22 Jan 08
Posts: 29
Credit: 242,726,778
RAC: 0
Message 65122 - Posted: 9 Sep 2016, 10:42:02 UTC - in response to Message 65084.  
Last modified: 9 Sep 2016, 10:46:14 UTC

I've always gotten the impression that if you want to crunch for MilkyWay, it is best to run Nvidia cards...

Well, if double precision is of importance, you should never choose NVIDIA cards but instead AMD as these are significantly more potent in this discipline.
To the best of my knowledge, the best model on the consumer market still is the R9 280X (and here e.g. the Toxic version from Sapphire).
An exception from the rule is the NVIDIA Titan Black series but that one is so expensive that you can afford many 280X cards for the price of one Titan Black such that these will again outperform the Titan Black.

Also, there are no significant driver issues with AMD graphics cards as long as you are using Windows as OS.

The core problem with MW is that it will just not recognize some of the AMD cards properly while other projects have absolutely no problem doing that (Einstein, Collatz, POEM, Primegrid, SETI tested).

Michael.
President of Rechenkraft.net e.V. - This planet's first and largest distributed computing organization.

ID: 65122 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Jake Weiss
Volunteer moderator
Project developer
Project tester
Project scientist

Send message
Joined: 25 Feb 13
Posts: 580
Credit: 94,200,158
RAC: 0
Message 65126 - Posted: 9 Sep 2016, 18:38:03 UTC

Hey apohawk,

Not ETA right now. I was hoping to have it done last week, but I've run into a few issues and have been distracted a bit working on a few unrelated things. I will keep working at it and hopefully I can have this done soon.

Jake
ID: 65126 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Sebastian*

Send message
Joined: 8 Apr 09
Posts: 70
Credit: 11,027,167,827
RAC: 0
Message 65127 - Posted: 10 Sep 2016, 0:02:31 UTC

Thanks for the info Jake :)

apohawk i can confirm the HD 6950 running well with the latest driver for it and with the current Milkyway workunits.
ID: 65127 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile carlosgonzalez@satx.rr.com

Send message
Joined: 22 Mar 09
Posts: 1
Credit: 199,954,756
RAC: 0
Message 65131 - Posted: 11 Sep 2016, 13:51:23 UTC

I am computing with three ATI 5970's, not overclocked, cooled adequately, with no overclocking on the CPU, no bugs in the RAM, or HD's. Attempting to process the WU's invariably end in computation errors, and I have selected all of the different GPU WU options one at a time, but this invariably fails. Drivers aren't an issue, I've run a clean install and the machine is stably with games and CPU-Z. This is also the case for the Collitz Conjecture project, but now Moo! Wrapper, strangely. Below, please find the lines from the Milky Way WU's. This issue persisted with the newest version of BOINC, so I reverted to an older one, 6.12 and the same result. Thank you for your time and kind attention to this matter, I hope to assist in resolving the issue!

9/11/2016 8:44:08 AM | | Starting BOINC client version 6.12.33 for windows_x86_64
9/11/2016 8:44:08 AM | | log flags: file_xfer, sched_ops, task
9/11/2016 8:44:08 AM | | Libraries: libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.5
9/11/2016 8:44:08 AM | | Data directory: C:\ProgramData\BOINC
9/11/2016 8:44:08 AM | | Running under account HPC Multipurpose
9/11/2016 8:44:08 AM | | Processor: 12 GenuineIntel Intel(R) Core(TM) i7 CPU X 980 @ 3.33GHz [Family 6 Model 44 Stepping 2]
9/11/2016 8:44:08 AM | | Processor: 256.00 KB cache
9/11/2016 8:44:08 AM | | Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss htt tm pni ssse3 cx16 sse4_1 sse4_2 nx lm vmx tm2 popcnt aes pbe
9/11/2016 8:44:08 AM | | OS: Microsoft Windows 7: Professional x64 Edition, Service Pack 1, (06.01.7601.00)
9/11/2016 8:44:08 AM | | Memory: 23.99 GB physical, 58.17 GB virtual
9/11/2016 8:44:08 AM | | Disk: 148.95 GB total, 100.84 GB free
9/11/2016 8:44:08 AM | | Local time is UTC -5 hours
9/11/2016 8:44:08 AM | | ATI GPU 0: ATI Radeon HD 5800 series (Cypress) (CAL version 1.4.1607, 1024MB, 2320 GFLOPS peak)
9/11/2016 8:44:08 AM | | ATI GPU 1: ATI Radeon HD 5800 series (Cypress) (CAL version 1.4.1607, 1024MB, 2320 GFLOPS peak)
9/11/2016 8:44:08 AM | | ATI GPU 2: ATI Radeon HD 5800 series (Cypress) (CAL version 1.4.1607, 1024MB, 2320 GFLOPS peak)
9/11/2016 8:44:08 AM | | ATI GPU 3: ATI Radeon HD 5800 series (Cypress) (CAL version 1.4.1607, 1024MB, 2320 GFLOPS peak)
9/11/2016 8:44:08 AM | | ATI GPU 4: ATI Radeon HD 5800 series (Cypress) (CAL version 1.4.1607, 1024MB, 2320 GFLOPS peak)
9/11/2016 8:44:08 AM | | ATI GPU 5: ATI Radeon HD 5800 series (Cypress) (CAL version 1.4.1607, 1024MB, 2320 GFLOPS peak)
9/11/2016 8:44:08 AM | Asteroids@home | URL http://asteroidsathome.net/boinc/; Computer ID 345227; resource share 100
9/11/2016 8:44:08 AM | Collatz Conjecture | URL https://boinc.thesonntags.com/collatz/; Computer ID 260666; resource share 300
9/11/2016 8:44:08 AM | LHC@home 1.0 | URL http://lhcathomeclassic.cern.ch/sixtrack/; Computer ID 10398898; resource share 100
9/11/2016 8:44:08 AM | Milkyway@Home | URL http://milkyway.cs.rpi.edu/milkyway/; Computer ID 619562; resource share 325
9/11/2016 8:44:08 AM | Moo! Wrapper | URL http://moowrap.net/; Computer ID 593181; resource share 400
9/11/2016 8:44:08 AM | World Community Grid | URL http://www.worldcommunitygrid.org/; Computer ID 3321002; resource share 100
9/11/2016 8:44:08 AM | Collatz Conjecture | General prefs: from Collatz Conjecture (last modified 09-Sep-2016 01:31:37)
9/11/2016 8:44:08 AM | Collatz Conjecture | Host location: none
9/11/2016 8:44:08 AM | Collatz Conjecture | General prefs: using your defaults
9/11/2016 8:44:08 AM | | Reading preferences override file
9/11/2016 8:44:08 AM | | Preferences:
9/11/2016 8:44:08 AM | | max memory usage when active: 12283.56MB
9/11/2016 8:44:08 AM | | max memory usage when idle: 22110.41MB
9/11/2016 8:44:08 AM | | max disk usage: 0.00GB
9/11/2016 8:44:08 AM | | don't compute while active
9/11/2016 8:44:08 AM | | don't use GPU while active
9/11/2016 8:44:08 AM | | suspend work if non-BOINC CPU load exceeds 40 %
9/11/2016 8:44:08 AM | | (to change preferences, visit the web site of an attached project, or select Preferences in the Manager)
9/11/2016 8:44:08 AM | | Not using a proxy
9/11/2016 8:44:09 AM | | Suspending computation - computer is in use
9/11/2016 8:44:37 AM | Milkyway@Home | resumed by user
9/11/2016 8:44:46 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786046_0 using milkyway version 136
9/11/2016 8:44:46 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786045_0 using milkyway version 136
9/11/2016 8:44:46 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786042_0 using milkyway version 136
9/11/2016 8:44:46 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786041_0 using milkyway version 136
9/11/2016 8:44:46 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786039_0 using milkyway version 136
9/11/2016 8:44:46 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786031_0 using milkyway version 136
9/11/2016 8:44:47 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786046_0 finished
9/11/2016 8:44:47 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786045_0 finished
9/11/2016 8:44:47 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786042_0 finished
9/11/2016 8:44:47 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786041_0 finished
9/11/2016 8:44:47 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786039_0 finished
9/11/2016 8:44:47 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786031_0 finished
9/11/2016 8:44:47 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786030_0 using milkyway version 136
9/11/2016 8:44:47 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786029_0 using milkyway version 136
9/11/2016 8:44:47 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786025_0 using milkyway version 136
9/11/2016 8:44:47 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786024_0 using milkyway version 136
9/11/2016 8:44:47 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786023_0 using milkyway version 136
9/11/2016 8:44:47 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786022_0 using milkyway version 136
9/11/2016 8:44:48 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786030_0 finished
9/11/2016 8:44:48 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786029_0 finished
9/11/2016 8:44:48 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786025_0 finished
9/11/2016 8:44:48 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786024_0 finished
9/11/2016 8:44:48 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786023_0 finished
9/11/2016 8:44:48 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786022_0 finished
9/11/2016 8:44:48 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786021_0 using milkyway version 136
9/11/2016 8:44:48 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786020_0 using milkyway version 136
9/11/2016 8:44:48 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786019_0 using milkyway version 136
9/11/2016 8:44:48 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786017_0 using milkyway version 136
9/11/2016 8:44:48 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786016_0 using milkyway version 136
9/11/2016 8:44:48 AM | Milkyway@Home | Starting task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786014_0 using milkyway version 136
9/11/2016 8:44:49 AM | | Suspending computation - computer is in use
9/11/2016 8:44:49 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786021_0 finished
9/11/2016 8:44:49 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786020_0 finished
9/11/2016 8:44:49 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786019_0 finished
9/11/2016 8:44:49 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786017_0 finished
9/11/2016 8:44:49 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786016_0 finished
9/11/2016 8:44:49 AM | Milkyway@Home | Computation for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_31786014_0 finished
ID: 65131 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Za69uzZ
Avatar

Send message
Joined: 6 Apr 12
Posts: 42
Credit: 3,215,609
RAC: 0
Message 65134 - Posted: 13 Sep 2016, 6:38:42 UTC

hello my graphics cards are not happy.
GIGABYTE GV-R487D5-1GD I do not use crossfire as it doesn't help.
quoting my moist recent log:

13/09/2016 4:31:54 PM | | cc_config.xml not found - using defaults
13/09/2016 4:31:54 PM | | Starting BOINC client version 7.6.22 for windows_x86_64
13/09/2016 4:31:54 PM | | log flags: file_xfer, sched_ops, task
13/09/2016 4:31:54 PM | | Libraries: libcurl/7.45.0 OpenSSL/1.0.2d zlib/1.2.8
13/09/2016 4:31:54 PM | | Data directory: C:\ProgramData\BOINC
13/09/2016 4:31:54 PM | | Running under account ZapbuzZ
13/09/2016 4:31:54 PM | | CAL: ATI GPU 0: ATI Radeon HD 4700/4800 (RV740/RV770) (CAL version 1.4.1734, 1024MB, 992MB available, 2400 GFLOPS peak)
13/09/2016 4:31:54 PM | | App version needs OpenCL but GPU doesn't support it
13/09/2016 4:31:54 PM | Milkyway@Home | Application uses missing ATI GPU
13/09/2016 4:31:54 PM | Milkyway@Home | Missing coprocessor for task de_modfit_fast_15_3s_136_fixedangles3_3_1471352126_34233565_0
13/09/2016 4:31:54 PM | | Host name: DESKTOP-17GHK6G
13/09/2016 4:31:54 PM | | Processor: 2 GenuineIntel Genuine Intel(R) CPU 2160 @ 1.80GHz [Family 6 Model 15 Stepping 2]
13/09/2016 4:31:54 PM | | Processor features: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss htt tm pni ssse3 cx16 syscall nx lm tm2 pbe
13/09/2016 4:31:54 PM | | OS: Microsoft Windows 10: Professional x64 Edition, (10.00.14393.00)
13/09/2016 4:31:54 PM | | Memory: 2.69 GB physical, 3.94 GB virtual
13/09/2016 4:31:54 PM | | Disk: 698.15 GB total, 685.87 GB free
13/09/2016 4:31:54 PM | | Local time is UTC +10 hours
13/09/2016 4:31:54 PM | Milkyway@Home | URL http://milkyway.cs.rpi.edu/milkyway/; Computer ID 703673; resource share 100
13/09/2016 4:31:59 PM | Milkyway@Home | General prefs: from Milkyway@Home (last modified 24-Jan-2016 20:26:24)
13/09/2016 4:31:59 PM | Milkyway@Home | Computer location: home
13/09/2016 4:31:59 PM | Milkyway@Home | General prefs: no separate prefs for home; using your defaults
13/09/2016 4:31:59 PM | | Preferences:
13/09/2016 4:31:59 PM | | max memory usage when active: 1375.24MB
13/09/2016 4:31:59 PM | | max memory usage when idle: 2475.44MB
13/09/2016 4:31:59 PM | | max disk usage: 100.00GB
13/09/2016 4:31:59 PM | | max CPUs used: 1
13/09/2016 4:31:59 PM | | don't compute while active
13/09/2016 4:31:59 PM | | don't use GPU while active
13/09/2016 4:31:59 PM | | suspend work if non-BOINC CPU load exceeds 66%
13/09/2016 4:31:59 PM | | max download rate: 9696000 bytes/sec
13/09/2016 4:31:59 PM | | max upload rate: 6969000 bytes/sec
13/09/2016 4:31:59 PM | | (to change preferences, visit a project web site or select Preferences in the Manager)
13/09/2016 4:31:59 PM | Milkyway@Home | Sending scheduler request: To fetch work.
13/09/2016 4:31:59 PM | Milkyway@Home | Reporting 1 completed tasks
13/09/2016 4:31:59 PM | Milkyway@Home | Requesting new tasks for AMD/ATI GPU
13/09/2016 4:32:00 PM | Milkyway@Home | Scheduler request completed: got 0 new tasks
13/09/2016 4:32:00 PM | Milkyway@Home | Not sending work - last request too recent: 53 sec
13/09/2016 4:33:44 PM | Milkyway@Home | General prefs: from Milkyway@Home (last modified 24-Jan-2016 20:26:24)
13/09/2016 4:33:44 PM | Milkyway@Home | Computer location: home
13/09/2016 4:33:44 PM | Milkyway@Home | General prefs: no separate prefs for home; using your defaults
13/09/2016 4:33:44 PM | | Reading preferences override file
13/09/2016 4:33:44 PM | | Preferences:
13/09/2016 4:33:44 PM | | max memory usage when active: 1375.24MB
13/09/2016 4:33:44 PM | | max memory usage when idle: 2475.44MB
13/09/2016 4:33:44 PM | | max disk usage: 100.00GB
13/09/2016 4:33:44 PM | | max CPUs used: 1
13/09/2016 4:33:44 PM | | (to change preferences, visit a project web site or select Preferences in the Manager)
13/09/2016 4:33:54 PM | Milkyway@Home | update requested by user
13/09/2016 4:33:54 PM | Milkyway@Home | Sending scheduler request: Requested by user.
13/09/2016 4:33:54 PM | Milkyway@Home | Requesting new tasks for AMD/ATI GPU
13/09/2016 4:33:58 PM | | App version needs OpenCL but GPU doesn't support it
13/09/2016 4:33:58 PM | Milkyway@Home | Scheduler request completed: got 60 new tasks
13/09/2016 4:33:58 PM | Milkyway@Home | [error] App version uses non-existent ATI GPU
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_3_1471352126_34236190_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_3_1471352126_34236202_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_3_1471352126_34236201_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_3_1471352126_34236200_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236299_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_3_1471352126_34236198_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_3_1471352126_34236197_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236251_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_3_1471352126_34236195_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236250_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_3_1471352126_34236193_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_3_1471352126_34236192_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_3_1471352126_34236191_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_3_1471352126_34236203_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236298_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236284_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236283_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236282_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236260_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236245_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236281_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_fixedangles3_1_1471352126_34177452_1; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236243_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236263_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236304_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_fixedangles3_4_1471352126_34235999_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236261_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236286_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236257_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236256_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236255_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236254_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236253_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236214_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236266_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34225656_1; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_fixedangles3_4_1471352126_34236001_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_2_1471352126_34236127_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236279_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236252_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236285_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236212_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236300_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236210_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236209_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236208_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236207_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236206_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236205_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34236204_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_fixedangles3_4_1471352126_34236009_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236274_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236273_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236272_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_4_1471352126_34049081_2; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_1_1471352126_34236054_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_1_1471352126_34236053_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_2_1471352126_34236112_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_15_3s_136_ModfitConstraints5_2_1471352126_34236111_0; aborting
13/09/2016 4:33:58 PM | Milkyway@Home | [error] Missing coprocessor for task de_modfit_fast_19_3s_136_ModfitConstraints1_1_1471352126_34236271_0; aborting
13/09/2016 4:34:00 PM | Milkyway@Home | Started download of parameters-15-3s-ModfitConstraints5-fast.txt
13/09/2016 4:34:00 PM | Milkyway@Home | Started download of parameters-19-3s-ModfitConstraints1-fast.txt
13/09/2016 4:34:01 PM | Milkyway@Home | Finished download of parameters-15-3s-ModfitConstraints5-fast.txt
13/09/2016 4:34:01 PM | Milkyway@Home | Finished download of parameters-19-3s-ModfitConstraints1-fast.txt
13/09/2016 4:34:01 PM | Milkyway@Home | Started download of stars-19.txt
13/09/2016 4:34:08 PM | Milkyway@Home | Finished download of stars-19.txt
ID: 65134 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile williamd007

Send message
Joined: 28 Jun 09
Posts: 1
Credit: 27,935,429
RAC: 0
Message 65135 - Posted: 13 Sep 2016, 15:14:28 UTC

I can confirm that under nvidia driver 372.70 2 1070's,3 970's and 2 960's are working fine.
ID: 65135 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Za69uzZ
Avatar

Send message
Joined: 6 Apr 12
Posts: 42
Credit: 3,215,609
RAC: 0
Message 65139 - Posted: 14 Sep 2016, 4:26:50 UTC - in response to Message 65134.  

The driver is the latest from Microsoft so i'm wondering is it the driver? if so I would appreciate if someone could point out a working version for me. These cards have serious grunt.
ID: 65139 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Previous · 1 · 2 · 3 · 4 · 5 · 6 . . . 8 · Next

Message boards : News : GPU Issues Mega Thread

©2024 Astroinformatics Group