![]() |
![]() |
#1 |
Dec 2003
2410 Posts |
![]()
Hello,
I'm new and my client just started to crunch. The window is showing from time to time the info that stage 1 is XX % complete. Just to get a better understanding of the process, how many stages are there for "p-1 factoring"? Thanks, Matthias Noch |
![]() |
![]() |
#2 |
Aug 2002
22·5·13 Posts |
![]()
There are 2 stages of what is called P1 factoring. If the client doesn't find a factor it will proceed to the Lucas-Lehmer test.
Welcome to GIMPS ![]() PM |
![]() |
![]() |
#3 |
2×19×151 Posts |
![]()
Can factors be found at the end of both stages or at the end of stage 2 only?
|
![]() |
#4 |
Dec 2003
23·3 Posts |
![]()
Okay, I see. Thank you. And after the LL-Test?
How can I see how much progress the calculation has done in general; compared to the total necessary for this one? Back at seti@home we had a kind of status-bar, is there something like this for this programm too? Maybe a 3rd party tool? Thanks, Matthias |
![]() |
![]() |
#5 |
Aug 2002
10416 Posts |
![]()
If you are running the windows client it will tell you if you hold the mouse over the taskbar icon. It will also tell you in the window.
If you are running Linux there is a utility called gkrellmGIMPS, that will monitor the client and display the status. PM |
![]() |
![]() |
#6 |
Sep 2003
13×199 Posts |
![]()
If you are using Linux, there is a small Perl utility that you can use to determine how many iterations the calculation has progressed.
Look for the save files p.... and q.... in your mprime directory, then run the following Perl script with the p.... filename as the argument: Code:
#!/usr/bin/perl $file = shift || die; open (FILE,"<$file") || die; read(FILE,$temp,6); ($type, $counter) = unpack("sL",$temp); print "$type $counter\n"; close (FILE); |
![]() |
![]() |
#7 | |
Sep 2003
13×199 Posts |
![]() Quote:
|
|
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Who "manages" Misfit and can answer a question? | Madpoo | MISFIT | 9 | 2017-02-05 17:27 |
Aouessare-El Haddouchi-Essaaidi "test": "if Mp has no factor, it is prime!" | wildrabbitt | Miscellaneous Math | 11 | 2015-03-06 08:17 |
"Most Wanted Factorizations?" question | jasong | Factoring | 9 | 2006-03-23 22:39 |
Would Minimizing "iterations between results file" may reveal "is not prime" earlier? | nitai1999 | Software | 7 | 2004-08-26 18:12 |