![]() |
|
|
#12 | |
|
"Ben"
Feb 2007
3·1,171 Posts |
Quote:
Code:
Total factoring time = 1643.5923 seconds ***factors found*** P1 = 7 P2 = 97 P3 = 127 P5 = 22787 P5 = 75239 P9 = 856651207 P15 = 871622203013537 P23 = 71341284796893458105039 P52 = 1687777347831679861027543811768882575533372057598507 P41 = 94952905913646762334848914767524337612291 |
|
|
|
|
|
|
#13 |
|
Romulan Interpreter
Jun 2011
Thailand
7×1,373 Posts |
@OP: you may be an unlucky guy and have more than one infection, i.e. got reinfected in the past multiple times with the same bug, from different sources.
![]() We hope you will not come with a full list of numbers to factor, and succeed installing and running your own factoring factory there ![]() (Yafu is a very good start, and Ben, the guy who posted above is its author). Last fiddled with by LaurV on 2016-06-27 at 01:58 |
|
|
|
|
|
#14 |
|
Jun 2016
32 Posts |
Guys it worked !!
using the second factorized number i managed to get the pictures back !! Thanks a lot Ben and LaurV i'll send you champagne !! I did try for a while to instal Yafu on my mac but coundn't find the way. I will still try just for interest. When I did "make x86_64" it he told me that gmp.h was missing. I installed gmp but it still failed. I think its purely me being a noob at installations on unix. Last fiddled with by craneduitre on 2016-06-27 at 07:16 |
|
|
|
|
|
#15 | |
|
"Ben"
Feb 2007
3·1,171 Posts |
Quote:
factoring/gmp factoring/gmp-ecm factoring/msieve factoring/yafu For gmp and gmp-ecm you can specify the install location with "--prefix=" during ./configure Gmp-ecm then will probably need to know where you put gmp using "--with-gmp" during ./configure. If you want to keep trying, post the error messages as they come up and we'll see what can be done. |
|
|
|
|
|
|
#16 | |
|
Jun 2016
32 Posts |
Ok so i put all the folders like you mentionned.
in the /gmp I run ./configure and had that Quote:
Code:
configure: error: Specified GMP include directory "yes/include" does not exist |
|
|
|
|
|
|
#17 | |
|
"Ben"
Feb 2007
3×1,171 Posts |
Quote:
1) leave off --with-gmp entirely (just run ./configure) 2) use it correctly :) like so: --with-gmp=/usr/local |
|
|
|
|
|
|
#18 |
|
Jun 2016
32 Posts |
Option 2 worked !
What should I do next ? make gmp-ecm ? my yafu forder contains only few exec files, but I also have a yafu-master to build a guess. not sure which one I should use |
|
|
|
|
|
#19 | |
|
"Ben"
Feb 2007
66718 Posts |
Quote:
For msieve, you'll either have to make sure that your gmp and gmp-ecm install directories are on the system's library/header search path, or edit the makefile to include those specific directories. Then get the source and run make (it's been a while since I built msieve but I think I usually do "make ECM=1 NO_ZLIB=1"). |
|
|
|
|
|
|
#20 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3×29×83 Posts |
I would make msieve without ECM, its ECM code is surely outdated by such things as ecm.py and yafu?
|
|
|
|
|
|
#21 |
|
"Ben"
Feb 2007
1101101110012 Posts |
It links in the gmp-ecm library, same as yafu for small B1. That said I think the demo driver just does a cursory ecm check (up to 25 digits or so?) before running qs/nfs so yes, those other tools are better for general purpose factoring. Leaving off ECM=1 would be fine, especially if the goal is to eventually build/use yafu.
|
|
|
|
|
|
#22 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3×29×83 Posts |
Actually I disable even the Yafu builtin ecm on my local builds because there's some bug that causes it to crash that I never tracked down
So I just set ecm_xover to some epsilon greater than zero and it calls the external binary for all ecm.
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using Yafu to factor a large number | jibanes | YAFU | 61 | 2018-07-12 23:11 |
| Large small factor | Zeta-Flux | Factoring | 96 | 2007-05-14 16:59 |
| How do I get my ubuntu install past minimal install? | jasong | Linux | 2 | 2006-12-07 00:38 |
| Quadratic Sieve - How large should the factor base be? | hallstei | Factoring | 5 | 2005-04-19 11:58 |
| How large a factor can P-1 testing find ? | dsouza123 | Software | 3 | 2003-12-11 00:48 |