![]() |
![]() |
#23 | |
"Mark"
Apr 2003
Between here and the
2×3,613 Posts |
![]() Quote:
Last fiddled with by rogue on 2018-02-22 at 16:09 |
|
![]() |
![]() |
![]() |
#24 | ||
Dec 2011
After 1.58M nines:)
2·33·31 Posts |
![]() Quote:
Quote:
-allow removing factors -allow change from one format to another ( and also support to convert to npg format) How I will remove factors: if I have three computers and every computer make own range? |
||
![]() |
![]() |
![]() |
#25 |
Dec 2011
After 1.58M nines:)
2×33×31 Posts |
![]()
Here it is
https://www.dropbox.com/s/hmmyd6lqrwgamf6/500.zip?dl=0 P.S sieve depth is lower, so header in file is not OK, but this is just for experiment so dont care about it |
![]() |
![]() |
![]() |
#26 |
I moo ablest echo power!
May 2013
26·29 Posts |
![]()
Pepi, just as a heads-up. The linux version of sr1sieve is multithreaded. If you have Windows 10, you can compile the source within the Ubuntu shell and it will work fine.
|
![]() |
![]() |
![]() |
#27 | |
"Mark"
Apr 2003
Between here and the
2·3,613 Posts |
![]() Quote:
fbncsieve does not output "invalid header", so I don't know what issue it had with your file. I will d/l that file later today and see what is tripping it up as I don't see anything obviously wrong with what you pasted. BTW, one of my long term goals is to remove the need for srfile. None of the programs in this framework rely on srfile for any processing. If they do, then please let me know what I can do to move you away from using it. Last fiddled with by rogue on 2018-02-22 at 19:25 |
|
![]() |
![]() |
![]() |
#28 | |
Dec 2011
After 1.58M nines:)
2·33·31 Posts |
![]() Quote:
Then I dont need srfile anymore ( agree with you) |
|
![]() |
![]() |
![]() |
#29 | |
"Mark"
Apr 2003
Between here and the
2×3,613 Posts |
![]() Quote:
I recommend avoiding NPG file formats. The ABC format is similar, but the difference between the headers of the two formats makes the ABC format easier to comprehend. |
|
![]() |
![]() |
![]() |
#30 | |
Dec 2011
After 1.58M nines:)
2×33×31 Posts |
![]()
one more cosmetic bug
if you use option -h then you got text look at last line ( in the red) Quote:
|
|
![]() |
![]() |
![]() |
#31 |
"Mark"
Apr 2003
Between here and the
722610 Posts |
![]() |
![]() |
![]() |
![]() |
#32 |
"Mark"
Apr 2003
Between here and the
2×3,613 Posts |
![]()
pepi37 reported a bug with the newpgen format output by fbncsieve. It is with the cryptic details buried in that pesky first line. I hope to fix it this weekend.
|
![]() |
![]() |
![]() |
#33 |
"Dylan"
Mar 2017
2·13·23 Posts |
![]()
I found a bug with the cksieve executable: when the -n flag is supplied with 1 as its argument it gives a fatal error saying that 1 is out of range. The output is given below:
Code:
C:\Users\Dylan_000\Desktop\mtsieve\mtsieve>cksieve -P1e9 -n1 -N50000 -b50 cksieve v1.2, a program to find factors of (b^n+/-1)^2-2 numbers Fatal Error: cksieve: out of range argument -n 1 Code:
C:\Users\Dylan_000\Desktop\mtsieve\mtsieve>cksieve -P1e9 -n2 -N50000 -b50 cksieve v1.2, a program to find factors of (b^n+/-1)^2-2 numbers Sieve started: 1 < p < 1e9 with 99998 terms <snip program output> Code:
cksieve -P1e9 -n1 -N50000 -b50 cksieve 1.1.4 -- A sieve for Carol (b^n-1)^2-2 and Kynea (b^n+1)^2-2 numbers. Started with 100000 terms for (50^n+/-c)^2-2 from command line. cksieve 1.1.4 started: 1 <= n <= 50000, 3 <= p <= 1000000000 <snip program output> Last fiddled with by Dylan14 on 2018-02-23 at 02:34 |
![]() |
![]() |