![]() |
|
|
#133 |
|
Bemusing Prompter
"Danny"
Dec 2002
California
2×5×239 Posts |
|
|
|
|
|
|
#134 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
123638 Posts |
Quote:
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. |
|
|
|
|
|
|
#135 | |
|
P90 years forever!
Aug 2002
Yeehaw, FL
1D6616 Posts |
Quote:
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. |
|
|
|
|
|
|
#136 |
|
Sep 2010
So Cal
2·52 Posts |
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.
![]()
|
|
|
|
|
|
#137 |
|
Sep 2017
USA
3248 Posts |
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 |
|
|
|
|
|
#138 |
|
Sep 2003
50318 Posts |
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", ... }
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 |
|
|
|
|
|
#139 | |
|
"Robert Gerbicz"
Oct 2005
Hungary
22×7×53 Posts |
Quote:
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 > |
|
|
|
|
|
|
#140 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
14F316 Posts |
|
|
|
|
|
|
#141 | |
|
Jun 2003
505110 Posts |
Quote:
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 |
|
|
|
|
|
|
#142 |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
31·173 Posts |
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 |
|
|
|
|
|
#143 |
|
Serpentine Vermin Jar
Jul 2014
7×11×43 Posts |
|
|
|
|
![]() |
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 |