![]() |
|
|
#1277 |
|
"David"
Jul 2015
Ohio
11×47 Posts |
I can use NVFlash from within linux to reflash the VBios to stock, however I thought I would give them a go on a few triple checks first to see if the overclock was stable and useful.
|
|
|
|
|
#1278 |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2·3·1,693 Posts |
Oops! I forgot about your operating environment in suggesting Afterburner.
|
|
|
|
|
#1279 |
|
Sep 2003
5×11×47 Posts |
|
|
|
|
|
#1280 |
|
Serpentine Vermin Jar
Jul 2014
7×11×43 Posts |
Here's an updated list of strategic DCs...
I had a little time over the last weekend and finally wired up a new feature into my query that analyzes CPU's by year/month. The change involves adding in a cumulative bad/good count over the lifetime of the system. I had a separate query that did just that, but until now I didn't have a way to query the more granular data by month alongside the lifetime stats. This lets me look at a particular month where a CPU might have zero good/zero bad, but then the lifetime stats tell me it has 3+ to 1 bad/good, so there's a solid chance this particular month is likewise lousy. The list below has exponents where the ratio of bad/good is 3:1 for the month itself, or if zero for that month, the lifetime stats are at least 3:1. I ran 4 similar checks myself earlier this week and got 3 of the 4 mismatching, so I think it's a solid approach. It should help squeeze a bit more juicy mismatches out of the available data. ![]() Code:
exponent Bad Good Unk Sus Solo Mis worktodo 41485799 0 0 1 0 1 0 DoubleCheck=41485799,72,1 41679721 0 0 1 0 1 0 DoubleCheck=41679721,72,1 41721551 0 0 1 0 1 0 DoubleCheck=41721551,72,1 42395191 3 0 1 0 1 0 DoubleCheck=42395191,72,1 44126221 3 1 1 0 1 0 DoubleCheck=44126221,72,1 61736771 3 0 1 0 1 0 DoubleCheck=61736771,74,1 66142841 10 3 3 0 2 1 DoubleCheck=66142841,74,1 66143339 10 3 3 0 2 1 DoubleCheck=66143339,74,1 70351027 0 0 3 0 3 0 DoubleCheck=70351027,74,1 70402373 0 0 3 0 3 0 DoubleCheck=70402373,75,1 70402417 0 0 3 0 3 0 DoubleCheck=70402417,75,1 70674977 2 0 2 0 2 0 DoubleCheck=70674977,75,1 70922029 1 0 1 0 1 0 DoubleCheck=70922029,75,1 71274391 0 0 3 0 3 0 DoubleCheck=71274391,75,1 72089999 0 0 1 0 1 0 DoubleCheck=72089999,75,1 72832189 0 0 1 0 1 0 DoubleCheck=72832189,75,1 73158083 1 0 0 1 1 0 DoubleCheck=73158083,75,1 73755637 0 0 1 0 1 0 DoubleCheck=73755637,75,1 73888403 0 0 1 0 1 0 DoubleCheck=73888403,75,1 74123977 2 0 1 1 2 0 DoubleCheck=74123977,75,1 74271289 0 0 4 0 4 0 DoubleCheck=74271289,75,1 74396849 0 0 4 0 4 0 DoubleCheck=74396849,75,1 74417531 0 0 4 0 4 0 DoubleCheck=74417531,75,1 74495881 0 0 4 0 4 0 DoubleCheck=74495881,75,1 74574139 0 0 1 0 1 0 DoubleCheck=74574139,75,1 74638393 0 0 1 1 2 0 DoubleCheck=74638393,75,1 74643971 0 0 0 1 1 0 DoubleCheck=74643971,75,1 74683481 1 0 1 0 1 0 DoubleCheck=74683481,75,1 74749193 0 0 1 1 2 0 DoubleCheck=74749193,75,1 74794987 0 0 3 0 3 0 DoubleCheck=74794987,75,1 74794991 0 0 3 0 3 0 DoubleCheck=74794991,75,1 74795059 0 0 3 0 3 0 DoubleCheck=74795059,75,1 75089249 0 0 1 0 1 0 DoubleCheck=75089249,75,1 75256669 1 0 1 0 1 0 DoubleCheck=75256669,75,1 75694397 0 0 1 0 1 0 DoubleCheck=75694397,75,1 75818773 1 0 2 0 1 1 DoubleCheck=75818773,75,1 76134293 0 0 1 0 1 0 DoubleCheck=76134293,75,1 76176511 1 0 1 0 1 0 DoubleCheck=76176511,75,1 76886983 0 0 3 0 3 0 DoubleCheck=76886983,75,1 76887007 0 0 3 0 3 0 DoubleCheck=76887007,75,1 76887043 0 0 3 0 3 0 DoubleCheck=76887043,75,1 77033129 2 0 1 1 2 0 DoubleCheck=77033129,75,1 77192587 0 0 0 2 1 1 DoubleCheck=77192587,75,1 79395941 0 0 1 0 1 0 DoubleCheck=79395941,75,1 Last fiddled with by Madpoo on 2016-10-14 at 01:11 |
|
|
|
|
#1281 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
22·7·269 Posts |
I took these four:
Code:
41485799 0 0 1 0 1 0 DoubleCheck=41485799,72,1 41679721 0 0 1 0 1 0 DoubleCheck=41679721,72,1 41721551 0 0 1 0 1 0 DoubleCheck=41721551,72,1 42395191 3 0 1 0 1 0 DoubleCheck=42395191,72,1 |
|
|
|
|
#1283 |
|
"David"
Jul 2015
Ohio
10000001012 Posts |
|
|
|
|
|
#1284 | |
|
"Kieren"
Jul 2011
In My Own Galaxy!
2×3×1,693 Posts |
Quote:
This suggestion is based on finding with a few GPUs, from different manufacturers, with different chip series, that gaming cards tend to run the RAM too fast for CUDALucas reliability. I have little detailed knowledge of Titans of any flavor, so I have no idea if they may have memory operating on the edge of stability from a number-crunching point of view. Last fiddled with by kladner on 2016-10-21 at 05:21 |
|
|
|
|
|
#1285 |
|
Jan 2004
Milwaukee, WI
2·3·23 Posts |
|
|
|
|
|
#1286 |
|
"/X\(‘-‘)/X\"
Jan 2013
B7216 Posts |
Here are the remaining 115 unassigned double checks of exponents mentioned so far in this thread:
Code:
DoubleCheck=55435829,73,1 DoubleCheck=55516297,73,1 DoubleCheck=55555963,73,1 DoubleCheck=55623727,73,1 DoubleCheck=55635631,73,1 DoubleCheck=55875949,73,1 DoubleCheck=55984871,73,1 DoubleCheck=56020733,73,1 DoubleCheck=56020819,73,1 DoubleCheck=56114419,73,1 DoubleCheck=56131703,73,1 DoubleCheck=56385377,73,1 DoubleCheck=56443847,73,1 DoubleCheck=56458279,73,1 DoubleCheck=56702339,73,1 DoubleCheck=56715583,73,1 DoubleCheck=56754437,73,1 DoubleCheck=56801161,73,1 DoubleCheck=56826013,73,1 DoubleCheck=56958299,73,1 DoubleCheck=57014579,73,1 DoubleCheck=57143551,73,1 DoubleCheck=57484201,73,1 DoubleCheck=57652883,73,1 DoubleCheck=57664729,73,1 DoubleCheck=57670841,73,1 DoubleCheck=57792487,73,1 DoubleCheck=58374847,73,1 DoubleCheck=58773223,73,1 DoubleCheck=58974449,73,1 DoubleCheck=65095861,74,1 DoubleCheck=69332441,74,1 DoubleCheck=70663909,75,1 DoubleCheck=71227873,75,1 DoubleCheck=71861917,75,1 DoubleCheck=72029689,75,1 DoubleCheck=72054019,75,1 DoubleCheck=72116249,75,1 DoubleCheck=72162301,75,1 DoubleCheck=72237013,75,1 DoubleCheck=72486503,75,1 DoubleCheck=72486509,75,1 DoubleCheck=72638201,75,1 DoubleCheck=72639043,75,1 DoubleCheck=72639407,75,1 DoubleCheck=73000217,75,1 DoubleCheck=73000237,75,1 DoubleCheck=73000241,75,1 DoubleCheck=73000267,75,1 DoubleCheck=73000273,75,1 DoubleCheck=73000289,75,1 DoubleCheck=73000471,75,1 DoubleCheck=73000549,75,1 DoubleCheck=73000561,75,1 DoubleCheck=73000583,75,1 DoubleCheck=73000607,75,1 DoubleCheck=73000619,75,1 DoubleCheck=73000639,75,1 DoubleCheck=73000687,75,1 DoubleCheck=73000883,75,1 DoubleCheck=73000913,75,1 DoubleCheck=73000927,75,1 DoubleCheck=73001119,75,1 DoubleCheck=73003673,75,1 DoubleCheck=73116257,75,1 DoubleCheck=73116607,75,1 DoubleCheck=73135091,75,1 DoubleCheck=73138057,75,1 DoubleCheck=73139081,75,1 DoubleCheck=73143079,75,1 DoubleCheck=73143311,75,1 DoubleCheck=73146001,75,1 DoubleCheck=73146041,75,1 DoubleCheck=73146043,75,1 DoubleCheck=73146079,75,1 DoubleCheck=73146841,75,1 DoubleCheck=73146901,75,1 DoubleCheck=73147051,75,1 DoubleCheck=73148011,75,1 DoubleCheck=73385537,75,1 DoubleCheck=73385681,75,1 DoubleCheck=73446011,75,1 DoubleCheck=73469003,75,1 DoubleCheck=73469057,75,1 DoubleCheck=73477013,75,1 DoubleCheck=73481381,75,1 DoubleCheck=73491073,75,1 DoubleCheck=73499077,75,1 DoubleCheck=73566947,75,1 DoubleCheck=73647019,75,1 DoubleCheck=73648027,75,1 DoubleCheck=73649033,75,1 DoubleCheck=73649089,75,1 DoubleCheck=73659077,75,1 DoubleCheck=73692011,75,1 DoubleCheck=73692041,75,1 DoubleCheck=73692083,75,1 DoubleCheck=73694801,75,1 DoubleCheck=73697053,75,1 DoubleCheck=73697069,75,1 DoubleCheck=73698103,75,1 DoubleCheck=74064449,75,1 DoubleCheck=74698067,75,1 DoubleCheck=74953217,75,1 DoubleCheck=75015701,75,1 DoubleCheck=75015803,75,1 DoubleCheck=75161209,75,1 DoubleCheck=75477893,75,1 DoubleCheck=76006829,75,1 DoubleCheck=76077787,75,1 DoubleCheck=76141001,75,1 DoubleCheck=76193773,75,1 DoubleCheck=77187083,75,1 DoubleCheck=77187181,75,1 DoubleCheck=77888123,75,1 |
|
|
|
|
#1287 |
|
Serpentine Vermin Jar
Jul 2014
7·11·43 Posts |
If anyone is in the mood for some quad checks, there are a few where AirSquirrels and I have already done 2nd/3rd checks and mismatched (I'm betting mine is correct) and we need a quad checker.
![]() 42183899 42222473 44695687 44695787 48067783 72647011 For the most part we've been swapping triple checks of each other's mismatches which works fine normally, but those OC'd card of his resulted in a handful of oddities like those above. Speaking of triple-checks, we're down to ~ 470 unassigned triple-checks (2500 or so total including the assigned exponents). We're chipping away and the end is in sight now. And what's left is mostly in the 44M-52M range since I tried to tackle the larger mismatches upfront... the remainder should go quicker. After that backlog is gone I'll probably just query for new mismatches as needed but then get back to the strategic double-checking (which should, in theory, give more mismatches that need triple-checks... it's the circle of life). |
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Double-Double Arithmetic | Mysticial | Software | 52 | 2021-04-23 06:51 |
| Clicking an exponent leads to 404 page | marigonzes | Information & Answers | 2 | 2017-02-14 16:56 |
| x.265 half the size, double the computation; so if you double again? 1/4th? | jasong | jasong | 7 | 2015-08-17 10:56 |
| What about double-checking TF/P-1? | 137ben | PrimeNet | 6 | 2012-03-13 04:01 |
| Double the area, Double the volume. | Uncwilly | Puzzles | 8 | 2006-07-03 16:02 |