![]() |
![]() |
#1 |
May 2004
FRANCE
2·307 Posts |
![]()
Hi All,
The new version 3.8.5 of LLR is now available on my personal site : http://jpenne.free.fr/index2.html This version is almost identical to V 3.8.4, but uses Version 26.5 of George Woltman's gwnum library. Also, two bugs are fixed, and one option is added ; please see Readme.txt file for details. Best Regards, Jean P.S. : I still need help to build the Mac Intel binary... |
![]() |
![]() |
![]() |
#2 |
Dec 2010
Monticello
5×359 Posts |
![]()
Silly noob question: LLR = ?? (And I'm not running any macs, so no help with the binary)
|
![]() |
![]() |
![]() |
#3 | |
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
![]() Quote:
LLR isn't used by GIMPS, since Mersenne numbers (a subset of the Riesel numbers, with k=1) can be tested faster with the LL test than with LLR. Nonetheless, LLR is used quite heavily by a number of other project searching for different kinds of primes. A number of these are hosted in the "Prime Search Projects" section of the mersenneforum, though perhaps the biggest user of LLR is PrimeGrid, a project that has modified it to be run through the BOINC framework and which has picked up quite a large group of participants. (I'm not sure but they may even be bigger than GIMPS at this point.) Last fiddled with by mdettweiler on 2011-02-12 at 04:40 Reason: that's [/url], not [/quote] |
|
![]() |
![]() |
![]() |
#4 |
Nov 2010
Ann Arbor, MI
2·47 Posts |
![]()
Thanks for the new option, now the tests on relatively small n's don't stress the HDD anymore, plus some time saved.
![]() |
![]() |
![]() |
![]() |
#5 |
Mar 2007
Austria
2·151 Posts |
![]()
btw,rounding error problem testing 245*830^492-1 seems to be fixed in this version.
Nugget |
![]() |
![]() |
![]() |
#6 |
Nov 2010
Ann Arbor, MI
9410 Posts |
![]()
I am currently running LLR on machines to which I don't have access on an everyday basis. In such cases, when the job is done, since I don't have the chance to add more input files, the computer sits idle until I again have access to it. I know I could add the next job at the end of the input file, and later on edit lresults.txt to get the data. But altogether it gets messy and there is always the slight chance of data loss when having to modify files.
I would suggest to allow LLR to take more than one input file to overcome this issue. My thinking would be to have more than one input file in the folder (input1.txt, input2.txt, ... as an example) and include these extra lines in the llr.ini: PgenInputFile=input1.txt PgenInputFile2=input2.txt (...) PgenInUse=[1/2/3/...] LLR would take input files sequentially according to PgenInputFile[x] and PgenInUse. This will require creating a new results file, which will have to take a different name (maybe lresults.txt, lresult2.txt, ...?). Finally, in my opinion this feature should be disabled by default for compatibility purposes with other projects (PRPNet, LLRNet) and would be enabled with an extra option MultiPgen=1. Thanks, Jean! Oscar Last fiddled with by otutusaus on 2011-02-20 at 03:40 |
![]() |
![]() |
![]() |
#7 |
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
![]()
Hmm...interesting idea. I wonder, though, if it could be accomplished about as easily with an external script (batch or shell, for Windows or Linux respectively). For instance, you could use a batch file like this:
Code:
cllr -d input1.txt ren lresults.txt lresults1.txt cllr -d input2.txt ren lresults.txt lresults2.txt cllr -d input3.txt ren lresults.txt lresults3.txt (etc.) Note that this uses the command-line Windows version of LLR, cllr.exe, instead of the GUI LLR.exe. (I use it all the time myself so I can string up multiple jobs like this and avoid idle "down time".) If you're familiar with the Linux version of LLR, the command-line Windows version should be exactly the same. |
![]() |
![]() |
![]() |
#8 |
Nov 2010
Ann Arbor, MI
2·47 Posts |
![]()
The external script option looks a viable solution, but I am attached to the GUI version.
![]() I basically don't have any machine running under Linux so I currently only use the GUI app. In addition, as you say, when using the script rebooting the computer would interrupt the batch process (which happens too often when running on a shared computer). |
![]() |
![]() |
![]() |
#9 |
May 2004
FRANCE
11468 Posts |
![]()
Hi All,
Thanks to Iain Bethune, the new LLR version binary for Mac Intel is now available from my personal pages : http://jpenne.free.fr/index2.html Regards, Jean |
![]() |
![]() |
![]() |
#10 |
Einyen
Dec 2003
Denmark
2×17×101 Posts |
![]()
Is the Lucas+Frobenius PRP test a "normal" Lucas Pseudoprime test with some other parameters?
I'm wondering if it would be "easy" to add the choice of running the Lucas PRP test with Selfridge parameters from the BPSW test, with D being the first number from the list 5,-7,9,-11,13, ..., for which the jacobi symbol (D/n)=-1 : http://mathworld.wolfram.com/Baillie...alityTest.html |
![]() |
![]() |
![]() |
#11 | |
May 2004
FRANCE
2·307 Posts |
![]() Quote:
I think it would not be difficult to implement another version of the same test using the Selfridge parameters. It may be a BPSW option... I shall add this in my work to do list for the next version of LLR. Regards, Jean |
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
LLR Version 3.8.0 is now available! | Jean Penné | Software | 22 | 2010-04-28 07:45 |
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 |
Which LLR version to use... | Cruelty | Riesel Prime Search | 1 | 2005-11-10 15:17 |