![]() |
![]() |
#12 |
"Robert Gerbicz"
Oct 2005
Hungary
161110 Posts |
![]()
If you complete one workunit then it will be saved to results_hexadeca.txt file, like this:
The workunit=666 has been completed (I've completed this). It isn't important to see if there is an information : The sieving is complete, because if this isn't in that file then it means that the program is killed and you can just continue the work from workunit=667. But there is no restart option in the program. See the attachment for the c code or donwload the exe for windows from: http://www.robertgerbicz.tar.hu/hexadeca_1_5.exe To give an estimation for the time to find a dodecaproth, I've changed the code to see how many prp tests are done in each step: this is only true for one workunit! ( spec: this was workunit=666 ): there were 16203093 prp tests In each step there were: numprp[1]=12498398 numprp[2]=2851761 numprp[3]=658077 numprp[4]=149567 numprp[5]=35086 numprp[6]=8082 numprp[7]=1865 numprp[8]=222 numprp[9]=29 numprp[10]=5 numprp[11]=1 numprp[12]=0 numprp[13]=0 numprp[14]=0 numprp[15]=0 numprp[16]=0 If it would be numprp[13]>0 then we found a dodecaproth, because it means that the first 12 numbers were 3-prp and the program is testing the 13th number. Seeing the data I think that we can find a dodecaproth after testing about only 100-200 workunits. |
![]() |
![]() |
#13 |
Jul 2005
2·193 Posts |
![]()
Good work Robert.
Reservation thread: http://www.mersenneforum.org/showthread.php?t=5402 Please post details of already completed work units in there please as I'm not sure what people have already done. |
![]() |
![]() |
#14 | |
Jul 2005
2·193 Posts |
![]() Quote:
P.S. roughly 1000 sec per WU on a 2.5GHz G5. Last fiddled with by Greenbank on 2006-01-25 at 13:55 |
|
![]() |