![]() |
|
|
#298 |
|
May 2009
Dedham Massachusetts USA
3×281 Posts |
I didn't exactly pull it from thin air, I based it approximately on the work that those who know more than me chose as the right value for the c150 for 4788 (though I did round off to an even 47).
Last fiddled with by Greebley on 2009-08-03 at 18:20 |
|
|
|
|
|
#299 |
|
Nov 2008
2·33·43 Posts |
Behind all this is the problem that, for example, half t50 does not mean exactly t47.5. It is lower (and not too easy to work out; I am not an expert on ECM). If we used 10-digit increments, then half t50 would seem to mean t45.
|
|
|
|
|
|
#300 |
|
May 2009
Dedham Massachusetts USA
15138 Posts |
I wasn't really worried about being super-accurate, rather work with what we do have which is a linear function based on the digits and making aliqueit match more closely what is chosen when it is done manually.
|
|
|
|
|
|
#301 |
|
May 2009
Dedham Massachusetts USA
15138 Posts |
I thought this interesting: The factors listed by aliqueit were strange for this one (232956:1890). The 73159784497 is the product of the following two factors (128873*567689). I wonder why it found that one before it found the much smaller 43541? In any case aliqueit handled it fine so not a bug - just unusual.
using previously found factor 2 using previously found factor 2 using previously found factor 2 using previously found factor 2 using previously found factor 3 using previously found factor 31 using previously found factor 47 using previously found factor 47 using previously found factor 73159784497 using previously found factor 128873 using previously found factor 567689 using previously found factor 43541 Edit: though it did get two WARNING: factor doesn't divide n WARNING: factor doesn't divide n These seem common - I am not sure what causes them. Last fiddled with by Greebley on 2009-08-10 at 13:34 |
|
|
|
|
|
#302 | ||
|
Feb 2004
10216 Posts |
Quote:
Quote:
Cheers! |
||
|
|
|
|
|
#303 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
9,497 Posts |
Now that yafu is multithreaded, for some reason -threads 2 (2 is for example here) parameter doesn't work with "siqs(num)" in the command-line, but stdin works, so I recommend a patch to aliqueit.cc:
Code:
//system( ( cfg.yafu_cmd + " \"siqs(" + input_number + ")\"" + hide_output ).c_str() );
system( ( "echo \"siqs(" + input_number + ")\" | " + cfg.yafu_cmd + hide_output ).c_str() );
yafu_cmd = yafu -threads 2 to aliqueit.ini (2 is for example). |
|
|
|
|
|
#304 | |
|
Oct 2004
Austria
2·17·73 Posts |
Quote:
P.S.: -threads 2 would make even more sense for aliqueit, if it would be able to run 2 (or more) threads of ECM - otherwise the second (in this example) thread would be idle while ECM is running. |
|
|
|
|
|
|
#305 | |
|
Feb 2004
1000000102 Posts |
Quote:
Yeah, I was right in the middle of adding that when I suddenly got busy some months ago. I'll try to get to it... |
|
|
|
|
|
|
#306 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
426710 Posts |
Just use yafu.ini. That's why he put it in.
|
|
|
|
|
|
#307 | |
|
"Ben"
Feb 2007
7×503 Posts |
Quote:
Or... |
|
|
|
|
|
|
#308 | |
|
Sep 2009
23·3 Posts |
Sorry for this novice question, but, is possible make aliquot use only yafu with this argument: yafu factor (num)
yafu is faster than aliqueit using ecm. If siqs can't be used with yafu use, use msieve. Here isn't the right place, but, why yafu use msieve 1.38 and not 1.43? Quote:
Last fiddled with by zarabatana on 2009-09-28 at 15:27 |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Resuming aliqueit | johnadam74 | Aliquot Sequences | 4 | 2016-03-28 12:32 |
| Apparent aliqueit issue with specifying factors | pakaran | Aliquot Sequences | 2 | 2015-09-12 23:10 |
| Using Several Instances of Aliqueit for a large gnfs job | EdH | Aliquot Sequences | 6 | 2011-12-13 18:58 |
| Setting up aliqueit | science_man_88 | Aliquot Sequences | 185 | 2011-11-08 12:18 |
| Tried out aliqueit.exe: ggnfs failing | Greebley | Aliquot Sequences | 35 | 2010-02-13 15:23 |