![]() |
|
|
#1 |
|
Oct 2006
10316 Posts |
hello,
i work on the conjecture are us project ... we actually work on the base 16 sierpinski part so we test number like 31347*16^36249+1 i got these timings (same numbers tested): LLRNET: 31347*16^36249+1 is not prime. RES64: C9DDFFA46F2BB6FB Time: 490.180 sec. LLR 3.7.1C : 31347*2^144996+1 is not prime. Proth RES64: F25ECE59387BB41F Time: 138.144 sec. the llrnet version is the on from rieselbase 5 modified to accept something else than k*2^n+1 LLR is almost 4 time faster than LLRnet (probably due to the fact that 2^4=16 and that llr test in base 2 and llrnet test in base 16) is there a way to modify it or to find a trick to do the job in the fast way ? thanks Last fiddled with by tnerual on 2008-01-05 at 14:20 |
|
|
|
|
|
#2 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
10010110100112 Posts |
Quote:
Luigi |
|
|
|
|
|
|
#3 |
|
Oct 2006
7·37 Posts |
|
|
|
|
|
|
#4 |
|
Banned
"Luigi"
Aug 2002
Team Italia
10010110100112 Posts |
|
|
|
|
|
|
#5 |
|
Jun 2003
5,087 Posts |
I think what he is saying that the newer LLR can automatically recognize that a power-of-two base can be tested as a base-2 number, thus using the more efficient base-2 FFTs rather than the generic PRP FFT. Thus, if the LLRNet (which uses older LLR 3.5) can be patched to do automatic conversion, it can gain from this principle.
|
|
|
|
|
|
#6 | |
|
Oct 2006
7×37 Posts |
Quote:
at this moment, i just convert base 16 exponent to base 2 exponent with excel ... it's not too difficult (for small amount of pairs), but it would be more user friendly if it was done "automagically" it's not really a bug but something really annoying (4 times slower) |
|
|
|
|
|
|
#7 |
|
Jun 2003
5,087 Posts |
I have a patched LLRNet which can fudge base and n before calling the prp test. However, I can't attach it here, since the zip file is around 640KB (forum limit is 244KB). If you PM me your email, I can send it to you by mail.
If you prefer to build your own LLRNet, I have attached the modified file that needs to be inserted into the LLRNet source code. Last fiddled with by axn on 2008-01-06 at 01:39 |
|
|
|
|
|
#8 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
186916 Posts |
Quote:
|
|
|
|
|
|
|
#9 | |
|
Jun 2003
508710 Posts |
Quote:
![]() Any volunteers?
|
|
|
|
|
|
|
#10 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
BTW, since it would appear that you've been at least able to build LLRnet successfully on your machine, could you possibly try building a copy of LLRnet with the LLR 3.7.1c source dropped in for me? I was going to try it myself, but for some reason the gcc on my machine (Ubuntu 7.10) couldn't find all the required files to build LUA (which is apparently part of LLRnet). I could send you my copy of the LLRnet source files that already have the 3.7.1c source code dropped in (in place of the 3.5.1 code), if you want. Last fiddled with by mdettweiler on 2008-01-06 at 22:16 |
|
|
|
|
|
|
#11 | |
|
Jun 2003
10011110111112 Posts |
Quote:
I'll try to build it with LLR 3.7, but my past attempts with 3.6 has not been very successful so I am not very hopeful. |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Base-6 speed for prime testing vs. base-2 | jasong | Conjectures 'R Us | 36 | 2010-08-03 06:25 |
| LLRNET | ValerieVonck | Software | 12 | 2010-03-15 18:09 |
| llrnet 64 bit | balachmar | Prime Sierpinski Project | 4 | 2008-07-19 08:21 |
| Sierp base 6 LLRnet server | IronBits | Conjectures 'R Us | 18 | 2008-03-28 04:29 |
| LLRNet | em99010pepe | Riesel Prime Search | 20 | 2007-09-11 21:03 |