![]() |
|
|
#34 | |
|
Jan 2005
479 Posts |
Quote:
|
|
|
|
|
|
|
#35 |
|
Jan 2005
47910 Posts |
A second try gives:
F:\Math\phrot.0.45.cygp3>phrot -q "75076*5^103583-1" Actually testing 1876900*1953125^11509-1 (11510/24576 limbs) 75076*5^103583-1 [] is PRP. (t=364.20s) LLR give 664 seconds! (So even a build for the P3 is waaay faster on an athlon64 :) ) |
|
|
|
|
|
#36 |
|
5×31×37 Posts |
48820*72^48820-1 [] is PRP. (t=1070.17s)
83660*72^83660-1 [] is PRP. (t=4642.49s) So it works fine on 150,000+ digits an my Athlon 2400+. I did run other programms in the background. Great piece of software, Phil
|
|
|
|
#37 |
|
May 2003
3·7·11 Posts |
Thanks everyone for helping test!
Can people attach, URL, or mail me (yahoo.co.uk - thefatphil) some *small* composite results. So I can do tests by the hundred or thousand. Partial good news is that I seem to reproduce 32-bits of what I think the LLR residue will be (I've written a Pari/GP script to just perform the calculation). It's not totally clear what LLR does in terms of the signedness of the residues yet. FFTs are done with balanced limbs - my result is signed; I don't know if LLR's is. I have no idea why it craps out at 32 bits though. That would be enough to put almost complete confidence in the results, if they were to always agree. |
|
|
|
|
|
#38 |
|
May 2003
E716 Posts |
After R/S5, I was going straight over to the GC/W searchers to offer them access to this code too - I'd not forgotten about them!
|
|
|
|
|
|
#39 |
|
Jan 2005
479 Posts |
Phil,
I've emailed you a result-file with 3232 composites of form k*5^100-1 I hope this is what you meant :> Cheers, Micha |
|
|
|
|
|
#40 |
|
May 2003
3478 Posts |
Attached - Version 0.46, with a new -b switch to select the witness. b=3 will replicate a RES64 as from PFGW or LLR.
Be warned, this still doesn't do roundoff error checking, and may not be safe for very big numbers. I don't know how big 'very big' is. Note to admin - can you enable '.tgz' as a recognised extension please? I much prefer that to '.tar.gz'. |
|
|
|
|
|
#41 | |
|
May 2003
3·7·11 Posts |
Quote:
Code:
$ ./phrot.cygp3 -b=3 -q 164852*5^100524-1 Actually testing 20606500*1953125^11169-1 (11171/24576 limbs) 164852*5^100524-1 [-721640,-696027,-954307,-805292] is composite LLR64=A850C2F3D5ABB57E. (t=1529.02s) Phil |
|
|
|
|
|
|
#42 |
|
Jun 2003
116758 Posts |
|
|
|
|
|
|
#43 | |
|
May 2003
3·7·11 Posts |
Quote:
For S/R5's candidates (and GC/W), the witness shouldn't make any difference to FFT sizes, which will occur at the predictable places where the exponent increases beyond the FFT size. Presently, I stick 9 fives into the FFT limb, but as the size increases, I'll need to reduce that to 8. I don't think the program can work out when that is required presently. There's an undocumented switch -a<num> for increased paranoia which will almost certainly kick it down to 8. |
|
|
|
|
|
|
#44 |
|
Jul 2003
wear a mask
2·829 Posts |
Does anyone know if the residues from PRP match the residues of LLR?
Via phrot with b = 3: 254*5^474558-1 [-316717,355923,344018,772502] is composite LLR64=34691A2F4DA6F620. (t=9989.12s) Via PRP: 254*5^474558-1 is not prime. RES64: EF65F8011E5542EE. OLD64: FBE69A2253DBFA1A Could someone test this number with LLR? |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Request | pinhodecarlos | Lounge | 3 | 2017-10-26 18:58 |
| Bug/request | Dubslow | YAFU | 4 | 2012-03-31 03:07 |
| Odd request? | Xyzzy | Lounge | 23 | 2011-03-08 17:50 |
| GMP-ECM Request | rogue | GMP-ECM | 4 | 2009-11-23 15:07 |
| A little request | 10metreh | Aliquot Sequences | 8 | 2009-10-07 18:13 |