... No, I've only been using 1 machine for sieving. What did happen however is that I ran out of disk quota, so file rels.bin.0 may be corrupted. In fact,...
1718
dleclair55
Jan 3, 2006 11:36 pm
Hi, ... Assuming you have several rels.bin.X files, you should be able to retrieve the relations from the other bin files simply by renaming rels.bin.0 to...
1719
IgorSchein
Jan 4, 2006 6:07 pm
... Same here. Your workaround worked. I lost about 40% of relations, but at least I was able to avoid starting from the scratch. Thanks Igor...
1720
Derkinderen Bram
bram_derkind...
Jan 7, 2006 11:47 pm
Hi, I'm a student in informatics at the Universiteit Antwerpen. I'm working on a thesis concerning factorization. I've been testing ggnfs, and when I ran the...
1721
Anton Korobeynikov
aslsoft
Jan 8, 2006 9:20 am
Hello Derkinderen, Saturday, January 7, 2006, 10:56:53 PM, you wrote: DB> selection for rsa704 I received the following error: I don't think pol5 is suitable...
1722
bram_derkinderen
bram_derkind...
Jan 8, 2006 10:54 pm
... I started with those numbers: I runned rsa100, rsa110, rsa120 sucessfully in 32bits and in 64bits. I am currently running rsa130 in both versions. I...
1723
Anton Korobeynikov
aslsoft
Jan 8, 2006 11:48 pm
Hello bram_derkinderen, Monday, January 9, 2006, 1:53:01 AM, you wrote: b> where to start. I hoped someone here could give me some hints on how b> to start...
1724
Anton Korobeynikov
aslsoft
Jan 8, 2006 11:51 pm
Hello bram_derkinderen, Monday, January 9, 2006, 1:53:01 AM, you wrote: b> both versions. I would like to start working on the polynomial b> selection code,...
1725
bram_derkinderen
bram_derkind...
Jan 10, 2006 12:13 am
... don't know ... large ... on ... Well I am a lucky guy for the moment: I am allowed to run the project on Calcua (http://www.calcua.ua.ac.be), from which I...
1726
bram_derkinderen
bram_derkind...
Jan 10, 2006 12:14 am
... don't know ... large ... on ... Well I am a lucky guy for the moment: I am allowed to run the project on Calcua (http://www.calcua.ua.ac.be), from which I...
1727
bram_derkinderen
bram_derkind...
Jan 10, 2006 12:27 am
Hi, I wanted to use your code of the parallel sieve in MPI, but I'm unable to get it to work: you use this line a couple of times: clSieve(smooth_a, maxSmooth,...
1728
torbjornalm
Jan 10, 2006 7:30 am
Hi! Where can I find ready binaries for Windows for GMPECM. Currently I have 5.0c, but I saw somebody using later version. I have both P4 and Athlon computers....
1729
Sander Hoogendoorn
sander3005
Jan 10, 2006 12:53 pm
... Check post 105 of http://www.mersenneforum.org/showthread.php?t=3766&page=2 It's well worth the upgrade. Sander...
1730
Sander Hoogendoorn
sander3005
Jan 10, 2006 12:56 pm
... Hmm, that is probably v6.0 Check the rest of that tread for v6.0.1 Sander...
1731
Torbjörn Alm
torbjornalm
Jan 10, 2006 3:52 pm
... Thanks! I found no working link to 6.0.1 so far. Torbjörn Alm...
... I don't have ECM-6.0.1 Windows binaries on my web site but I have Visual Studio 2003 and 2005 build projects for ECM-6.0.1 that I can make available if...
1734
Geoffrey Reynolds
g_w_reynolds
Jan 13, 2006 7:59 am
I am trying to factor the C172 from 6^363+1 but matsolve is having some problems, the counter reaches 100% and it just keeps going. The first time it went to...
1735
stankler967
Jan 13, 2006 5:02 pm
... I have used the same factor bases ('bout 14M) for ggnfs, all was ok. But one time I have the same situation and wait for about 140% - nothing happens. Then...
1736
trilliwig
Jan 15, 2006 8:16 am
... No... the highest I've seen it converge at was someplace in the 102% range. ... As mentioned before on this group, every time this issue has been seen it...
1737
Geoffrey Reynolds
g_w_reynolds
Jan 18, 2006 3:32 am
Thanks Sam and stankler967 for the suggestions. I redid the matrix with CVS 20050930 but no luck, I stopped it at 105%. Then I ran 'matsolve -test' on the same...
1738
br_gladman
Jan 18, 2006 4:54 pm
Now that Visual Studio 2005 has been released, I have updated my native Windows port of GMP here: http://fp.gladman.plus.com/computing/gmp4win.htm for the new...
1739
torbjornalm
Jan 20, 2006 10:06 pm
Hi! I used ggnfs for a c104. When the needed number of ff:s were found, the matrix phase fails. I tried to make more relations, same result. The I tried...
1740
patrickthekeller
patricktheke...
Jan 21, 2006 3:54 pm
Hi, I was trying to factor a near-repdigit number but noticed that factlat.pl uses 99% when starting by using "factlat.pl 1" The polyfile is namen 1.poly and...
1741
stankler967
Jan 23, 2006 8:31 am
... result. ... Find the string printf("checkMat() returned some error! Terminating...\n"); in matbuild.c file and comment the following string exit(-1); All...
O.K. long story perhaps someone can help... Tried the following 122 digit composite with the following polynomial n: ...
1744
greatpsycho
Jan 27, 2006 7:05 pm
When building GGNFS in x86-64 based linux,this error occures. echo "#define GGNFS_VERSION \"0.77.0\"" > include/version.h make -C src make[1]: Entering...
1745
bwetter246
Jan 27, 2006 8:59 pm
did you try -march=athlon64? Brandon...
1746
Anton Korobeynikov
aslsoft
Jan 27, 2006 9:06 pm
Hello, Friday, January 27, 2006, 2:49:35 PM, you wrote: g> echo "#define GGNFS_VERSION \"0.77.0\"" > include/version.h g> I want to know how to build GGNFS in...