mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Software

Reply
 
Thread Tools
Old 2011-06-27, 13:34   #78
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24·397 Posts
Default PRPNet 4.3.5 released

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.
rogue is offline   Reply With Quote
Old 2011-07-27, 21:37   #79
MyDogBuster
 
MyDogBuster's Avatar
 
May 2008
Wilmington, DE

22×23×31 Posts
Default

Quote:
I believe that the css needs to be accessible via a link, i.e. http, not as a file.
Link what? What does the line look like in the config file, or is the change in the css file?

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
MyDogBuster is offline   Reply With Quote
Old 2011-07-27, 22:31   #80
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24·397 Posts
Default

Quote:
Originally Posted by MyDogBuster View Post
Link what? What does the line look like in the config file, or is the change in the css file?

I'm just now updating some servers to where the css was introduced.
You should specify an http address for the css, not a file, i.e.,

http://localhost:7100/prpnet.css

instead of

prpnet.css
rogue is offline   Reply With Quote
Old 2011-07-27, 22:33   #81
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

10AB16 Posts
Default

Quote:
Originally Posted by rogue View Post
You should specify an http address for the css, not a file, i.e.,

http://localhost:7100/prpnet.css

instead of

prpnet.css
Also note that PRPnet won't serve up the .css file, so you need to use a port that points to a web server that has the file.
Mini-Geek is offline   Reply With Quote
Old 2011-10-09, 14:33   #82
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17×251 Posts
Default

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;
The "+ 1.0" should not be there. Without it, you are correctly calculating the log 10 value of the number as a double. When converting the double into an integer, you should take floor(lengthAsDouble)+1 instead of rounding the double to the nearest integer.
I've attached patched files, (both the new files and diff -u generated files) hopefully I fixed it correctly and you can use them.
Attached Files
File Type: zip patches.zip (6.5 KB, 86 views)
Mini-Geek is offline   Reply With Quote
Old 2011-11-16, 20:12   #83
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24·397 Posts
Default PRPNet 4.3.6 released

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.
rogue is offline   Reply With Quote
Old 2011-11-16, 20:44   #84
amphoria
 
amphoria's Avatar
 
"Dave"
Sep 2005
UK

AD816 Posts
Default

You don't appear to have included a compiled executable for the server.
amphoria is offline   Reply With Quote
Old 2011-11-16, 21:20   #85
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24·397 Posts
Default

Quote:
Originally Posted by amphoria View Post
You don't appear to have included a compiled executable for the server.
Oops. It is now posted with the executable.
rogue is offline   Reply With Quote
Reply



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

All times are UTC. The time now is 10:22.


Tue Jul 27 10:22:12 UTC 2021 up 4 days, 4:51, 0 users, load averages: 2.00, 1.87, 1.90

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.