![]() |
|
|
#1 |
|
172916 Posts |
I just started and got a number, right now it's factoring it, what does it do after it's done factoring?
|
|
|
#2 |
|
Feb 2003
1668 Posts |
It will do a "P-1" test to find bigger factors, then it will start the LL test.
|
|
|
|
|
#3 |
|
1EDE16 Posts |
Do you know which takes the longest of all?
|
|
|
#4 |
|
Nov 2002
2·37 Posts |
LL takes most of the time
|
|
|
|
|
#5 |
|
Oct 2003
Portugal
11 Posts |
The LL (Lucas-Lehmer) Test is the longest part of the test. By the way, if factoring discovers any factor, it doesn't even do the Lucas Lehmer Test, because finding a factor means that the number is surely not prime.
Your Lucas Lehmer will take some time (probably more than one month) but be patient, since testing an exponent is a significant help to this project, not even comparable to the contribution a work unit represents on other distributed computing projects. |
|
|
|
|
#6 |
|
23·3·103 Posts |
So if I wanted to do an LL test, would I check the "Request Mersenne numbers to run primality tests" in the configure primenet box?
Sorry for the newb question, just excited to be involved with the project. I'll try to possibly form a team, and get some of the people on my website involved with the program. |
|
|
#7 |
|
Sep 2003
5·11·47 Posts |
For most people, it's OK to just leave it the box checked at "Request whatever type of work makes the most sense".
In most cases, unless you have a fairly old computer, that will mean your computer will spend most of its time doing primality (Lucas-Lehmer) tests, and you'll have a shot at finding the next prime. |
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| "factoring" vs "factorizing" | ixfd64 | Factoring | 4 | 2012-10-16 04:07 |
| DJB paper "Factoring into coprimes in essentially linear time" | Chris Card | Factoring | 6 | 2005-06-25 19:41 |
| request: always include "from" in trial-factoring results | James Heinrich | Software | 1 | 2005-04-10 02:44 |
| Would Minimizing "iterations between results file" may reveal "is not prime" earlier? | nitai1999 | Software | 7 | 2004-08-26 18:12 |
| "Factoring only" results / stats in account details page | schneelocke | PrimeNet | 3 | 2004-01-07 22:12 |