mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware > GPU Computing

Reply
 
Thread Tools
Old 2011-09-17, 20:06   #1211
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3·29·83 Posts
Default

Even through Afterburner?
This only started in the last two days, and I'd been starting and stopping it for the past couple of weeks just fine.
Dubslow is offline   Reply With Quote
Old 2011-09-18, 07:01   #1212
Ralf Recker
 
Ralf Recker's Avatar
 
Oct 2010

191 Posts
Default

Quote:
Originally Posted by Dubslow View Post
Even through Afterburner?
Yes, because Afterburner sets the clocks for performance level 3, which the card won't reach once the "lock" (driver downclock problem) occurs.
Quote:
Originally Posted by Dubslow View Post
This only started in the last two days, and I'd been starting and stopping it for the past couple of weeks just fine.
Did you upgrade your GPU drivers or did you start to overclock your card? Overclocking the CUDA cores by a few MHz already triggered the problem here. Running the card at stock clocks (or using old pre CUDA 4.0 driver versions) helped.
Ralf Recker is offline   Reply With Quote
Old 2011-09-18, 13:42   #1213
Christenson
 
Christenson's Avatar
 
Dec 2010
Monticello

5·359 Posts
Default

Hit an anomaly last night, where, for one class, GPU performance on my GTX440 suddenly doubled for no apparent reason except that I had just returned to my machine and woke it up and turned on the video in the usual way, by moving the mouse. This is under Xubuntu 10.10.

Can you point to the reports on the downclock bug for me?
Christenson is offline   Reply With Quote
Old 2011-09-18, 14:14   #1214
Ralf Recker
 
Ralf Recker's Avatar
 
Oct 2010

191 Posts
Default

Quote:
Originally Posted by Christenson View Post
Hit an anomaly last night, where, for one class, GPU performance on my GTX440 suddenly doubled for no apparent reason except that I had just returned to my machine and woke it up and turned on the video in the usual way, by moving the mouse. This is under Xubuntu 10.10.

Can you point to the reports on the downclock bug for me?
I've PMed you a few links...
Ralf Recker is offline   Reply With Quote
Old 2011-09-21, 07:00   #1215
Dubslow
Basketry That Evening!
 
Dubslow's Avatar
 
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88

3·29·83 Posts
Default

No, I'd been using Afterburner for about a week already. On the other hand, since my previous post, I did upgrade the drivers (standard ones, not CUDA) and got roughly a 5-10% performance boost. When mfaktc runs free on the CPU, I got 205M/s. With mfaktc on two (hyperthreaded) cores and 3 Prime95 workers running, I stilll get about 175M/s. (And I haven't noticed it do the cut-in-half thing since the driver update, though I hesitate to say that fixed it.
Dubslow is offline   Reply With Quote
Old 2011-09-23, 18:46   #1216
apsen
 
Jun 2011

131 Posts
Default Fixing Mxxx has a factor reporting to primenet

I'd like to fix this so:
Does anyone know what format should mfaktc's "Mxxx has a factor" line should have so prime net does not misattribute it to different kind of task?
apsen is offline   Reply With Quote
Old 2011-09-23, 19:21   #1217
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

11×311 Posts
Default

Quote:
Originally Posted by apsen View Post
Does anyone know what format should mfaktc's "Mxxx has a factor" line should have so prime net does not misattribute it to different kind of task?
I believe for manual result submissions, the attribution is (still) based on the size of the factor as to whether it's most likely found via TF/P-1/ECM. The fact that it has "[mfaktc <version>]" at the end of the (next) line should already be plenty to identify this as a TF factor (since mfakt* doesn't do anything else), but the manual results parser isn't quite as robust as it could be.

However, using the PrimeNet API for automated results submission, there is certainly provision for properly reporting factors according to their method of discovery: each result type (TF-F, TF-NF, P1-F, P1-NF, etc) all have their own unique result type id.
James Heinrich is offline   Reply With Quote
Old 2011-09-23, 20:19   #1218
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

165618 Posts
Default

I think if any manual results lines contain mfaktc then the result is attributed to TF

Last fiddled with by Prime95 on 2011-09-23 at 20:20
Prime95 is offline   Reply With Quote
Old 2011-09-24, 22:12   #1219
apsen
 
Jun 2011

2038 Posts
Default

Quote:
Originally Posted by Prime95 View Post
I think if any manual results lines contain mfaktc then the result is attributed to TF
OK. I'll try to put mfaktc on the factor line and see what happens, but I think I've already tried that...
apsen is offline   Reply With Quote
Old 2011-09-24, 22:36   #1220
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

11·311 Posts
Default

Do you have an example of a TF result that is being misattributed, that we can try and see why it might be happening?
James Heinrich is offline   Reply With Quote
Old 2011-09-25, 05:49   #1221
apsen
 
Jun 2011

131 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
Do you have an example of a TF result that is being misattributed, that we can try and see why it might be happening?
I think I have only one factor that I reported via regular manual submission - and it was attributed to P-1, I think.

BTW "has a factor" line of the output does not really have "mfaktc" in it. Only subsequent one does. But I think I tried to put mfaktc manually in it and it did not help.

After that I would just have prime95 rerun bit levels with factors.

Those factors are:

Code:
Manual testing	54259081	F-PM1	2011-07-30 12:36	5.6	1464964004267408316167	 2.4586
Manual testing	55117351	F-PM1	2011-07-20 11:08	2.8	669422135975942696959	 2.4586
I do not really want to try submitting new factors this way as I do not like them being misattributed. Also it would have been nice if the above ones could be fixed too.

Last fiddled with by apsen on 2011-09-25 at 05:51
apsen is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
mfakto: an OpenCL program for Mersenne prefactoring Bdot GPU Computing 1676 2021-06-30 21:23
The P-1 factoring CUDA program firejuggler GPU Computing 753 2020-12-12 18:07
gr-mfaktc: a CUDA program for generalized repunits prefactoring MrRepunit GPU Computing 32 2020-11-11 19:56
mfaktc 0.21 - CUDA runtime wrong keisentraut Software 2 2020-08-18 07:03
World's second-dumbest CUDA program fivemack Programming 112 2015-02-12 22:51

All times are UTC. The time now is 10:26.


Mon Aug 2 10:26:21 UTC 2021 up 10 days, 4:55, 0 users, load averages: 2.03, 1.44, 1.24

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.