Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3). |
Navigation
Topics | Help • Register • News • History • How to • Sequences statistics • Template prototypes |
Difference between revisions of "Worktodo.txt"
(restored) |
(add FermatFactor as a possible line in worktodo (for certain programs), and comment lines) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Stub}} | {{Stub}} | ||
− | '''Worktodo.txt''' is the file that tells [[Prime95]] what [[ | + | '''Worktodo.txt''' is the file that tells [[Prime95]] and other related programs what [[work unit]]s to do and specifically what other parameters to use for that particular [[assignments]] and [[worktype]]. |
The list below shows the meaning of the various entries: | The list below shows the meaning of the various entries: | ||
Line 7: | Line 7: | ||
*[[Double check|DoubleCheck]]=assignment ID,exponent,how far factored,has been P-1'ed | *[[Double check|DoubleCheck]]=assignment ID,exponent,how far factored,has been P-1'ed | ||
*AdvancedTest=exponent | *AdvancedTest=exponent | ||
− | + | :AdvancedTest simply [[Lucas-Lehmer test|LL]] tests the given [[Mersenne number]], (ignoring any sort of prefactoring) and is used by [[Prime95]] when you use the Advanced > Test option. | |
;Probable prime | ;Probable prime | ||
Line 14: | Line 14: | ||
;Factoring | ;Factoring | ||
*[[Trial factoring|Factor]]=assignment ID,exponent,[[bit level|how far factored,how far to factor to]] | *[[Trial factoring|Factor]]=assignment ID,exponent,[[bit level|how far factored,how far to factor to]] | ||
− | *Pfactor=assignment ID,[[k]],b ([[base]]),n ([[exponent]]),c,how far factored,[[Lucas-Lehmer test|LL]] tests saved if factor found | + | *Pfactor=assignment ID,[[value k|k]],b ([[base]]),n ([[exponent]]),c,how far factored,[[Lucas-Lehmer test|LL]] tests saved if factor found |
*[[P-1 factorization method|Pminus1]]=assignment ID,k,b,n,c,[[bounds|B1,B2]]<nowiki>[</nowiki>,B2_start<nowiki>][</nowiki>,"factors"<nowiki>]</nowiki> | *[[P-1 factorization method|Pminus1]]=assignment ID,k,b,n,c,[[bounds|B1,B2]]<nowiki>[</nowiki>,B2_start<nowiki>][</nowiki>,"factors"<nowiki>]</nowiki> | ||
*[[Elliptic curve method|ECM]]2=assignment ID,k,b,n,c,B1,B2,curves to do<nowiki>[</nowiki>,specific_sigma,B2_start<nowiki>][</nowiki>,"factors"<nowiki>]</nowiki> | *[[Elliptic curve method|ECM]]2=assignment ID,k,b,n,c,B1,B2,curves to do<nowiki>[</nowiki>,specific_sigma,B2_start<nowiki>][</nowiki>,"factors"<nowiki>]</nowiki> | ||
Line 20: | Line 20: | ||
where k, b, n, c represent a number k × b<sup>n</sup> + c. (c can take negative values.) | where k, b, n, c represent a number k × b<sup>n</sup> + c. (c can take negative values.) | ||
+ | In programs such as [[mmff]] and [[feromant]], there is also | ||
+ | *FermatFactor=nmin,nmax,kmin,kmax | ||
+ | |||
+ | Starting from v25.5 of Prime95, worktodo.txt may also contain comment lines, which are ignored by the program. | ||
==See also== | ==See also== | ||
*[[Assignment ID]] | *[[Assignment ID]] | ||
+ | {{Navbox GIMPS}} | ||
[[Category:Great Internet Mersenne Prime Search]] | [[Category:Great Internet Mersenne Prime Search]] |
Latest revision as of 22:58, 11 May 2019
This article is only a stub. You can help PrimeWiki by expanding it. |
Worktodo.txt is the file that tells Prime95 and other related programs what work units to do and specifically what other parameters to use for that particular assignments and worktype.
The list below shows the meaning of the various entries:
- Test=assignment ID,exponent,how far factored,has been P-1'ed
- DoubleCheck=assignment ID,exponent,how far factored,has been P-1'ed
- AdvancedTest=exponent
- AdvancedTest simply LL tests the given Mersenne number, (ignoring any sort of prefactoring) and is used by Prime95 when you use the Advanced > Test option.
- Probable prime
- PRP=k,b,n,c[,how_far_factored,tests_saved][,known_factors]
- Factoring
- Factor=assignment ID,exponent,how far factored,how far to factor to
- Pfactor=assignment ID,k,b (base),n (exponent),c,how far factored,LL tests saved if factor found
- Pminus1=assignment ID,k,b,n,c,B1,B2[,B2_start][,"factors"]
- ECM2=assignment ID,k,b,n,c,B1,B2,curves to do[,specific_sigma,B2_start][,"factors"]
where k, b, n, c represent a number k × bn + c. (c can take negative values.)
In programs such as mmff and feromant, there is also
- FermatFactor=nmin,nmax,kmin,kmax
Starting from v25.5 of Prime95, worktodo.txt may also contain comment lines, which are ignored by the program.
See also
General |
Definitions |
Work with GIMPS |
Related |
FAQ |