![]() |
![]() |
#265 | |
"Ben"
Feb 2007
361710 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#266 |
"James Heinrich"
May 2004
ex-Northern Ontario
22×929 Posts |
![]()
Would it make any sense for YAFU itself to have an option to auto-delete siqs.dat at the point where it's no longer required? Defaulted off of course, but perhaps easier (or at least more reliable) than depending on external programs to monitor and delete when it's (hopefully) no longer needed (or via manual cleanup).
|
![]() |
![]() |
![]() |
#267 | |
"Ben"
Feb 2007
1110001000012 Posts |
![]() Quote:
![]() There is also the existing "inmem" option. As the name suggests, siqs does all work in RAM and never writes to siqs.dat. Of course if something goes wrong or you want to abort then you have to start over. But for most jobs that's seconds to a few minutes or so. And in EdH's case it would probably solve the looping problem because if no factors are found, the next time around an entirely new matrix will be built. usage: -inmem 70 Where 70 (for example) means that all 70 digit inputs or smaller are processed without saving to file. Last fiddled with by bsquared on 2021-09-21 at 20:29 |
|
![]() |
![]() |
![]() |
#268 | |
"James Heinrich"
May 2004
ex-Northern Ontario
22·929 Posts |
![]() Quote:
It will go nicely with the extension to -pretest feature I requested. ![]() |
|
![]() |
![]() |
![]() |
#269 | |
"Ed Hall"
Dec 2009
Adirondack Mtns
33·167 Posts |
![]() Quote:
Thanks! |
|
![]() |
![]() |
![]() |
#270 | |
"Ed Hall"
Dec 2009
Adirondack Mtns
33·167 Posts |
![]() Quote:
Code:
#!/bin/bash comp=11539488294330117240202826559598428302679556688248012471560145814831982545559910259149337 count=0 while [ ! -e stopTest ] do rm siqs.dat 2>/dev/null rm factor.log 2>/dev/null rm session.log 2>/dev/null rm loopTest.log 2>/dev/null let count=${count}+1 dt=$(date) echo "Run ${count} started at ${dt:16:11}" echo "siqs(${comp})" | ./yafu >>loopTest.log done |
|
![]() |
![]() |
![]() |
#271 |
"Ed Hall"
Dec 2009
Adirondack Mtns
33×167 Posts |
![]()
For ease of updates, etc., I would like to have a single yafu.ini that will work on all my machines (maybe excluding the AMDs). I currently have that for everything but the tune_info. It appears that I can add all the machines' tune_info into a single yafu.ini and the appropriate line will be used for each machine.
Is there a limit to how many tune_info lines I should use? I have several of a particular i7 and they vary in RAM (or other specs). Should I choose the lower or higher set of values, or are they close enough (if even different) that I would notice no difference? Thanks for all. |
![]() |
![]() |
![]() |
#272 | |
"Ben"
Feb 2007
3,617 Posts |
![]() Quote:
cpu-string, os-string, siqs-mult, siqs-exp, nfs-mult, nfs-exp, siqs-gnfs-xover, freq If the line's cpu-string and os-string match the current cpu/os then the rest of the line is parsed and applied, RAM and other system configuration will not enter into it. Really only the siqs-gnfs-xover number is used, the rest is just informational (but parsing expects them to be there - it is not robust to missing info). The mult/exp numbers are constants in an exponential trendline fit to the data measured during tune. The freq is unused, I think tune just assigns it the value '42' for now. Because, reasons. Last fiddled with by bsquared on 2021-09-22 at 21:30 |
|
![]() |
![]() |
![]() |
#273 | |
"Ed Hall"
Dec 2009
Adirondack Mtns
10001100111012 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#274 |
"Ben"
Feb 2007
361710 Posts |
![]() |
![]() |
![]() |
![]() |
#275 |
"Ed Hall"
Dec 2009
Adirondack Mtns
33·167 Posts |
![]()
i have should have checked first, but tune_info is superseded by xover:
Code:
fac: using specified qs/gnfs crossover of 100 digits fac: using specified qs/snfs crossover of 75 digits Code:
fac: using tune info for qs/gnfs crossover Thanks. |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
yafu ignoring yafu.ini | chris2be8 | YAFU | 9 | 2022-02-17 17:52 |
Running YAFU via Aliqueit doesn't find yafu.ini | EdH | YAFU | 8 | 2018-03-14 17:22 |
YAFU-1.34 | bsquared | YAFU | 119 | 2015-11-05 16:24 |
Yafu bug. | storflyt32 | YAFU | 2 | 2015-06-29 05:19 |
yafu 1.32 | bsquared | YAFU | 28 | 2012-07-20 16:17 |