![]() |
|
|
#298 | ||
|
"Robert Gerbicz"
Oct 2005
Hungary
2·743 Posts |
Quote:
Quote:
And after that you reached the (N*{1,known_factors}+const)/{1,2} in exponent then with few more iterations you can reach k*b^n+c (or precisly k*b^n+c-1 if you want a Fermat residue). Note that for Mersenne: a^(mp-1) mod mp is the same as type 1 with forcing d=1 (even when we know some factors of 2^p-1). This is still not foolproof if you are using different base at PRP, but good when you are using different type value(s). Yes, that is also good. Last fiddled with by R. Gerbicz on 2019-02-07 at 11:51 Reason: correction |
||
|
|
|
|
|
#299 | |
|
P90 years forever!
Aug 2002
Yeehaw, FL
2·3,767 Posts |
Quote:
Code:
4 = 64-bit residue of a^((N+1)/2), only available if b=2 |
|
|
|
|
|
|
#300 | |
|
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest
2·32·7·43 Posts |
Quote:
"But who guards against the guards?" (some ancient Roman if I recall correctly) Analysis of optimum reliability testing (NASA; testing cycles on hardware use up a portion of the service life, improving detection of early problems but bringing eventual failure closer. Eventually additional testing cycles reduce future reliability. Astronauts want them to stop testing before that.) "The leading cause of forest fires is trees." (Pat Paulsen, on LaughIn) Thanks for your continuing efforts to make it faster and reliable. (Seems sorta Sisyphean.) |
|
|
|
|
|
|
#301 |
|
Aug 2013
3×29 Posts |
Update: on one machine I’ve lowered the AVX512 clock speed using the “AVX3 offset” in the BIOS, and have yet to get a stable AIDA64 result. Even at 3.8Ghz, which is 300Mhz lower than the 4.1Ghx I was originally at. So now I’ve upped the voltage 1.1 (and made it “override” instead of “adaptive”) and lowered the multiplier to 37 (ie the GHz to 3.7). Amazed I STILL can’t get a stable AVX512 setting but non AVX @ 4.1Ghz is no problem. Maybe there’s a setting I’m missing.
On the machine that previously gave bad PRP doublechecks (though I think all four machines have that capability) I’ve edited prime.txt to add InterimFiles=1000000 and GerbiczVerbosity=3. Otherwise everything is the exact same and I have little doubt the error will repeat itself. Currently testing 78410041. I will keep the machine on and hopefully the screen gives some helpful info. George, I will send you the file soon. Thanks. Simon |
|
|
|
|
|
#302 | |
|
Sep 2003
5×11×47 Posts |
Quote:
In that case, assuming your PRP test of 78410041 mismatches with the first test, then a triple check could also be run with InterimResidues and the point of divergence could be identified. |
|
|
|
|
|
|
#303 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
100110001001112 Posts |
Quote:
My advice: Keep a log-book where you write down everything you change. Label all your kit with an identification number, right down to individual RAM modules. Lastly, where possible, try to change only one thing at a time (including firmware/software settings). And, give it time... Problems often don't manifest as quickly as one might like.... |
|
|
|
|
|
|
#304 | |
|
Sep 2016
2×167 Posts |
Quote:
There are some AVX512 instructions that aren't affected by the AVX512 offset. They will run at the AVX speed instead. These are called "light AVX512" instructions. (#4 on my earlier post) |
|
|
|
|
|
|
#305 | |
|
Aug 2013
3·29 Posts |
Quote:
Last fiddled with by simon389 on 2019-02-07 at 18:12 |
|
|
|
|
|
|
#306 | |
|
Sep 2016
2×167 Posts |
Quote:
Ok, that makes things a lot more complicated... as it likely throws out the CPU AVX512-instability hypothesis. I have seen one case on my own hardware where a memory instability would only be exposed with an AVX workload. But as I've only seen it on one piece of hardware (albeit many times - enough for me to track it down), I can't say much more about it. How memory-intensive is the AIDA64 AVX512 workload? How memory-intensive is PRP (I'm guessing just as intensive as LL)? Have you tried other AVX512 workloads? If so, are there any that are stable? Last fiddled with by Mysticial on 2019-02-07 at 18:23 |
|
|
|
|
|
|
#307 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
9,767 Posts |
Quote:
Exact same MB model and/or manufacturer? CPU model? RAM? You seem to be in a bit of an unique situation in that you have spent a reasonable amount of coin on multiple machines, but don't have stability on many (all?) of them. Figuring out why is valuable; both to you, and others. |
|
|
|
|
|
|
#308 | |
|
Sep 2016
2·167 Posts |
Quote:
I guess the obvious questions/clarifications are:
|
|
|
|
|