![]() |
|
|
#45 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
5,881 Posts |
Did Auto_LLR ever get modified to output the ks remaining somehow?
I can't find that that was fixed anywhere in this thread. Also we could do with a conversion to PFGW to get the huge speedup(would it be worth using pfgw's sieving and testing for longer than previous because of that). Is this script still the best way for running base 3 from n>5k. |
|
|
|
|
|
#46 | |
|
Mar 2006
Germany
32·17·19 Posts |
Quote:
the file 't17_b15.prp' ist the results of the Automated_low_n.zip for base 15. after completion there's a file called 't17_b15_log.txt' which contains a detailed summary: every PRP is listed. the last line states: found: 858 80 (1 sequnces left, 5 pairs remain, 11 pairs deleted, 12 pairs LLR tested) this means: 858*^5^80-1 was the last PRP found 1 sequence is left up to this ranges of k and n -> for 1 k-value there's no PRP found upto n=200 the file 't17_b15.org' contains this k-value with pairs. the file 't17_b15_prp.txt' contains the PRP found for every k-value starting with n=1 upto n=80 (no PRP for higher n found). so k=256 is the only values <1000 for which no PRP was found! i've not tested it with the new pfgw version because i have to change many awk-scripts to do the same. try a little bit (also the example for the Riesel-Problem for 1024<n<10000 is included). |
|
|
|
|
|
|
#47 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
5,881 Posts |
it seems to have the fix then
does it work on linux? edit: not at all and it will be no easy conversion for me(could be for others) i will try and modify it to use pfgw Last fiddled with by henryzz on 2009-08-08 at 06:45 |
|
|
|
|
|
#48 |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
Wouldn't it just be easier to use PRPNet? Is there a feature that PRPNet is missing that could be useful for this effort?
Last fiddled with by rogue on 2009-08-08 at 11:08 |
|
|
|
|
|
#49 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
5,881 Posts |
|
|
|
|
|
|
#50 |
|
"Mark"
Apr 2003
Between here and the
143208 Posts |
|
|
|
|
|
|
#51 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
133718 Posts |
|
|
|
|
|
|
#52 | |
|
May 2007
Kansas; USA
1040310 Posts |
Quote:
Of course the hard part would be coming up with an optimal sieve depth that works in all situations...an extremely difficult task. Gary |
|
|
|
|
|
|
#53 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
Does anyone know how PrimeGrid runs automatic sieves?
Obviously, a major problem with any automatic distributed sieve, at least when run with something like sr2sieve, is distributing the sieve file. Why would it be difficult to have an optimal sieve depth calculator? It seems like a very exact scientific process to me, at least when certain data is available. |
|
|
|
|
|
#54 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Quote:
The sieve file is not necessarily difficult to distribute, depending on its size. As long as the client only has to redownload it when it changes, it shouldn't be too big a deal. As for optimal depth, I think PrimeGrid's people calculate it manually just like we do; they then use the manual calculations to decide exactly how much work to load into the server or open up in manual drives. I would imagine that developing a PRPnet-like automated sieving client would be somewhat of a major undertaking, though a lot of the work could possibly be saved by basing it on PRPnet. It would of course need some heavy modification because of the fundamental differences between sieving and primality testing, but it could probably be done. One thing I had considered would be to write a "wrapper" of sorts to "fool" PRPnet into thinking that a sieving application (say, sr2sieve) is really PFGW--and having it pass parameters to the client as PFGW input parameters. Say, the pmin and pmax could be passed in the field for the number to be tested, and the factors could be passed back as a concatenated string in the residual field. Nah, I guess that would be a bit too hacked-together to be of any good use--it would probably be better to just modify PRPnet directly.
|
|
|
|
|
|
|
#55 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
5,881 Posts |
IMHO by far the easiest way for getting the sieve file would be manual download
this is what prime search problems lack if sieving could be added to prpnet then primesearching could be run fully automated |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Automated LLR testing with LLRnet | mdettweiler | No Prime Left Behind | 24 | 2011-11-04 19:20 |
| Automated PRP using LLRNet | axn | Sierpinski/Riesel Base 5 | 73 | 2008-11-26 03:46 |
| Automated primality testing with LLRnet | mdettweiler | Conjectures 'R Us | 18 | 2008-03-04 00:06 |
| Automated P-1 thoughts. | nucleon | Marin's Mersenne-aries | 3 | 2004-03-25 02:45 |
| Semi-automated P-1 testing | GP2 | Marin's Mersenne-aries | 2 | 2003-09-29 19:01 |