![]() |
|
|
#23 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Rogue,
I just encountered a very strange error when testing a PRPnet server on localhost loaded with known-prime base 2 Riesel numbers (k*2^n-1). The client grabbed the work, and did the test with LLR as it should (screen output below): Code:
[2008-12-30 18:48:22 GMT] PRPNET Client application v1.0.0 started [2008-12-30 18:48:22 GMT] User email address is bugmesticky@googlemail.com Starting Lucas Lehmer Riesel prime test of 745*2^260463-1 Using Irrational Base DWT : Mersenne fftlen = 14336, Used fftlen = 16384 V1 = 4 ; Computing U0...done. 745*2^260463-1, iteration : 10000 / 260463 [3.83%]. snipped all the iteration counts in here 745*2^260463-1 is prime! Time : 77.617 sec. [2008-12-30 18:49:40 GMT] a: Could not find RES64 residue [lresults.txt]. Is llr broken? Code:
ABC $a*$b^$c-1 745 2 However, when I run the exact same copy of LLR manually on the work_a.in file that PRPnet has left in the client directory, everything looks normal. lresults.txt is present: Code:
745*2^260463-1 is prime! Time : 80.790 sec. Code:
ABC $a*$b^$c-1 745 2 Max
|
|
|
|
|
|
#24 | |
|
Mar 2007
Austria
2·151 Posts |
Quote:
As for the results: They're pretty hard to convert . Maybe I'll learn Perl and write the script, but probably somebody else will faster than me.BTW,there have no primes been found so far? And another thing: Can you please increase maxCacheSize to ~1500 per client(not per mailaddress)? My quad isn't connected to the net overnight and can crunch about 1000 WUs per core in twelve hours. Thanks! nugget Last fiddled with by nuggetprime on 2008-12-30 at 19:01 |
|
|
|
|
|
|
#25 |
|
Mar 2007
Austria
1001011102 Posts |
|
|
|
|
|
|
#26 | ||
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Quote:
As for the maxCacheSize value: okay, will do.
Last fiddled with by mdettweiler on 2008-12-30 at 19:03 |
||
|
|
|
|
|
#27 |
|
Sep 2004
2·5·283 Posts |
The IP from the clients should be hidden.
|
|
|
|
|
|
#28 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
You mean in the results file I just posted for Nugget? Hmm...I see what you mean. (I guess I didn't think of that since moderators can see the IP addresses on everyone's forum posts anyway.
) Nugget, if you're done with the results file I posted a few posts back, I'll go ahead and take it offline.
|
|
|
|
|
|
#29 |
|
Mar 2007
Austria
2×151 Posts |
I downloaded it,you can take it offline.
Can you also tell me how a candidate file for the server should look like? Last fiddled with by nuggetprime on 2008-12-30 at 19:14 |
|
|
|
|
|
#30 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Done.
![]() Quote:
Now for why you don't want to do this in the directory of an already-in-use server. That's because when it outputs its new candidates file, rather than appending to any existing ones, it *overwrites* them. So, what I usually do is as follows when I want to add work to a server: -Generate the candidates file to be added in a separate, "spare" server directory -Stop the real server -Concatenate the new candidates file onto the end of the real server's prpserver.candidates file -Start the real server This method seems to work pretty well, from what I can tell. |
|
|
|
|
|
|
#31 |
|
Mar 2007
Austria
2·151 Posts |
Got a problem: If i setup a local server,i have a problem: The client doesn't get any candidate but reports:INFO:
Code:
No available candidates are left on this server. Code:
Could not connect to any servers and no work is pending nugget |
|
|
|
|
|
#32 |
|
Mar 2007
Austria
2·151 Posts |
It's now working. I had to put in more candidates.
|
|
|
|
|
|
#33 |
|
Mar 2007
Austria
2·151 Posts |
The "Res64 not found" error also happened to me,also with composite candidates.
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PRPNet 5.4.3 Released | rogue | Software | 178 | 2021-06-24 11:56 |
| 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 |