Okay, previous error with matrix was, in my opinion, hardware failure - rerunning matsolve gets a result at 100.6% of estimated iterations count. The next...
Anton, This version is a binary-only distribution, so we cannot help debug it. [ We thought it was fixed :-) ] See below for the depnum 30 sqrt attempt: The...
... assembler ... 0.77.1 ... value. ... Thanks much! I'm a newbie.I'm not very clear about "ARCH=ev6 make commonm". I must to change the Makefile of the ggnfs?...
Hello Bob, Tuesday, November 1, 2005, 4:35:07 PM, you wrote: BB> Anton, This version is a binary-only distribution, so we cannot help BB> debug it. [ We...
... On the command line in your top-level ggnfs directory, type ARCH=ev6 make common and press Enter. Or you can add a Makefile entry that looks like this: ...
I finally used ggnfs to factor some numbers (via gnfs) on a PPC G5 at 1.5 GHz. These are from Sander Hoogendoorn's Home Prime search. [10/31 01:39:10]...
which is now: 128833103449336493596603820110507 * 108810160806387798072497441309848022012254957060031013847521680549237664 915647 (composite) which would be...
... No! ULL_NO_UL indicates that '(unsigned) long long' type is different from '(unsigned) long' type. And that is *not* the case for x86_64. I've just...
... btw, 'ulong' type is carefully avoided in generic builds. Could you tell me why it is required for ppc/ppc64 ? I don't see it from the sources. ... OK....
It would be nice in a future release to make it easier to configure the output. I have a few examples. In the sievers, it would be nice to use \r instead of...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ggnfs group. File :...
ggnfs@yahoogroups.com
Nov 5, 2005 7:11 pm
1632
... Hm, yes, it might be good to change those printf()s to printTmp()s. And since the information printed is cumulative statistics it makes sense to only show...
... That's OK. I was just throwing it out there. It would be nice to see which step without all of the details. I can also look into the code to see what is...
I am working on a couple of optimizations to pol51opt.c. Brief testing indicates a 10% improvement on PPC. I am still in the process of testing these...
... Hm, ok, open up src/Makefile and change the first line ALLOPT=-march=$(ARCH) -pipe to ALLOPT=-mcpu=$(ARCH) -pipe It looks like alpha is another of those...
... ggnfs sources contain both assembler-optimized and generic (pure C/C++) versions. What was suggested to you is compilation of a generic version. The only...
... It seems that the line above is cut at some point (it should continue with "-funroll-loops ..."). Could you please show it completely for better...
... -mcpu is also deprecated on PPC. This link is the first time I see an actual difference between -mtune and -mcpu. The man pages in OS X for gcc imply...
I'm starting to push the limits a little to far for msieve c108, using a dual athlon XPBarton 2.4G with windows. I've downloaded, "ggnfs-0.73.4 Athlon.zip",...
... First of all, do not try to use that old version,it is still full of bugs. The very best version is the snapshots on www.sourceforge.net. look for ggnfs. ...