![]() |
|
|
#89 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
7,537 Posts |
|
|
|
|
|
|
#90 | |
|
"Lucan"
Dec 2006
England
11001010010102 Posts |
Quote:
But then again "all math discussions are irrelevant..." ![]() Back in 2005 I wrote my own TF and LL programs, and verified everything up to and including M29 (discovered 1988). Since I was using "grammar school" squaring, the time for a LL test went as exponent^3. With time for TF going as 1/exponent, doubling the exponent upped the optimum TF level by 4. (I didn't DC, but then again, I wrote bug-free integer arithmetic code). To put this one to bed, time for an FFT iteration goes as exponent*log(exponent) so going from exponent 2^25 to 2^26 also involves a factor of 26/25. This manifests itself in the time for a 4096K FFT being more than double that of a 2048K one. David Last fiddled with by davieddy on 2011-07-23 at 17:50 |
|
|
|
|
|
|
#91 |
|
"Lucan"
Dec 2006
England
2·3·13·83 Posts |
I'm open to correction, but my interpretation of "sieve depth",
at least in the context of TF, refers to "how big a prime do you want to check doesn't divide your potential TF candidate?". c.f. Eratosthenes. I think "TF bit-level" is the appropriate term you wanted. When I say "appropriate", I mean "as has evolved into common usage in Mersenneforum.org" ![]() David Edit: I see that you meant "sieve" in the sense that TF "sieves" potential Mersenne prime candidates. Last fiddled with by davieddy on 2011-07-23 at 19:43 |
|
|
|
|
|
#92 |
|
"Lucan"
Dec 2006
England
2·3·13·83 Posts |
This was slightly messed up because at 32,48,64 bits, the division
involved in TF got harder. But in our case (how does 70 bits of TF compare with 74 bits?) this hiccup doesn't really arise. David Last fiddled with by davieddy on 2011-07-23 at 20:37 |
|
|
|
|
|
#93 | |
|
"Lucan"
Dec 2006
England
145128 Posts |
Quote:
CP Snow's preface): "What made you do mathematics?" Hardy: There are a few people in this world who can do one thing well. The number of those who can do two things well is negligible. David Last fiddled with by davieddy on 2011-07-23 at 21:18 |
|
|
|
|
|
|
#94 |
|
"Lucan"
Dec 2006
England
145128 Posts |
TF from 2^(69+x) to 2^(70+x) takes
119.566*2^x/(exponent/10^6) GHz-days. LL takes ~ .036*(exponent/10^6)^2 Ghz-days. I'll take the probability of a finding a factor to be 1/100 to take account of past or future P-1 work. The "break-even point" for TF on a CPU is given by: 119.566*2^x/(exponent/10^6) = .00072*(exponent/10^6)^2 (assuming finding a factor saves 2 LL tests) exponent/10^6 = 55 * 1.26^x So TF (by CPU) to: 68 bits for exponent < 43M 69 bits for exponent < 55M 70 bits for exponent < 69M 71 bits for exponent < 87M For the DC range, simply halve the exponent and subtract 4 from the bit level. David Last fiddled with by davieddy on 2011-07-24 at 23:30 |
|
|
|
|
|
#95 |
|
"Lucan"
Dec 2006
England
2·3·13·83 Posts |
I guess that the unchanging hard core of exponents left in the
"available for P-1" column, after the daily assignments have reached 53M, are exponents which have been LL tested once, but have not been P-1ed. IMO they should be disceetly moved to the "available for DC" column. That would make a much more important consideration easier to recognize: exponents <53M constitute about 80% of daily LL assignments. Yesterday they didn't even get to 53M. I have a hunch that George is on the case already, but returned/expired exponents should be TFed to 72 bits (by GPU of course) before being deemed "available for LL". David Last fiddled with by davieddy on 2011-07-25 at 07:24 |
|
|
|
|
|
#96 | |
|
Sep 2010
Annapolis, MD, USA
33·7 Posts |
Quote:
|
|
|
|
|
|
|
#97 | |
|
"Lucan"
Dec 2006
England
2·3·13·83 Posts |
Quote:
is diminished. We are short on P-1 before 1st time tests. But if that activity really floats your boat, you can still seek out such exponents. But they won't get DCed for ages, so there is absolutely no urgency. I would guess that there are similar candidates in the 30-40M range which are in the "available for DC" column, and they will get DCed before the 40-50M range. David Last fiddled with by davieddy on 2011-07-25 at 17:02 |
|
|
|
|
|
|
#98 |
|
Sep 2006
Brussels, Belgium
6A516 Posts |
I should not say it aloud, but the throughput figures that I posted a few days ago say differently : the PrimeNet P-1 work is, at the moment, a little bit more than enough to keep up with the LL tests. That being said perhaps a lot of P-1 is done on "other" exponents and more important, and in agreement with your post, PrimeNet is lacking a cushion of P-1'ed exponents before the LL wave-front.
Jacob |
|
|
|
|
|
#99 |
|
"Lucan"
Dec 2006
England
194A16 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Impact of AI | xilman | Lounge | 19 | 2017-01-26 16:03 |
| First pre-impact discovery for NEO search! | cheesehead | Astronomy | 42 | 2013-11-22 04:54 |
| GPUs impact on TF | petrw1 | GPU Computing | 0 | 2013-01-06 03:23 |
| Another Impact on Jupiter | Spherical Cow | Astronomy | 24 | 2009-08-12 19:32 |
| NASA's Deep Impact... | ixfd64 | Lounge | 5 | 2005-07-06 13:46 |