![]() |
|
|
#34 |
|
"Mark"
Apr 2003
Between here and the
11·577 Posts |
I don't fully understand. In which directory(is) is the client and the ini file for the client? What is your current directory when you start the client, main or core1/2/3/4?
|
|
|
|
|
|
#35 |
|
Sep 2011
Germany
54348 Posts |
I have f:/maindir with 4 sub dirs for all 4 cores, every single client start in sub dir 1, 2, 3, 4
|
|
|
|
|
|
#36 |
|
"Mark"
Apr 2003
Between here and the
11·577 Posts |
You probably have the same clientid specified in the prpclient.ini file for each client. On Windows the code uses that id to create a lock to prevent other clients with the same id from running at the same time.
|
|
|
|
|
|
#37 |
|
Sep 2006
101110112 Posts |
Ehh.. I am doing it the same way.
All my clients on the same machine use the same clientid, so that doublechecks at the server works: // doublechecker= indicates who can double-check the number // 1 - a different person and client machine than the first (default) // 2 - a different person than the first tester // 3 - a different client machine than the first client machine // 4 - anybody doublechecker=3 or how is "different client machine" identified, when not using the clientid? |
|
|
|
|
|
#38 | |
|
"Mark"
Apr 2003
Between here and the
11·577 Posts |
Quote:
You should be safe using option 3 and changing the client id. It is extremely unlikely for two failed tests to return the same incorrect residue, barring a bug in gwnum. Last fiddled with by rogue on 2012-10-21 at 22:52 |
|
|
|
|
|
|
#39 |
|
Sep 2011
Germany
1011000111002 Posts |
Correct, can you change that? If I change the clientid in any of the directory and run the master.ini update all is back again. clientid check is the wrong way. dir/subdir check if one client is running should be fine.
|
|
|
|
|
|
#40 |
|
"Mark"
Apr 2003
Between here and the
11·577 Posts |
I know. Windows uses different code than *nix. It isn't quite as easy as one would think. I have an idea, so we'll see what I come up with.
|
|
|
|
|
|
#41 |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
23·3·5·72 Posts |
How does the server work out what to put in the smallest prime field? When it finds a prime does it update the field with that value? If so does it check whether there is a smaller prime there already?
|
|
|
|
|
|
#42 |
|
"Mark"
Apr 2003
Between here and the
143138 Posts |
For Sierpinski/Riesel servers, I believe that it puts the first prime found for the k/b/c into the CandidateGroupStats table (what you see on server_stats.html). If a smaller one happens to be found, I believe that it does not update that table.
|
|
|
|
|
|
#43 | |
|
Just call me Henry
"David"
Sep 2007
Cambridge (GMT/BST)
23×3×5×72 Posts |
Quote:
It seems like whatever it is checks from the larger tests down(assuming no replacement if smaller found). Would it be possible to switch the order? |
|
|
|
|
|
|
#44 | |
|
"Mark"
Apr 2003
Between here and the
11×577 Posts |
Quote:
When server stats are recomputed every 20 minutes (or however you have the server configured), it selects the min(CandidateName) with a prime for that k,b,c. Obviously that code is wrong as it should choose from the candidate with the smallest decimal length. |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PSP goes prpnet | ltd | Prime Sierpinski Project | 86 | 2012-06-06 02:30 |
| PRPNet 4.0.0 Released | rogue | Software | 84 | 2011-11-16 21:20 |
| 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 released! | rogue | Conjectures 'R Us | 250 | 2009-12-27 21:29 |