mersenneforum.org  

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

Reply
 
Thread Tools
Old 2009-01-04, 23:51   #78
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

11000011010012 Posts
Default

Quote:
Originally Posted by rogue View Post
I've just released 1.0.4. You can d/l from here. It contains Windows binaries for the client and server, which is why I did not attach them here.

Here is a list of changes:
  • Increase size of buffer for candidate names as 20 characters was not long enough.
  • If there is only one workunit and it is inprogress, then do no communicate with the server.
  • Write LLR primes to llr.prime and PRPs to llr.prp.
  • Fixed a bug introduced with the Windows build that causes the server to not calculate the decimal length correctly.

I hope to lay low for a little while to work on 1.1.0. I'll fix any critical bugs, but nothing minor.
Thanks! I'll get the CRUS PRPnet server updated to 1.0.4 shortly.

BTW--any "sneak peeks" as to what's going to be new in 1.1.0?

Edit: Oh, and for anyone who's interested, here's some updated Linux binaries for v1.0.4.
Attached Files
File Type: bz2 prpnet_1.0.4_linux.tar.bz2 (68.9 KB, 101 views)

Last fiddled with by mdettweiler on 2009-01-04 at 23:55
mdettweiler is offline   Reply With Quote
Old 2009-01-04, 23:56   #79
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24×397 Posts
Default

Quote:
Originally Posted by mdettweiler View Post
Thanks! I'll get the CRUS PRPnet server updated to 1.0.4 shortly.

BTW--any "sneak peeks" as to what's going to be new in 1.1.0?
I also added some new PRPNet servers to the prpnet_servers.txt file. These are servers for PrimeGrid projects.

One item on my list to produce some stats that can be retrieved from the server by a browser. I welcome any input on that. I haven't finalized anything else yet.
rogue is offline   Reply With Quote
Old 2009-01-05, 00:16   #80
mdettweiler
A Sunny Moo
 
mdettweiler's Avatar
 
Aug 2007
USA (GMT-5)

186916 Posts
Default

Okay, I've upgraded the G3000 PRPnet server to v1.0.4, and can confirm that it is indeed handing out candidates from lowest to highest.

To all: this means that for the next few hours, the server will be handing out Riesel base 3 work instead of the larger Sierp. base 6 work that it's been doing for the last few days. This last remaining bit of Riesel base 3 work should be finished within a few hours, at which point it will recommence handing out Sierpinski base 6 candidates, ordered from lowest to highest in terms of decimal length.
mdettweiler is offline   Reply With Quote
Old 2009-01-05, 02:50   #81
frmky
 
frmky's Avatar
 
Jul 2003
So Cal

40778 Posts
Default

Quote:
Originally Posted by rogue View Post
I've just released 1.0.4. You can d/l from here. It contains Windows binaries for the client and server, which is why I did not attach them here.
I don't see Windows binaries in the package. I don't have MSVC installed on this computer. Can you post Windows binaries?

Thanks!
frmky is offline   Reply With Quote
Old 2009-01-05, 03:13   #82
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

18D016 Posts
Default

Quote:
Originally Posted by frmky View Post
I don't see Windows binaries in the package. I don't have MSVC installed on this computer. Can you post Windows binaries?

Thanks!
My bad. Try again.

BTW, you can d/l Visual Studio 2008 Express Edition and build Windows binaries with it. It does not require a license for building PRPNet as there are no visual components in it.
rogue is offline   Reply With Quote
Old 2009-01-05, 03:26   #83
frmky
 
frmky's Avatar
 
Jul 2003
So Cal

2,111 Posts
Default

I actually have the full VS 2008 at work with a home use license. I just haven't brought it home. :-)

I have placed prpclient.exe and cllr.exe in the folder. Again because of the no compiler on this computer issue, I don't have phrot.exe so I've left that blank in the ini. When I run the client pointing at any of the servers, I get

INFO: No available candidates are left on this server.

Is that normal? Are none of the servers handing out base-2 work?
frmky is offline   Reply With Quote
Old 2009-01-05, 03:43   #84
Lennart
 
Lennart's Avatar
 
"Lennart"
Jun 2007

25×5×7 Posts
Default

Quote:
Originally Posted by frmky View Post
I actually have the full VS 2008 at work with a home use license. I just haven't brought it home. :-)

I have placed prpclient.exe and cllr.exe in the folder. Again because of the no compiler on this computer issue, I don't have phrot.exe so I've left that blank in the ini. When I run the client pointing at any of the servers, I get

INFO: No available candidates are left on this server.

Is that normal? Are none of the servers handing out base-2 work?
You can try on pgllr.mine.nu port7171

And check this "maxworkunits=5" so it not says 0

/Lennart
Lennart is offline   Reply With Quote
Old 2009-01-05, 04:12   #85
frmky
 
frmky's Avatar
 
Jul 2003
So Cal

2,111 Posts
Default

Quote:
Originally Posted by Lennart View Post
And check this "maxworkunits=5" so it not says 0
That was the problem! I had not changed maxworkunits from the default of 0.
frmky is offline   Reply With Quote
Old 2009-01-05, 13:05   #86
em99010pepe
 
em99010pepe's Avatar
 
Sep 2004

283010 Posts
Default

What about a SieveNet server/client?
em99010pepe is offline   Reply With Quote
Old 2009-01-05, 13:14   #87
henryzz
Just call me Henry
 
henryzz's Avatar
 
"David"
Sep 2007
Cambridge (GMT/BST)

10110111110012 Posts
Default

Quote:
Originally Posted by em99010pepe View Post
What about a SieveNet server/client?
i have though for quite a while that a sieving client would be helpful
henryzz is offline   Reply With Quote
Old 2009-01-05, 13:24   #88
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24·397 Posts
Default

Quote:
Originally Posted by frmky View Post
I actually have the full VS 2008 at work with a home use license. I just haven't brought it home. :-)

I have placed prpclient.exe and cllr.exe in the folder. Again because of the no compiler on this computer issue, I don't have phrot.exe so I've left that blank in the ini. When I run the client pointing at any of the servers, I get

INFO: No available candidates are left on this server.

Is that normal? Are none of the servers handing out base-2 work?
d/l the phrot zip file. There is a CygWin build, which I think only requires the cygwin1.dll, which is readily available.

Quote:
Originally Posted by em99010pepe View Post
What about a SieveNet server/client?
I'll leave that to someone else to write...

Last fiddled with by rogue on 2009-01-05 at 13:25
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.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

All times are UTC. The time now is 09:40.


Tue Jul 27 09:40:55 UTC 2021 up 4 days, 4:09, 0 users, load averages: 1.78, 1.91, 1.86

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.