![]() |
|
|
#1651 | |
|
May 2007
Kansas; USA
101·103 Posts |
Quote:
OK thanks for any cleanup that you can do. I could choose to use the primes for n>25K but not only do I not know the exact search depth I don't know if all or part of the ranges were searched to that depth. For a base this big I'll choose to keep it cleaner. Why not use LLR instead of PFGW? That's what I use for base 3. LLR's StopOnPrime option never forgets k's found prime on restarts. Last fiddled with by gd_barnes on 2020-04-01 at 00:15 |
|
|
|
|
|
|
#1652 | |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
Quote:
|
|
|
|
|
|
|
#1653 | |
|
Quasi Admin Thing
May 2005
3C616 Posts |
Quote:
|
|
|
|
|
|
|
#1654 | |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
Quote:
|
|
|
|
|
|
|
#1655 |
|
"Curtis"
Feb 2005
Riverside, CA
28×19 Posts |
KEP's point makes sense when the tests are really fast, but his "at some point" has it backward- at some exponent value, the LLR test takes more than a minute each, so for any n larger than that value LLR is writing to the ini file less than once a minute and thus less than PFGW.
I thought this was among the many reasons PFGW is often used for new-base work and small tests, while LLR is strongly favored for large-test work. |
|
|
|
|
|
#1656 |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
I have gone thru the list of primes and the list of candidates to be tested and have removed all n > 25000 and all k which have a prime per post 1631. Future submissions from me for this base should be clean. I tried to be careful so as to avoid making mistakes.
|
|
|
|
|
|
#1657 | |
|
Quasi Admin Thing
May 2005
2×3×7×23 Posts |
Quote:
You are correct, the value of the exponent does in fact matter. But for n<50K and maybe n<100K for base 3, I would think that PFGW is the fastest alternative, simply because the input/output read/write of the .ini file takes too long as the ini file grows due to the growing number of primed k's. But as always, just like with multithreading and everything else that is somewhat system dependant, test locally and figure out what actually is most optimal program to use. And yes, one of the reason PFGW is used for starting up bases is among other features, the reason that PFGW writes once a minute (Thanks Mark for clearing that) in stead of several times a second, when doing very small tests
|
|
|
|
|
|
|
#1658 |
|
May 2007
Kansas; USA
101×103 Posts |
I was doing small base 3 tests (n=25K-50K). I did not know there was much time difference between the two. Anyway I still prefer LLR because I am stopping the programs frequently to do other stuff and I don't want to have to worry about whether the program will "lose" the knowledge that previous primes were found.
|
|
|
|
|
|
#1659 | |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
Quote:
I use srsieve2 to reformat the output as ascending k then ascending n. It makes it a lot easier to work with the input file and it allows one to compute a better estimate as to when processing of the file will be completed. |
|
|
|
|
|
|
#1660 |
|
Dec 2011
After milion nines:)
144810 Posts |
K4 S53 at 1.575M
|
|
|
|
|
|
#1661 |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
Here is the next batch of R66 primes. All k thru 44451283 are tested to n=25000.
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Riesel base 3 reservations/statuses/primes | KEP | Conjectures 'R Us | 1107 | 2021-07-26 18:37 |
| Bases 501-1030 reservations/statuses/primes | KEP | Conjectures 'R Us | 3913 | 2021-07-26 09:58 |
| Bases 251-500 reservations/statuses/primes | gd_barnes | Conjectures 'R Us | 2300 | 2021-07-25 07:38 |
| Bases 6-32 reservations/statuses/primes | gd_barnes | Conjectures 'R Us | 1397 | 2021-07-25 07:07 |
| Bases 101-250 reservations/statuses/primes | gd_barnes | Conjectures 'R Us | 905 | 2021-07-18 16:55 |