sp00n
sp00n
According to the log the affinity was at least set correctly to decimal 64 = logical CPU 6 = physical core 3. Does this still happen? You can also check...
Prime95 begins to randomize the order and repeat already tested FFT sizes, but I have only observed this after a full cycle has been completed. I have to use a...
I can't remember anymore where I took the current values for AVX512 from. I've adjusted the FFT sizes to those found in your run on the 9950X3D, and I just...
It looks like the two threads have gone too far out of sync here. The script currently looks up to 6 lines upwards to find a matching FFT size "pair"...
Do the log files say anything about this?
Hm. I haven't had any feedback for laptop CPUs yet, so there might be some additional interactions which I'm not aware of 🤷
Like this? (Shortened to 8 cores for brevity) ``` Iteration 1 - CoreTestOrderArray: 0, 1, 0, 2, 0, 3, 0, 4, 0, 5, 0, 6, 0, 7 Iteration 2 -...
Adding a new coreTestOrder preset is not that complicated, adding a pair of cores to the recovery mode however is more so. So I could e.g. create a new `Systematic`...
With the new alpha4 you can use `CorePairs` for the `coreTestOrder` setting, which will generate this testing order. It doesn't support resuming a pair after a system crash though, it...
I noticed this too, it seems to be a side effect of the functionality I added that disables the QuickEdit Mode in the terminal window. I'm willing to live with...