![]() |
![]() |
#1 |
Jun 2007
Moscow,Russia
13310 Posts |
![]()
I got GGNFS from http://sourceforge.net/project/showf...ease_id=416680
(source code and binaries for P4).Tex document doesn't help me to find the answer. In what sequence and with which flags should I write executable files in *.bat file to factorize number,given in *.n format files(f.e. rsa110.n)? VolMike |
![]() |
![]() |
![]() |
#2 | |
"Sander"
Oct 2002
52.345322,5.52471
118910 Posts |
![]() Quote:
You can use activeperl to run the script on windows. |
|
![]() |
![]() |
![]() |
#3 | |
Jun 2007
Moscow,Russia
7×19 Posts |
![]() Quote:
|
|
![]() |
![]() |
![]() |
#4 | |
"Sander"
Oct 2002
52.345322,5.52471
100101001012 Posts |
![]() Quote:
If you can't run perl scripts, you can use it to see what programs to run and what parameters to use. Use POL51M0 and POL51OPT to find a polynomial (not needed for SNFS where you create the poly your self). Then makefb for creating the factor base, gnfs-lasieve for sieving followed by procrels, matbuild, matsolve and finally sqrt Last fiddled with by smh on 2007-06-26 at 21:48 Reason: Forgot makefb |
|
![]() |
![]() |
![]() |
#5 |
Jun 2003
3648 Posts |
![]()
I've got a question about GGNFS. Im using the factLat.pl script. The QSTEP value is chosen as 100,000. Every 100,000 q sieved the procrels and matbuild programs also execute. At the start this isnt a big deal because they dont take long to execute. However now that I have about 600MB worth of relations those steps take an increasing amount of time.
I noticed i can just increase the QSTEP value in the .poly file, but then I dont want to run into problems with having the spairs.out file getting too large and cause problems. My question is, is it safe to increase the QSTEP size and have the spairs.out file grow (upwards of 2GB lets say) before the procrels and matbuild programs run? Last fiddled with by antiroach on 2007-06-28 at 15:42 Reason: fixed typo |
![]() |
![]() |
![]() |
#6 |
Jun 2003
22·61 Posts |
![]()
i've got another question. every once in a while i get this warning message:
warning: too many relations in mpqs is this something that can be ignored or is it a problem ? |
![]() |
![]() |
![]() |
#7 |
Tribal Bullet
Oct 2004
32·5·79 Posts |
![]()
It can be ignored; a part of the lattice siever tries to factor small numbers, and there is a maximum effort it can expend to do so. When that maximum is exceeded the relation it was working on gets thrown away, but it's just one relation.
|
![]() |
![]() |
![]() |
#8 |
Jun 2003
22×61 Posts |
![]()
I recently completed (?) my first factorization with GGNFS. It was of a c109 from the partition numbers list posted in another thread. However it doesnt seem that it actually found any factors. I've attached the two relevant (I hope) log files. I used the factLat.pl script. Is it possible that it didnt find enough relations ? If so how can i force it to compute more relations?
|
![]() |
![]() |
![]() |
#9 |
Jun 2003
111101002 Posts |
![]()
Here's the other file since the upload limit is 1.
|
![]() |
![]() |
![]() |
#10 |
(loop (#_fork))
Feb 2006
Cambridge, England
2×7×461 Posts |
![]()
The factorisation failed at the square-root stage; you can tell you had enough relations because the 'matsolve' program was used, which means the relations did get boiled down into a matrix.
My recipe at this point is * Download msieve-1.25 (see the jasonp thread in this forum) * Run 'procrels -prel rels.bin -fb {factor base filename} -dump' * Use the make-msieve perl script that I posted in an earlier thread to convert the many spairs.dump.* files into a format that msieve can handle * Run msieve to finish the factorisation |
![]() |
![]() |
![]() |
#11 |
Jun 2003
22·61 Posts |
![]()
i will try this. thanks.
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
ggnfs not working | sega24 | Msieve | 3 | 2016-03-07 23:35 |
GGNFS not being developed? | jux | Factoring | 4 | 2015-12-27 03:05 |
GGNFS or something better? | Zeta-Flux | Factoring | 1 | 2007-08-07 22:40 |
How do you get around the |a|<2^31 problem in ggnfs? | fivemack | Factoring | 4 | 2007-03-22 01:00 |
ggnfs | ATH | Factoring | 3 | 2006-08-12 22:50 |