mersenneforum.org  

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

Reply
 
Thread Tools
Old 2019-03-31, 19:20   #133
ixfd64
Bemusing Prompter
 
ixfd64's Avatar
 
"Danny"
Dec 2002
California

2×5×239 Posts
Default

Quote:
Originally Posted by Madpoo View Post
As soon as the release is official we'll get those updated.
Ah. For some reason, I was under the impression that 29.7 was the official release.
ixfd64 is offline   Reply With Quote
Old 2019-03-31, 19:41   #134
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

123638 Posts
Default

Quote:
Originally Posted by ixfd64 View Post
Ah. For some reason, I was under the impression that 29.7 was the official release.
It was at one point described as the version that would be the eventual release version. Then it was made available, described in the middle of the post as a "pre-release" (see post 1).

V29.7b1 is the first version I've been able to start a prime95 P-1 run over 595M on my hardware. A 605M exponent is currently projected to take a bit over 10 days (2 core-months) on the i7-8750H that provided so much benchmark-stall-debugging fun earlier.
kriesel is offline   Reply With Quote
Old 2019-04-01, 00:22   #135
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

1D6616 Posts
Default

Quote:
Originally Posted by ixfd64 View Post
Ah. For some reason, I was under the impression that 29.7 was the official release.
I was hopeful, but now there is an LLR problem. Looks like there will be a 29.8.

In case you are curious about changing the (minor) version number vs. the build number -- any time the gwnum code changes I must increase the version number. In this way, when LLR or PFGW bugs are reported I can tie it down to which version of gwnum those programs were linked with. If gwnum does not change, then I can just bump the build number.

Changes to the major version number are reserved for big new features -- like AVX-512 support.
Prime95 is online now   Reply With Quote
Old 2019-04-01, 02:35   #136
Robert_JD
 
Robert_JD's Avatar
 
Sep 2010
So Cal

2·52 Posts
Default

No issues so far with Version 29.7. Currently running on Fedora Linux 29 which is at least 5 per cent faster than Win10. The utilization of AVX-512 really speeds things up on my Intel 7960X 32 core, server.
Robert_JD is offline   Reply With Quote
Old 2019-04-03, 01:17   #137
Runtime Error
 
Sep 2017
USA

3248 Posts
Default Gerbicz error check to the rescue!

The Gerbicz error check found an error while PRPing on an old laptop!

Turns out it had been overheating (surprise, surprise). After cleaning out the fan & applying some new thermal paste, the PRP test is back to "excellent" confidence!

Hooray for the update!

Edit: it found the error in 29.6.7, now running 29.7.1

Last fiddled with by Runtime Error on 2019-04-03 at 01:26 Reason: Added version number
Runtime Error is offline   Reply With Quote
Old 2019-04-06, 18:28   #138
GP2
 
GP2's Avatar
 
Sep 2003

50318 Posts
Default

Code:
PRP=1,3,17,1,99,0,2,1,"4"
Code:
{"status":"P", "k":1, "b":3, "n":17, "c":1, "known-factors":["4"], "worktype":"PRP-2", "fft-length":32, "error-code":"00000000", "security-code":"00220022", "program":{"name":"Prime95", "version":"29.7", "build":1, "port":8}, "timestamp":"2019-04-06 05:11:51", ... }
But... (3^17+1)/4 = 103 · 307 · 1021


Edit:

Hmmm... a simple GMP program also gives the residue 0000000000000001 which indicates a PRP. However, with PRP-5 rather than PRP-2, the residue is 00000000014F5FBC.

So it's a case of PRP-2 != P and needing to check bases other than 2. Not an mprime bug.

Last fiddled with by GP2 on 2019-04-06 at 18:35
GP2 is offline   Reply With Quote
Old 2019-04-06, 18:44   #139
R. Gerbicz
 
R. Gerbicz's Avatar
 
"Robert Gerbicz"
Oct 2005
Hungary

22×7×53 Posts
Default

Quote:
Originally Posted by GP2 View Post
But... (3^17+1)/4 = 103 · 307 · 1021


Edit:

Hmmm... a simple GMP program also gives the residue 0000000000000001 which indicates a PRP.
Yes, Fermat pseudoprime for base=2:
Code:
(20:42) gp > n=(3^17+1)/4
%13 = 32285041
(20:42) gp > Mod(2,n)^n
%14 = Mod(2, 32285041)
(20:42) gp >
R. Gerbicz is offline   Reply With Quote
Old 2019-04-06, 21:30   #140
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

14F316 Posts
Default

Quote:
Originally Posted by Robert_JD View Post
No issues so far with Version 29.7. Currently running on Fedora Linux 29 which is at least 5 per cent faster than Win10.
Any solid data on how power draw compares between the two OSes?
kriesel is offline   Reply With Quote
Old 2019-04-07, 02:00   #141
axn
 
axn's Avatar
 
Jun 2003

505110 Posts
Default

Quote:
Originally Posted by GP2 View Post
So it's a case of PRP-2 != P and needing to check bases other than 2. Not an mprime bug.
Default base used for PRP is 3. And the number in question is a base-3 number. Ergo, false positives...

Don't use the same base as the number itself. i.e. while testing (b^n+/-1)/f, use a PRP-base other than b.

EDIT:- Oh, I see that you did the original test with base-2! Interesting...

Last fiddled with by axn on 2019-04-07 at 02:01
axn is offline   Reply With Quote
Old 2019-04-18, 13:46   #142
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

31·173 Posts
Default 29.8b2

Hmm, v29.8b2 made it into the bug fix list in post two, April 11, but not yet into the download links in post 1.

Last fiddled with by kriesel on 2019-04-18 at 13:46
kriesel is offline   Reply With Quote
Old 2019-04-20, 05:41   #143
Madpoo
Serpentine Vermin Jar
 
Madpoo's Avatar
 
Jul 2014

7×11×43 Posts
Default

Quote:
Originally Posted by kriesel View Post
Hmm, v29.8b2 made it into the bug fix list in post two, April 11, but not yet into the download links in post 1.
I wonder if build 2 is still a work in progress.
Madpoo is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Prime95 version 29.2 Prime95 Software 71 2017-09-16 16:55
Prime95 version 29.1 Prime95 Software 95 2017-08-22 22:46
Prime95 version 26.5 Prime95 Software 175 2011-04-04 22:35
Prime95 version 25.9 Prime95 Software 143 2010-01-05 22:53
Prime95 version 25.8 Prime95 Software 159 2009-09-21 16:30

All times are UTC. The time now is 20:16.


Fri Jul 16 20:16:15 UTC 2021 up 49 days, 18:03, 1 user, load averages: 2.24, 2.17, 2.20

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.