![]() |
|
|
#155 | |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
Quote:
I did find a couple of bugs that could be related to that problem. I'll fix them in 3.2.3. |
|
|
|
|
|
|
#156 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
426710 Posts |
Unless I'm mistaken, the formula for calculating decimal lengths currently rounds the result instead of taking floor(result)+1 like it should. This would be a simple fix that would change the results from "approximately" to exactly (at least for k*b^n+c and GFN types of work; I don't know if the factorials/primorials might still be inexact due to some other thing).
Last fiddled with by Mini-Geek on 2010-03-25 at 12:00 |
|
|
|
|
|
#157 | |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
Quote:
|
|
|
|
|
|
|
#158 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
I have put an alpha for 3.2.3 here:
http://home.roadrunner.com/~mrodenki...pnet_3.2.3.zip I have not gone through any of the heavy duty testing for NPLB, but there are enough other improvements that people have been waiting for. Here is a summary of the changes: All executables:
Server only:
Thanks to help from Lennart and John over at PrimeGrid, this release has (so far) proven to be handle heavy loads on Ubuntu. I'll try to do some more testing as soon as I can. I would like to get this release to beta status. |
|
|
|
|
|
#159 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
Code:
// unhideprimehours= is the number of hours to wait before and primes/PRPs // will be available on the user_primes.html webpage. When set to 0 (the // default), it could take up to 10 minutes before they are shown. unhideprimehours=0 Wouldn't it be just as easy (and fix the known bug of it not showing new primes right away) to not have that field at all, and just calculate the time difference from the DateReported field when you need to decide if it should display? (i.e. when it's generating the page listing primes) Or, instead of that, just make it so when generating the page listing primes, it first runs the UnhidePrimes code to unhide any primes that should no longer be hidden. |
|
|
|
|
|
#160 | |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
Quote:
|
|
|
|
|
|
|
#161 |
|
"Mark"
Apr 2003
Between here and the
143208 Posts |
I have put an alpha for 3.2.4 here:
http://home.roadrunner.com/~mrodenki...pnet_3.2.4.zip There are a lot of changes to this release, but they are relatively minor. Some are bug fixes and others are enhancements that have been requested. Here is a list of changes: Client only:
Server only:
This will probably be the last release that will support the upgrade option from a 2.x PRPNet. I haven't made a final decision on that, but the stability of 3.2.3 show give anyone running an 2.x release good reason to upgrade. --Mark |
|
|
|
|
|
#162 |
|
"Mark"
Apr 2003
Between here and the
635210 Posts |
I have put an alpha for 3.2.5 here:
http://home.roadrunner.com/~mrodenki...pnet_3.2.5.zip I ran into a bug in the client with Sierpinski/Riesel servers. It was getting stuck in a loop after a prime/PRP was found. |
|
|
|
|
|
#163 |
|
May 2008
Wilmington, DE
22×23×31 Posts |
146226*105^18627+1 and 71816*105^21594+1 are both PRP but NOT prime.
Why did PRPNET 2.4.5 server and client remove remaining tests for those k's from the candidates file? CLLR and PFGW BOTH test those expressions out as PRP but not prime. Last fiddled with by MyDogBuster on 2010-04-13 at 23:02 |
|
|
|
|
|
#164 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
Hmm, well, they both are proven prime easily when I run them through my local copy of PFGW (v3.3.3) with -t:Primality testing 146226*105^18627+1 [N-1, Brillhart-Lehmer-Selfridge] Running N-1 test using base 2 Calling Brillhart-Lehmer-Selfridge with factored part 41.81% 146226*105^18627+1 is prime! (46.3561s+0.0640s) Primality testing 71816*105^21594+1 [N-1, Brillhart-Lehmer-Selfridge] Running N-1 test using base 11 Calling Brillhart-Lehmer-Selfridge with factored part 41.81% 71816*105^21594+1 is prime! (70.2824s+0.0035s) |
|
|
|
|
|
|
#165 | |
|
May 2008
Wilmington, DE
22·23·31 Posts |
Quote:
|
|
|
|
|
![]() |
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 |