mersenneforum.org  

Go Back   mersenneforum.org > Prime Search Projects > Conjectures 'R Us

Reply
 
Thread Tools
Old 2010-06-10, 16:18   #188
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24·397 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
The new version looks great so far.
I like the added info to the group stats.
Thanks for the compliment.

I have been taking advantage of the change when sorting by age. I'm referring to the add of decimal length as the tie breaker. I'm using this option to help crunch through lots of the lower Sierpinski/Riesel conjectures. Once the server was up and running, I could look at the stats page to see how many tests are left, then I could reserve more conjecture, run the script, sieve, then load them into the server. With sorting by age, the server would complete the oldest conjectures in the database before starting newer ones.
rogue is offline   Reply With Quote
Old 2010-06-10, 21:04   #189
gd_barnes
 
gd_barnes's Avatar
 
May 2007
Kansas; USA

101000101000112 Posts
Default

Quote:
Originally Posted by rogue View Post
Thanks for the compliment.

I have been taking advantage of the change when sorting by age. I'm referring to the add of decimal length as the tie breaker. I'm using this option to help crunch through lots of the lower Sierpinski/Riesel conjectures. Once the server was up and running, I could look at the stats page to see how many tests are left, then I could reserve more conjecture, run the script, sieve, then load them into the server. With sorting by age, the server would complete the oldest conjectures in the database before starting newer ones.
Necessity is the mother of invention. Nice work!
gd_barnes is online now   Reply With Quote
Old 2010-06-11, 00:20   #190
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24×397 Posts
Default

Quote:
Originally Posted by gd_barnes View Post
Necessity is the mother of invention. Nice work!
Not exactly. I'm taking advantage of the solution to a problem that Max ran into. Typically I would order by decimal length alone, but in this case I didn't want all of the conjectures to finish at approximately the same time.
rogue is offline   Reply With Quote
Old 2010-06-11, 03:08   #191
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3×2,083 Posts
Default

Quote:
Originally Posted by rogue View Post
No. If there were any compatibility issues, I would have stated them.
Cool, thanks. (Just wanted to make sure. ) I'll upgrade my personal server shortly and, assuming I don't run into any problems, the rest of the servers should follow soon after.

Edit: Upgrade complete. So far, so good--I concur with Mini-Geek, I like the improvements to the web pages. And I must say, I do like the splash of yellow on Sierpinski/Riesel mode pages (it may well be present on other modes as well--S/R is the only one I've tried so far). Yellow always was my favorite color.

Last fiddled with by mdettweiler on 2010-06-11 at 03:19
mdettweiler is offline   Reply With Quote
Old 2010-06-11, 12:01   #192
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24×397 Posts
Default

Quote:
Originally Posted by mdettweiler View Post
Cool, thanks. (Just wanted to make sure. ) I'll upgrade my personal server shortly and, assuming I don't run into any problems, the rest of the servers should follow soon after.

Edit: Upgrade complete. So far, so good--I concur with Mini-Geek, I like the improvements to the web pages. And I must say, I do like the splash of yellow on Sierpinski/Riesel mode pages (it may well be present on other modes as well--S/R is the only one I've tried so far). Yellow always was my favorite color.
The colors are needed more on that page because you can easily see the progress visually. I don't see it being quite so beneficial on other server types.
rogue is offline   Reply With Quote
Old 2010-06-25, 21:26   #193
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24·397 Posts
Default PRPNet 3.3.2 Released

Here is a summary of the changes from 3.3.1 to 3.3.2:

Client only:
  • Fixed a crash that can occur when unable to connect to a server
  • Fixed a behavioral issue where the client would shut down when it tries to return completed work when starting up, but is unable to connect to the server. The client will only shut down if some work units have not been completed and the user selects the "report and abort" option.

You can d/l it from here.

Last fiddled with by rogue on 2010-06-25 at 21:26
rogue is offline   Reply With Quote
Old 2010-07-06, 12:37   #194
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24·397 Posts
Default PRPNet 3.3.3 released

The patch I introduced for 3.3.2 for clients unable to connect to servers was done incorrectly. I have redone the patch for 3.3.3.

You can d/l it from here.
rogue is offline   Reply With Quote
Old 2010-07-20, 19:58   #195
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24×397 Posts
Default PRPNet 3.3.4 is released

Here are the changes for 3.3.4:

In all programs I modified the log to use local time instead of GMT.
In the server I fixed a bug with sending e-mail, which hasn't been working since 3.3.0. I also fixed an issue that sometimes leads to empty timestamps in the log.

You can d/l it from here.
rogue is offline   Reply With Quote
Old 2010-07-21, 00:14   #196
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3×2,083 Posts
Default

Quote:
Originally Posted by rogue View Post
Here are the changes for 3.3.4:

In all programs I modified the log to use local time instead of GMT.
Hmm...I tried running prpadmin just now and I got this output right off the bat:

[2010-07-21 00:12:05 GMT] PRPnet Admin application v3.3.4 started.
[2010-07-21 00:12:05 GMT] Configured to connect to 127.0.0.1:7101

Note that when this was run the system time would have been 20:12:05 EDT, so it wasn't just a mislabeling but really was reporting GMT. This was on Windows; I haven't yet tried the new release on Linux.
mdettweiler is offline   Reply With Quote
Old 2010-07-21, 01:40   #197
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

11000110100002 Posts
Default

Quote:
Originally Posted by mdettweiler View Post
Hmm...I tried running prpadmin just now and I got this output right off the bat:

[2010-07-21 00:12:05 GMT] PRPnet Admin application v3.3.4 started.
[2010-07-21 00:12:05 GMT] Configured to connect to 127.0.0.1:7101

Note that when this was run the system time would have been 20:12:05 EDT, so it wasn't just a mislabeling but really was reporting GMT. This was on Windows; I haven't yet tried the new release on Linux.
I'll remove the 'GMT' and re-release.
rogue is offline   Reply With Quote
Old 2010-07-21, 01:45   #198
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

3·2,083 Posts
Default

Quote:
Originally Posted by rogue View Post
I'll remove the 'GMT' and re-release.
How easy would it be to have it substitute "GMT" for the appropriate local timezone abbreviation (for instance, "EDT" in my case)? Removing the text entirely would throw off my parsing scripts; not that it's too hard for me to adjust my scripts to compensate, though including the local timezone information would make it more informative when trying to convert log timestamps across time zones.
mdettweiler 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.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 released! rogue Conjectures 'R Us 250 2009-12-27 21:29

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


Tue Jul 27 10:26:26 UTC 2021 up 4 days, 4:55, 0 users, load averages: 1.81, 1.74, 1.82

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.