![]() |
|
|
#34 | |
|
"Mark"
Apr 2003
Between here and the
11×577 Posts |
Quote:
|
|
|
|
|
|
|
#35 |
|
Apr 2003
22×193 Posts |
Does pfgw create compatible residues?
|
|
|
|
|
|
#36 |
|
"Mark"
Apr 2003
Between here and the
18CB16 Posts |
I forgot that PSP is base 2, so I guess PFGW is out of the question right now. The choice of PFGW is best when the base is not a power of 2.
I could modify PRPNet to make PFGW do a primality test for +1 base 2/4/8/... numbers instead of a PRP test. But I would also need to modify PFGW to output a residue for these bases when it is performing a Proth primality test. That shouldn't be too difficult. I do not expect LLR to gain much speed for base 2 tests when it is updated to 25.12. Last fiddled with by rogue on 2009-10-05 at 19:21 |
|
|
|
|
|
#37 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
141518 Posts |
Quote:
|
|
|
|
|
|
|
#38 | |
|
"Mark"
Apr 2003
Between here and the
18CB16 Posts |
Quote:
Last fiddled with by rogue on 2009-10-06 at 12:50 |
|
|
|
|
|
|
#39 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Quote:
|
|
|
|
|
|
|
#40 |
|
Apr 2008
Oslo, Norway
7·31 Posts |
I wonder if this is expected behaviour, or a bug?
Got this config on the client: Code:
server=PSPtest:100:0:www.psp-project.de:7100 server=PSPtestdc:0:1:www.psp-project.de:7101 This happens: Code:
[2009-10-07 17:55:29 GMT] PSPtest: 156511*2^7955400+1 is not prime. Residue BBBBBBBBBBBBBBB [2009-10-07 17:55:29 GMT] Total Time: 1:03:18 Total Tests: 1 Total PRPs Found: 0 [2009-10-07 17:55:29 GMT] PSPtest: Returning work to server www.psp-project.de at port 7100 [2009-10-07 17:55:34 GMT] PSPtest: ERROR: Workunit 156511*2^7955400+1 not found on server [2009-10-07 17:55:34 GMT] PSPtest: The client will delete this workunit [2009-10-07 17:55:34 GMT] PSPtest: INFO: 0 of 1 test results were accepted [2009-10-07 17:55:34 GMT] PSPtest: Getting work from server www.psp-project.de at port 7100 [2009-10-07 17:55:39 GMT] PSPtest: INFO: No available candidates are left on this server. [2009-10-07 17:55:39 GMT] PSPtest: Getting work from server www.psp-project.de at port 7100 [2009-10-07 17:55:44 GMT] PSPtest: INFO: No available candidates are left on this server. [2009-10-07 17:55:44 GMT] PSPtest: Getting work from server www.psp-project.de at port 7100 [2009-10-07 17:56:05 GMT] PSPtest: INFO: No available candidates are left on this server. [2009-10-07 17:56:05 GMT] PSPtest: Getting work from server www.psp-project.de at port 7100 [2009-10-07 17:56:10 GMT] PSPtest: INFO: No available candidates are left on this server. [2009-10-07 17:56:10 GMT] PSPtest: Getting work from server www.psp-project.de at port 7100 [2009-10-07 17:56:45 GMT] PSPtest: INFO: No available candidates are left on this server. [2009-10-07 17:56:45 GMT] PSPtestdc: Getting work from server www.psp-project.de at port 7101
|
|
|
|
|
|
#41 |
|
Mar 2006
9410 Posts |
Code:
server=PSPtest:100:0:www.psp-project.de:7100 server=PSPtestdc:0:1:www.psp-project.de:7101 PSPtest:100:0 - 100% of your work is to be from this server. But you are getting 0 work units PSPtestdc:0:1 - 0 showing it is a fallback if the other server does not give you anything and you are getting 1 work unit. Not sure what the command is if you want to finish your existing work but not get anything else. Rogue will be around and can correct me if I am wrong. S. |
|
|
|
|
|
#42 |
|
Apr 2008
Oslo, Norway
3318 Posts |
Thanks for the reply, Sloth.
![]() This seems to give the same result: Code:
server=PSPtest:100:0:www.psp-project.de:7100 server=PSPtestdc:0:0:www.psp-project.de:7101 BTW: The "workunit not found on server" message seems to be unrelated.
|
|
|
|
|
|
#43 |
|
"Mark"
Apr 2003
Between here and the
11×577 Posts |
To have PRPNet complete a test for PSPTest, set PSPTest to 0:1. This will complete any assigned workunits and return them to the server. The "1" will have it get a workunit from that server only if PSPTestdc is unavailable. PSPTestdc should be 100:x, with x being the number of workunits you want to get from that server.
|
|
|
|
|
|
#44 |
|
Apr 2008
Oslo, Norway
7×31 Posts |
Hi rogue.
I think you misunderstood... I want the prpclient to finish the test it's running and don't get a new one. Kind of like "no new tasks" or what it's called in boinc. |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setting up PRPnet | Mattyp101 | Conjectures 'R Us | 2 | 2011-02-07 13:53 |
| PRPNet 4.0.1 Released | Joe O | Sierpinski/Riesel Base 5 | 1 | 2010-10-22 20:11 |
| PRPNet 3.0.0 Released | rogue | Conjectures 'R Us | 220 | 2010-10-12 20:48 |
| PRPnet | mdettweiler | No Prime Left Behind | 80 | 2010-02-09 21:31 |
| PRPNet released! | rogue | Conjectures 'R Us | 250 | 2009-12-27 21:29 |