![]() |
|
|
#1 |
|
"Adolf"
Nov 2013
South Africa
61 Posts |
Quick question - nothing to serious.
I finished a LL earlier the week (M65806621), and received 159.6268 credits. On mersenne.ca it shows "takes 166.345 GHz-days to do one L-L test". Why is there a difference? |
|
|
|
|
|
#2 |
|
"/X\(‘-‘)/X\"
Jan 2013
22·733 Posts |
Each exponent will take a different amount of time depending on how big it is. Larger exponents take more processing.
|
|
|
|
|
|
#3 |
|
Banned
"Luigi"
Aug 2002
Team Italia
32×5×107 Posts |
|
|
|
|
|
|
#4 |
|
"/X\(‘-‘)/X\"
Jan 2013
22·733 Posts |
|
|
|
|
|
|
#5 | |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
22×7×167 Posts |
Quote:
- The FFT size used is different than expected (a round off test done before the test starts might pick a different one) - Whether you used AVX or not (32 vs 64 bit, etc) - What version of Prime95 is used - Maybe if you use another software product |
|
|
|
|
|
|
#6 |
|
"Victor de Hollander"
Aug 2011
the Netherlands
100100110002 Posts |
M65806621 is right on the edge of the SSE2 FFT size used for credit calculations.
Code:
Max expo => FFT 63970000 => 3440640 (3360K) 65790000 => 3538944 (3456K) 68130000 => 3670016 (3584K) With the timings from the same source code you can calculate credits yourself: Code:
Timings 3440640 => 2.0296E-1, 3538944 => 2.0958E-1, 3670016 => 2.1840E-1, return ($timing * $exponent / 86400.0); 2.0958E-1 * 65806621 / 86400 = 159.6267549..... M65,806,621 FFT 3584K: 2.1840E-1 * 65806621 / 86400 = 166.34451..... Last fiddled with by VictordeHolland on 2015-01-28 at 17:18 |
|
|
|
|
|
#7 | |
|
Nov 2008
7658 Posts |
Quote:
Back when I was ranked 64 in the world (August 2001) I had done 123.72 YEARS worth of work (checking in about 18 months of cpu time per week), that I can relate to and get a feel for. |
|
|
|
|
|
|
#8 |
|
"/X\(‘-‘)/X\"
Jan 2013
22×733 Posts |
I think the only fair calculation is flops.
|
|
|
|
|
|
#9 |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
22·7·167 Posts |
|
|
|
|
|
|
#10 | ||
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
Quote:
|
||
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GHz-Days and Taxes | Fred | PrimeNet | 11 | 2016-02-10 21:40 |
| Two More Days | R.D. Silverman | Math | 8 | 2014-08-14 05:01 |
| GHz-Days | nomad | Information & Answers | 19 | 2011-04-11 03:57 |
| 130 GHz-days for a 41M LL?!? | NBtarheel_33 | PrimeNet | 16 | 2010-12-11 02:41 |
| GHz Days still at Zero | Unregistered | Information & Answers | 3 | 2009-02-02 01:15 |