![]() |
|
|
#78 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
The changes are:
1) Fix a bug in the client where it would delete the genefer checkpoint file, thus causing a test to be started from the beginning after a shutting down the client. 2) Fix a bug in the client where it would report to the server that GFN testing had been completed, even though it wasn't. (This hasn't been tested.) 3) Fixed a bug with work selection that would prevent the server from returning work if it exhausted its cursor of 100 records before finding an appropriate workunit to send. 4) Added onekperclient option. This is used with Sierpinski/Riesel server to ensure that each k goes to one and only one client at a time. This should be used when there are many more k values to be tested than clients. You can find the new release here. |
|
|
|
|
|
#79 | |
|
May 2008
Wilmington, DE
22×23×31 Posts |
Quote:
I'm just now updating some servers to where the css was introduced. Last fiddled with by MyDogBuster on 2011-07-27 at 21:38 |
|
|
|
|
|
|
#80 | |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
Quote:
http://localhost:7100/prpnet.css instead of prpnet.css |
|
|
|
|
|
|
#81 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
10AB16 Posts |
Quote:
|
|
|
|
|
|
|
#82 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
PRPnet 4.3.5 has a bug in calculating decimal lengths. E.g. 84510*166^19390+1 has 43053 digits, and PRPnet reports 43054 digits. I took a look at the code, in LengthCalculator.cpp line 115: (similar in lines 100 and 105)
Code:
return log10(doubleB) * doubleN + log10(doubleK) + 1.0; I've attached patched files, (both the new files and diff -u generated files) hopefully I fixed it correctly and you can use them.
|
|
|
|
|
|
#83 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
The changes are:
1) Fix bug where client is unable to extract PRP test time when using genefer. 2) Add links to other web pages for the project to top of every page. 3) For HTML generation, evaluate if GFN divisibility checks can be done and make user_gfns.html available only if true. 4) For HTML generation, make team HTML pages available only if there are any teams are running against the server. This is re-evaluated every 10 minutes. 5) Added estimate for the number of days left of work in the server. This works best if all workunits require similar test times. You can find the new release here. |
|
|
|
|
|
#84 |
|
"Dave"
Sep 2005
UK
AD816 Posts |
You don't appear to have included a compiled executable for the server.
|
|
|
|
|
|
#85 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
|
|
|
|
![]() |
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.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 |