Hi, please take a short look at this (completed) factorization. Wasn't it too slow (on this fast machine)? Were the parameters correct? Should the matrix be so...
Hi Washuu. 137 hours for a C122 general NFS factorization sounds about right. I have done a C126 in 227 hours and a C121 using the older polyselect in 202...
If your P4 has hyperthreading (don't all the new ones have hyperthreading?), enable it and run a seperate sieving process on each virtual CPU. This should ...
Smart idea! It works here for me. Question: q0 sets the starting point for seiving. Is there a possibilty to set an endpoint to avoid double work?? Bouk. ... ...
... There's no option right now to do that... though support for a qend could be added to the script without too much trouble. Usually the multi-client mode...
Hi to All, In the past I have been maintaining the VC++ code for GGNFS and I am happy to continue doing this now that the project has moved to Sourceforge...
Hello Brian, Sunday, August 7, 2005, 9:53:39 PM, you wrote: b> This would probably be easier if I used CVS but VC++ is not set up for b> this so I typically...
Hello everyone, Hi experienced a problem during the sieving part of the GNFS factorization of a c102. Does someone known what is this hind of "Runtime" error ?...
Hi, I'm attempting to do a large C205 SNFS factorization, but matbuild crashes in pass 33. First, I get ll_catFields(): memory reallocation error! 191888103...
Hello gchil0, Thursday, August 11, 2005, 7:07:08 AM, you wrote: g> ll_catFields(): memory reallocation error! g> passes 31 and 32 and the problem in pass 33,...
Hello everybody! I have a question. Is it possible to use a second irreducible polynomial with ggnfs? If so, how do I enter it in the *.poly file? Say I wanted...
Hello gchil0, Thursday, August 11, 2005, 8:07:48 PM, you wrote: g> There appears to be only a win32 binary. Can you send me either the g> source or a linux...
Got the source. After installing TPIE and fixing a small error in one of the includes (source was looking for LList but include file was llist), I got a clean...
Hello gchil0, Saturday, August 13, 2005, 1:34:32 AM, you wrote: g> Got the source. After installing TPIE and fixing a small error in one g> of the includes...
A little problem with odd exponents in the sqrt phase on one particular number using version 0.77.1. Dozens of other large numbers have completed successfully...
The good news is that matbuild-tpie has now passed the point at which matbuild crashed. The bad news is that it's taken 2.5 days to get there, while matbuild...
Hello gchil0, Sunday, August 14, 2005, 8:31:24 AM, you wrote: g> The good news is that matbuild-tpie has now passed the point at which g> matbuild crashed. ...
... In 64-bit mode, probably not. 'athlon' above refers to the K7 CPU, not the K8. ... This is what makes me think you're in 64-bit mode. You can replace ...
Jason Papadopoulos
jasonp@...
Aug 14, 2005 9:46 pm
1366
Hello Jason, Monday, August 15, 2005, 1:46:50 AM, you wrote: JP> stuff. Does the lattice siever even work in 64-bit mode? Mark R. was JP> working on a 64-bit...
Currently, GGNFS does not compile in 64-bit mode. However, on my Opteron I have a 32-bit chroot environment set up so that I can compile 32-bit binaries....
... march=k8 is right You can compile 64-bit binaries following http://groups.yahoo.com/group/ggnfs/message/1035 But it does not guarantee that the compiled...
... Actually, unless you compile a special kernel, Linux won't allow a single user process to address more than 2GB of memory. 1.4G + 4*191M = 2.1G. So...
... Heh, just FYI, the latest CVS snapshots of GGNFS fix this little problem. You can specify or not specify m at your preference for non-monic linear...
... Maybe you have newer version of gcc, but: $ gcc -march=k8 hello.c cc1: error: bad value (k8) for -march= switch cc1: error: bad value (k8) for -mcpu=...