![]() |
|
|
#1 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
In addition to the speed boost for most CPUs that is also present in PFGW 3.4.0, I noticed an interesting new addition when perusing LLR 3.8.2's readme:
Code:
5) Main user options (not set by default) :
Verbose=1 : Get more details in the results file (default : 1 line/result).
StopOnSuccess=1 : Stop the job when a prime or PRP is found.
BeepOnSuccess=1 : Make noise at a positive result,
if both Stop and Beep are set, make noise until stopped by the user!
StopOnPrimedK=<number> : after <number> sucesses with this k value,
skip further pairs having the same k value (usually, <number> = 1).
StopOnPrimedN=<number> : Same thing, involving the value of n.
StopOnPrimedB=<number> : Same thing, involving the base value.
Verify=1 : Suppress prefactoring or previous PRP test.
NoPrefactoring=1 : Suppress prefactoring (Gaussian Mersenne or Wagstaff).
ErrorCheck=1 : Check errors on each iteration (it's time consuming!).
Testdiff=1 : Check sum inputs != sum outputs (only for real FFT's, c<0).
FacTo=<bits> : Used to launch a prefactoring only job (Wagstaff or
Gaussian-Mersenne norms candidates only).
(Well, at least the StopOnPrimedK option...the others would be for other types of conjectures that haven't really been explored yet.) This isn't anything new, since PFGW has had a similar option for a while, but now both programs are capable of stopping searching just one k when it's been primed (as opposed to bringing the whole run to a halt as older LLR versions' StopOnPrime option did).
|
|
|
|
|
|
#2 | |
|
May 2004
FRANCE
24416 Posts |
Quote:
It was already available in Version 3.8.1! I did'nt add nor change any feature in this new version... Jean |
|
|
|
|
|
|
#3 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
|
|
|
|
|
|
#4 |
|
May 2007
Kansas; USA
101000101000112 Posts |
Very cool. Nor did I know that. Thanks for letting us know.
|
|
|
|
|
|
#5 |
|
Quasi Admin Thing
May 2005
2·3·7·23 Posts |
Very cool Jean. Thanks for adding this. Now a question or 2. Is the StopOnPrimedK=<number>, remembering wich k's has previously been primed, in case LLR has to be stopped? Finally, is LLR version 3.8.2 with the latest GWnum build, such that there can be a usefull 10% speedincrease on each tests?
Regards KEP |
|
|
|
|
|
#6 | |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
10110111110012 Posts |
Quote:
).
|
|
|
|
|
|
|
#7 | ||
|
Mar 2006
Germany
32×17×19 Posts |
Quote:
Code:
StopOnPrimedK=1 ks38=1 Quote:
See the source in gwnum.h Code:
#define GWNUM_VERSION "26.2" #define GWNUM_MAJOR_VERSION 26 #define GWNUM_MINOR_VERSION 2 Last fiddled with by kar_bon on 2010-09-30 at 16:39 |
||
|
|
|
|
|
#8 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
5,881 Posts |
|
|
|
|
|
|
#9 | |
|
Quasi Admin Thing
May 2005
2×3×7×23 Posts |
Quote:
![]() Kenneth! |
|
|
|
|
|
|
#10 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
|
|
|
|
|
|
|
#11 | |
|
Quasi Admin Thing
May 2005
11110001102 Posts |
Quote:
Take care! Kenneth Ps. Btw "Tumo" mentioned something in an e-mail to me, regarding numbers having GCD errors, wich could rule them out very fast from testings. But Jean said to me that it would take almost the same amount of iterations to find the GCD's for a N-1 or N+1 test as it would take to do a normal testing. So is Tumo right or is Jean right? My feeling is that Jean is right, but if Tumo is right, does anyone know how to implement a method to find GCD errors, since it sound a lot faster than sieving, if possible... |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prime generating polynomials that stop? | Orgasmic Troll | Math | 61 | 2017-04-05 19:28 |
| when does prime seach stop? | Unregistered | Information & Answers | 5 | 2011-08-10 01:38 |
| How exactly does the -I option work? | Andi47 | GMP-ECM | 2 | 2009-01-17 10:11 |
| mprime -b cli option gone?!? | koekie | Software | 4 | 2009-01-02 07:10 |
| Start and Stop Prime 95 on Large Groups of Windows XP Machines | MarcGetty | Software | 3 | 2006-03-07 07:54 |