![]() |
|
|
#243 |
|
May 2009
Dedham Massachusetts USA
3×281 Posts |
I found that it does work in 1.08 with one small bug - sometimes two sequence entries end up on the same line. This means when using -s to upload it, the second one on the line is skipped causing a break in the sequence. It is probably a simple matter of adding a return in the right place.
--------- I thought I would mention an issue that I don't think requires fixing, but you might want to know about. If you run the same sequence at the same time you get duplicate entries (Yafu also crashes constantly which is actually useful as you know something is wrong). I suppose you could lock the elf file for write so it can still be read, but another aliqueit wouldn't be able to also write to it, but I would consider that low priority compared to everything else. |
|
|
|
|
|
#244 | ||
|
Feb 2004
4028 Posts |
Quote:
Quote:
|
||
|
|
|
|
|
#245 | ||
|
May 2009
Dedham Massachusetts USA
15138 Posts |
Quote:
I attached a fast example file. I had to change the extension from elf to txt since elf is not a valid extension (could we get it added?) Just rename it to alq_803236.elf and run aliqueit on that number and abort it after it finishes some lines (very fast so instantly). look at line 13: I just noticed something else. In emacs the lines after 13 have a ^M so the issue might be unix style vs windows style carriage return? Can you run aliqueit on windows to try this? Line 13 as it appears for me: 13. 744218928 = 2^4 * 3^4 * 17^2 * 1987 14 . 1545076388 = 2^2 * 13697 * 28201 Quote:
Last fiddled with by Greebley on 2009-06-28 at 16:37 |
||
|
|
|
|
|
#246 |
|
Feb 2004
2×3×43 Posts |
Indeed. It works ok if I change the LF on line 13 to CRLF. I can understand this on windows, but it seems odd that it fails on your linux(?) system. I get the file pos after reading the penultimate line, chop the file at that position and then start appending lines from the partial line. Somehow that LF before the partial line gets lost... Curious that your linux binary also uses CRLF for linefeeds.
|
|
|
|
|
|
#247 |
|
May 2009
Dedham Massachusetts USA
3·281 Posts |
No I am windows.
|
|
|
|
|
|
#248 |
|
Feb 2004
25810 Posts |
|
|
|
|
|
|
#249 |
|
May 2009
Dedham Massachusetts USA
3×281 Posts |
Ya, I wasn't very clear. I meant to say that it might only happen on windows systems so testing unix only wouldn't show the error that I was trying to show.
|
|
|
|
|
|
#250 | |
|
May 2009
Dedham Massachusetts USA
3×281 Posts |
Quote:
$MINRELS=int(0.2*1.442695*( (2**$LPBA)/$LPBA + (2**$LPBR)/$LPBR)); Not sure what the best thing to change it to is. Maybe 0.5 instead of 0.2? Last fiddled with by Greebley on 2009-07-02 at 19:07 |
|
|
|
|
|
|
#251 |
|
Jun 2003
5,087 Posts |
|
|
|
|
|
|
#252 |
|
"Sander"
Oct 2002
52.345322,5.52471
29×41 Posts |
IIRC 0.7 does to much sieving on smaller numbers.
0.5 is what I'm using most of the time (although these days I use the minrels file). |
|
|
|
|
|
#253 |
|
May 2009
Dedham Massachusetts USA
3×281 Posts |
I am using 0.5 and (as mentioned) that seems the better value. In at least 2 cases, there were enough relations on the first attempt. At 0.6 or 0.7 I would have gone too long. It does seem big numbers like the 124 digit attempt don't have enough at 0.5, but it figures that out pretty fast compared to generating new ones so aiming low seems better for generic aliqueit runs at least.
Also is there a maximum size for ecm curves done by aliqueit.exe? Is there ever an number that I would want to manually run more ecm at higher levels than aliqueit does? Not that I think I will be running much higher than the 124. That took a good while to complete. I am guessing a c130 would be measured in weeks? |
|
|
|
![]() |
| 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 |