Let N be a number with 1026 decimal digits. Put it on one line of a file. Run pfgw on this file: no problem. Now at top of file add: ABC $a Run pfgw: it...
PS: To show this, simply use R(1026) in longhand: ABC $a 1.....1 [1026 1's] PFGW caused an invalid page fault in module KERNEL32.DLL at 016f:bff78756. ...
Simple fix, however, I am currently way out of date. Within the ABC2.h file, there is a constant: #define ABCVARLEN 1024 So the longest a single variable can...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Mar 3, 2002 2:18 am
790
Hi folks, Good grief... :) In other words, this is Jim lighting the fires again and getting all sorts of new goodies in - I promise I'll get my hind end...
One HUGE thing we should put in for small numbers is using GMP to exponentiate. Up to about 300 digits (for prothlike), and about 500 digits for "general",...
Hi there folks ... Good thinking again, yet another one of those things I 'intended' to do that, erm, slipped my mind. In the same vein, I've been asked a lot ...
... It was an incredilbly easy insert. I simply put it into gw_prp.cpp and gw_gapper.cpp (not worried about it anywhere else). Needless to say, I was not at...
Chris/Jim Any chance of support for the specially simple reduction needed for numbers of "Gaussian Mersenne" form? (This form is defined in my post ...
Hi there folks, especially Mike Oakes and Paul Underwood ... It seems I may have covered a lot of the bases with the new code I'm working on, which is for the...
In a message dated 04/03/2002 03:28:16 GMT Standard Time, ... Sounds marvellous, Chris. Can I get an early alpha for testing asap _please_ ! m=3 case only...
Hi there folks ... _please_ ! I'm merging in with Jim's latest changes right now. This will just be the C code for the first iteration (at about 5000 digits,...
... asap ... Glad to hear that, cause I gotz more o da stuf. Have zLib being dynamically loaded for the NETWORK2 format, and am FINALLY getting a GMP dll to...
Happily running for days, and then this morning... <<< Error allocating memory within GMP routines!(16477#/100 23605/23605 ... Imagine my shock! My beloved GMP...
Using version 20020302, When testing 4^47007+2^47008-1, the simple -f -o gives "has factors: 39343" but -f{8}{y,8,1)(y,8,7) -o gives "no small factors." Is...
Unfortunately at this time a "dual" run modular sieve is not done. I do plan on adding this. What you are looking for is primes which are p==+-1(mod 8). What...
... As for the AP6, I honestly do not remember the time frame. Probably a month or two of Athlon 750 time. As for how I did it, I simply used NewPGen to sieve...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Mar 7, 2002 7:06 am
804
... Hows that merging coming Chris? I have GMP now running, 4.01 mode. I link in static GMP built for i386 (decent overal performace), and then load in ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Mar 7, 2002 7:19 am
806
When testing a pnewgen file, the last number in the file doesn't seem to be checked to see if its prime. When adding another number behind the last one in the...
Hi there folks ... Just (hopefully) finishing up. I hit a bit of an obstacle with the new merge code I had set up to try to resolve the CR/LF issues....
Hi folks, Even as I speak I'm uploading a new development drop to the openpfgw site at http://www.primeform.net/openpfgw - due to a few technical difficulties...
... Is this a problem with a lack of CR on the last line - eg "sscanf (%d %d\n", &n, &k);"? NB NewPGen should be putting a '\n' there, though the file maybe...
Chris, Please pull down the file I just uploaded, and put these files into CVS. I have gone through all changes, incorporated them into my tree, updated all...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Mar 11, 2002 4:50 pm
812
Hello all. I would like to ask for comments on a pair of semi-compressed file formats for PFGW. Currently I have added ability to read the compressed JFCPAP...