![]() |
|
|
#1 |
|
May 2004
FRANCE
10010001002 Posts |
Hi All,
The Version 3.3 of the LLRP4 (SSE2 only) program is now available on the Gimps directory (http://www.mersenne.org/gimps/), and replaces the previous one. The two new features included in this version are : - Primality proving of k*2^n+1 numbers. - Primality proving of Carol and Kynea numbers. Also, some secondary bugs have been fixed... Thanks to the new George Woltman's code, and to "gwstartnextfft" using, I observed a speed increase of until 20% for fft lengthes greater than 64K... More details can be found in the Readme.text included in the compressed files. Good primes hunting, and Best Regards, Jean |
|
|
|
|
|
#2 |
|
Sep 2004
1011000011102 Posts |
Hi Jean,
What's the difference between LLRP4 and PRP3? I tested both and got the same speed. (Newbie question) Thanks in advance, Carlos Last fiddled with by em99010pepe on 2004-11-30 at 18:11 |
|
|
|
|
|
#3 |
|
Jun 2004
5·11 Posts |
A more noob question. What is LLRP for? :D
|
|
|
|
|
|
#4 |
|
May 2004
FRANCE
22·5·29 Posts |
PRP, PRP3 are programs testing if a number is probably prime, by using the
little Fermat theorem (and, indeed, they can assert that a number is composite, if the test is negative). LLR, and LLRP4 are primality proving programs, that is to say, deterministic. They are as fast as PRP, PRP3 thanks to using the same George Woltman's code to do fast multiplies and/or squaring of large integers. Actually, LLR (Version 2.2) can only test k*2^n-1 numbers. LLRP4, Version 3, can now test k*2^n-1 and k*2^n+1 numbers, but works only on P4 SSE2 machines (this is the meaning of the "P4"). The next version of LLR (2.3) will also test k*2^n+1 numbers, and will be released soon, when tested enough. Regards, Jean |
|
|
|
|
|
#5 |
|
25×3×5×19 Posts |
If the "VerifyUpToLine=x" is still in the ini file, it skips new numbers.
I consider this a bug, since it should still perform a test on the new number, rather than skip it. Please let me know if this will be changed, so I can adjust RMA. Since this bug TOTALLY disables the current version. These curious obsure bugs seem to continue to affect RMA... hmmm. |
|
|
|
#6 |
|
May 2004
FRANCE
11048 Posts |
Nobody is forced to use "VerifyUptoLine" and its default value is 0 (so, not active).
I included this feature to allow persons who were affected by the LLRP41/42 bug to save time, instead of having to begin all their tests again... I wish to suppress this option when it will not be used more, but how can I know that ? Regards, Jean |
|
|
|
|
|
#7 | |
|
Aug 2003
Europe
2·97 Posts |
Quote:
This is good news, i am curious how fast the primality proving of Carol and Kynea numbers will be. Currently using OpenPFGW to test these out and now a test run on a little spare machine to try the new LLR out. |
|
|
|
|
|
|
#8 | |
|
2×3×7×43 Posts |
I must not be understanding fully.
The behaviour has cleary changed since the first Verify. As I said before this, I didn't notice any difference with verify on/off. Quote:
This is the one option(since it didnt work anyway before) that I included by default as checked. So anyone who downloaded RMA 1.7 beta, please download the newest version that simply allows the option now. No big deal. Last fiddled with by TTn on 2004-12-01 at 09:22 |
|
|
|
|
#9 |
|
May 2004
FRANCE
22×5×29 Posts |
Hi All,
LLR Version 3.5 Beta is now available on the Gimps directory. This version uses the new Gwnums 24.6 library, an can work on all PC's. It would obsolete all the previous versions of the LLR program : - It can prove the primality of k*2^n-1 numbers (with k < 2^n) by using the Lucas-Lehmer-Riesel algorithm. - It can prove the primality of k*2^n+1 numbers (with k < 2^n) by using the Proth theorem algorithm (so it is normal that composite such numbers yield different residues than those obtained with PRP3 program, which uses the little Fermat theorem algorithm). More details can be found in the attached Readme file. I whish you an happy new year with many new prime discoveries ! Jean |
|
|
|
|
|
#10 |
|
Jun 2003
2×7×113 Posts |
Jean,
Where is the code for LLR3.5 be included in the LLRnet package. so that more people can just use LLRnet instead of going through manual file reservation etc for various projects etc. Thanks, Citrix
|
|
|
|
|
|
#11 | |
|
May 2004
FRANCE
22·5·29 Posts |
Quote:
This new LLRNet package can be dowloaded from RieselSieve project Forum, URL : http://rieselsieve.com thread : Forum Index -> Announcement topic : Open Beta Release LLRNet 3.5 Regards, Jean |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| new version of llr.exe | iconized | Prime Sierpinski Project | 4 | 2012-01-22 11:48 |
| Which version for P-III's? | richs | Software | 41 | 2009-01-07 14:40 |
| LLR - new version | Cruelty | Riesel Prime Search | 8 | 2006-05-16 15:00 |
| Version 24.14 | Prime95 | Software | 13 | 2006-02-15 16:32 |
| LLRP4 faster than PRP3? | Mystwalker | Prime Sierpinski Project | 9 | 2005-01-06 17:38 |