![]() |
|
|
#1 |
|
Jul 2011
32×13 Posts |
I was doing some LLR runs on some smaller exponents recently, to see if I wanted to use my prime generator formula in the hunt for a top 5000 prime, and it has been failing on this one exponent. My errors occur on several different computers, so that pretty much eliminates hardware as the cause. My errors are:
Code:
Iter: 1/109814, ERROR: ROUND OFF (0.5) > 0.4 Continuing from last save file. Unrecoverable error, Restarting with next larger FFT length... Iter: 1/109814, ERROR: ROUND OFF (0.4999961853) > 0.4 Continuing from last save file. Unrecoverable error, Restarting with next larger FFT length... Iter: 1/109814, ERROR: ROUND OFF (0.4999818802) > 0.4 Continuing from last save file. Unrecoverable error, Restarting with next larger FFT length... Iter: 1/109814, ERROR: ROUND OFF (0.4999983311) > 0.4 Continuing from last save file. Unrecoverable error, Restarting with next larger FFT length... Iter: 1/109814, ERROR: ROUND OFF (0.4999961853) > 0.4 Continuing from last save file. Unrecoverable error, Restarting with next larger FFT length... Fatal error at setup : Number sent to gwsetup is too large for the FFTs to handle. Is there someway to contact the author? Last fiddled with by SaneMur on 2011-10-30 at 02:45 Reason: wrong exponent in subject line |
|
|
|
|
|
#2 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
1C3516 Posts |
Try posting in this thread over in the software forum. I don't know how responsive the author will be, but you're more likely to get a response there.
|
|
|
|
|
|
#3 | |
|
Jul 2011
32·13 Posts |
Quote:
|
|
|
|
|
|
|
#4 |
|
Nov 2003
2·1,811 Posts |
Can you kindly post the exact number(s) so that we can try ourselves, using the current and older versions of LLR.
Thanks! |
|
|
|
|
|
#5 | |
|
Jul 2011
7516 Posts |
Quote:
Code:
24637167299:P:1:10:257 18446744073709551253 18 18446744073709551253 45 18446744073709551253 213 18446744073709551253 306 18446744073709551253 365 18446744073709551253 420 18446744073709551253 509 18446744073709551253 1021 18446744073709551253 1314 18446744073709551253 1459 18446744073709551253 2705 18446744073709551253 10203 18446744073709551253 10578 18446744073709551253 12941 18446744073709551253 16701 18446744073709551253 21073 18446744073709551253 30799 18446744073709551253 33039 |
|
|
|
|
|
|
#6 |
|
Jul 2011
11710 Posts |
And, just wondering, is there a program where you can use a k > 2^64 for a Riesel Prime test? I can't seem to get any of my large k's to work with the ones I have.
I also can't seem to find a siever that works for k > 2^64 also. |
|
|
|
|
|
#7 | |
|
"Mark"
Apr 2003
Between here and the
2×32×353 Posts |
Quote:
Nothing that I know off of the top of my head. |
|
|
|
|
|
|
#8 |
|
Jul 2011
7516 Posts |
|
|
|
|
|
|
#9 |
|
Mar 2006
Germany
22×727 Posts |
Calling
Code:
pfgw -q"18446744073709551617*2^2-1" There seems only a reading/converting-issue when calling "pfgw <filename>" with a newpgen format file. Create a ABCD-format file like Code:
ABC $a*2^$b-1 18446744073709551617 2 NewPGen can handle bigger k-values by using the Primorial Mode (k not prime): So instead writing k as "2419275534239148308295" input the factored value "1043827764761*3*5*11*13*19*29*37*53". See here for some big values. Last fiddled with by kar_bon on 2011-11-05 at 08:46 Reason: newpgen comment |
|
|
|
|
|
#10 | |
|
Jul 2011
32·13 Posts |
Quote:
I was able to use NewpGen to create a sieved file using a factored form, thanks for the tip! Such a shame that I can't get any prime testing program to read it though. How are other people doing it?? I am perplexed! I followed your link and would like to "join the hunt" for efficient k values for Riesel Prime generation. I am trying to get in touch with Robert, if you know how, pass the word. That project is too cool to resist! |
|
|
|
|
|
|
#11 |
|
"Mark"
Apr 2003
Between here and the
2·32·353 Posts |
Interesting. I'll look into it.
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sieving with powers of small primes in the Small Prime variation of the Quadratic Sieve | mickfrancis | Factoring | 2 | 2016-05-06 08:13 |
| Small gaps 4,000 - 60,000 | henryzz | Prime Gap Searches | 18 | 2016-02-15 18:58 |
| Small request | fivemack | Factoring | 1 | 2009-03-02 03:07 |
| Small(ish) exponent without LL???? | Graff | PrimeNet | 3 | 2009-01-26 04:08 |
| Small set of 12 | GP2 | Completed Missions | 2 | 2003-10-03 18:30 |