![]() |
|
|
#56 |
|
"Sam Laur"
Dec 2018
Turku, Finland
2×3×53 Posts |
The attachment seems to be a source code package though, not a precompiled binary...
|
|
|
|
|
|
#57 |
|
∂2ω=0
Sep 2002
República de California
103×113 Posts |
My mistake - the previous attachment is indeed the source tarball from which I built the advanced-look v19 binary I mentioned - here is the latter (SIMD binary only) together with the resulting cfg-file running 4-threaded on the a73 core of my N2 (-cpu 2:5), and a copy the primenet.py script, i.e. all the files needed for someone to get up and running on a fresh device with similar CPU. md5sum = 7b5850114211d68234c391ff1a3d62eb:
|
|
|
|
|
|
#58 | |
|
Sep 2002
Database er0rr
3,739 Posts |
Quote:
Last fiddled with by paulunderwood on 2019-06-09 at 18:57 |
|
|
|
|
|
|
#59 |
|
∂2ω=0
Sep 2002
República de California
103·113 Posts |
Yep! And if you 'fg' your current v18 job and ctrl-c it, it should write a checkpoint file for the current iteration, i.e. you won't lose any work due to a partially-completed checkpoint interval. That signal-handling code is still not fully reliable across all Linux platforms, but I haven't encountered any issues with it on my various ARM devices, including the N2.
Last fiddled with by ewmayer on 2019-06-09 at 19:05 |
|
|
|
|
|
#60 | |
|
Sep 2002
Database er0rr
3,739 Posts |
Quote:
Oops. It was running in the background and I forgot to do "fg"
Last fiddled with by paulunderwood on 2019-06-09 at 19:22 |
|
|
|
|
|
|
#61 |
|
∂2ω=0
Sep 2002
República de California
103·113 Posts |
Paul, did you notice any change in timing/ROE-levels after switching your current LL test to the v19 build?
|
|
|
|
|
|
#62 | |
|
Sep 2002
Database er0rr
373910 Posts |
Quote:
|
|
|
|
|
|
|
#63 |
|
∂2ω=0
Sep 2002
República de California
103×113 Posts |
Cool - 3% speedup translates to 3 days sooner. Though note this is within the level of one-run-to-the-next timing variability, which in my experience can be as much as 5%. But 3% is roughly what I saw on average when I switched all my Galaxy S7s to v19 a few weeks ago.
Yah, this kind of ARM micro-PC hardware is not for the results-greedy, in my case it helps to have a whole mess of such devices (Odroid C2 and N2, 12 cellphones, plus my Intel 2-core Broadwell NUC running Mlucas avx2 build) patiently and quietly working away. |
|
|
|
|
|
#64 | |
|
Sep 2002
Database er0rr
373910 Posts |
Quote:
Code:
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds
|
|
|
|
|
|
|
#65 |
|
Sep 2002
Database er0rr
373910 Posts |
The good news is that when the N2 is idle the iteration time is ~102.5 ms per iteration.
A little disconcerting is that I occasionally get a crash of the open tab in FireFox-esr and when this happens the Max ROE jumps to 0.125. Is this a software phenomenon or hardware related? Last fiddled with by paulunderwood on 2019-06-18 at 16:36 |
|
|
|
|
|
#66 | |
|
∂2ω=0
Sep 2002
República de California
103·113 Posts |
Quote:
After successfully completing a pair of DCs, the first-set-up of my S7 compute-o-phones has been crunching away on an exponent ~87M for several weeks. As I noted previously the quad-core Snapdragon CPU in the S7 is roughly equal to the 4xa73 portion of the N2. This exponent is sufficiently close to the upper limit for 4608K FFT that on a half-dozen occasions it's hit ROE = 0.4375, causing it to restart from the most-recent savefile and resume @5120K, with a resulting 10-15% performance hit, from 95-100ms/iter @4608K to 112-117ms/iter @5120K. Whenever I see such a jump has occurred, I kill the run and force resumption @4608K via "nohup nice ./Mlucas -cpu 0:3 -fftlen 4608 &", but this points out another desirable feature-add for the next release ... each run gathers running statistics about such FFT-length-increasing ROEs, and if their frequency is sufficiently low, the program should simply re-do the iteration interval of the ROE >= 0.4375 occurrence (assuming same is repeatable-on-retry-at-same-length, which check is already done first) at the next-larger FFT length and then drop back down to the original default length. |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mprime on Odroid 64bit | ET_ | Software | 2 | 2017-02-24 15:42 |
| GPU72 plans post-announcement | garo | GPU to 72 | 25 | 2013-03-04 10:11 |
| The Prime Announcement Thread | axn | Sierpinski/Riesel Base 5 | 61 | 2008-12-08 16:28 |
| Subscribing to announcement thread | fetofs | GMP-ECM | 1 | 2006-05-30 04:32 |
| Fourth known factor of M(M31) (preliminary announcement) | ewmayer | Operazione Doppi Mersennes | 22 | 2005-07-06 00:33 |