![]() |
|
|
#1 |
|
Jun 2010
Pennsylvania
2·467 Posts |
Not sure if this question belongs here or in the Software subforum:
Is there a way to set a worker to do P-1 prior to LL on the same exponent, or are we limited to setting each worker to do one or the other? Sorry if this question has been answered already, but nothing jumped out at me during a visual scan, and the terms are common enough that Search might yield thousands of results to wade through. At least, I didn't come up with rare enough search terms. Thanks! Rodrigo |
|
|
|
|
|
#2 |
|
Jan 2013
1558 Posts |
You might be able to change the worktodo file (if you got the P-1 task) and force manual communication (avoiding duplication of work).
Last fiddled with by prgamma10 on 2013-07-17 at 06:25 |
|
|
|
|
|
#3 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
61×79 Posts |
Quote:
a - Someone already did the factorization work stand-alone, or b - The PC has not a comfortable RAM disposition to do P-1. Luigi If you didn't |
|
|
|
|
|
|
#4 |
|
Romulan Interpreter
Jun 2011
Thailand
26·151 Posts |
Do you want to duplicate P-1 work, or just to be sure that you don't miss the P-1 work which has to be done before any LL, in case it was NOT done? Because those are two different things. (well the question is a bit odd, as you anyhow duplicate a lot of work, because the checkpoint files are not stored in case of P-1, and you start every time from scratch).
It should be nice if, depending on your memory settings for P95, the program would calculate a B1 and B2 limits and would do some more P-1 when those limits are over the "already done" values. But the real life in different. What you can do is to set a lot of memory for P-1 stage 2, and modify the "worktodo.txt" to replace the last ",1" to ",0" in all "Test=" and "DoubleCheck=" lines. That would convince P95 to always do "heavy" P-1 to all expos, regardless of the fact that the work was done before or not (pr poorly, partially, etc). Also, to get rid of the burden, you may take exponents from GPU72, which are well TF-ed and P-1-ed. Also, see the "SequentialWorkToDo=0" in undoc.txt file, that may be what you want. Last fiddled with by LaurV on 2013-07-17 at 07:52 |
|
|
|
|
|
#5 | |
|
Jun 2010
Pennsylvania
2×467 Posts |
Quote:
Something seems to be missing at the end there. ![]() Rodrigo |
|
|
|
|
|
|
#6 | |
|
Jun 2010
Pennsylvania
2·467 Posts |
Quote:
I guess that my question has to do with the fact that, sometimes, one of my workers will perform P-1 before starting an LL. Therefore I was wondering if there is a way to set things so that the worker always picks out exponents that need P-1 work, and then (if applicable) goes on to do the LL on that exponent. A (maybe) separate item: the long paragraph in your reply (the part dealing with setting the last value to 0) appears to involve duplicating a lot of work previously done, would that be right? Will experiment with the "SequentialWorkToDo=0" setting and see how it works out. Thanks! Rodrigo Last fiddled with by Rodrigo on 2013-07-17 at 16:16 Reason: clarification |
|
|
|
|
|
|
#7 |
|
Banned
"Luigi"
Aug 2002
Team Italia
61×79 Posts |
|
|
|
|
|
|
#8 | |||
|
Romulan Interpreter
Jun 2011
Thailand
26×151 Posts |
Quote:
Quote:
Quote:
The design was done like that from the inception, is not "good" nor "bad", just the PrimeNet server does not store the checkpoint files for P-1. Those are huge files and storing them would need lots of space, and will generate lots of traffic, and may not be "safe" anyhow (some mechanism is needed to forbid bad guys uploading wrong residue files). So, every worker who wants to extend B1/B2 limits will duplicate the work done by the former workers (and do some additional). With the new GPU toy it would be possible to store the "end of stage 1" files and when a larger B1 is supplied, the program will only "extend" the calculus and store the new file too. Some guys (me included!) will have "databases" of those "EOS1" files, for people interested in extending P-1 bounds. A method how to share those and how to check they are "real" may be discussed in the future. |
|||
|
|
|
|
|
#9 |
|
Jun 2010
Pennsylvania
3A616 Posts |
I just realized I never got back to LaurV for his thorough explanation. Thank you very much!
At this stage (so to speak) it sounds like it'll be simpler just to assign specific workers to focus on P-1 and let others do LL separately. I'll tune in to this channel periodically to stay up to date on developments. Rodrigo |
|
|
|
|
|
#10 | |
|
"/X\(‘-‘)/X\"
Jan 2013
2×5×293 Posts |
Quote:
|
|
|
|
|
|
|
#11 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
22·23·107 Posts |
|
|
|
|