Happy New Year (2*2*3*167) PFGW! I come with a little (huge?) problem compiling pfgw on my shiny new amd64 (athlon 64 (uni) 3200+; gcc-3.3.2; Gentoo Linux...
... From: George Woltman To: openpfgw@yahoogroups.com Subject: Re: [openpfgw] amd64 pfgw make error ... Thanks George. You saved me a lot of time and...
I would say this function probably should not be const anyway (due to the fact the object gets modified), however, the quick hack to get it to compile (I hope)...
... the ... Very effective! Thanks Jim. Now ff course, there's another problem, and I think it's to do with "pform/gmpgwlib" but I'm not sure, so here's the...
I've been studying Nick Howgrave-Graham's thesis: dimacs.rutgers.edu/~dieter/Seminar/Papers/nick-thesis.ps No-one seems to have considered how his Jacob's...
Trying to build 20031222 on a Gentoo P4: config.status: creating config.h configure: configuring in pform/pflib configure: running /bin/sh './configure'...
... file=/dev/null ... at a time ... It's a gentoo specific problem. Easy fix: bash$ unset CC bash$ unset CXX ... You are on my sudoers list Phil, so you are...
... I misunderstood this earlier, my apologies Phil. But anyway, I doublechecked and you can definitely set/unset global env variables as a regular user. Just...
David, If you don't mind messing around in C a bit, may I recommend NTL available at http://www.shoup.net/ntl/ It has one of the best implementations of LLL...
Thanks Greg. Maybe, one fine day, I'll write a test program in Pari for small jobs, using lllint. Then you might be interested in seeing how it scales with...
... Thanks both. I'm running a build presently, the config worked perfectly. Apologies if this covered old ground -- I've just realised that I've probably not...
How easy would this be? -q causes main to return 0 or 1 for prime/composite. (don't care too much which is which) That way PFGW can be used in scripts or other...
I do not see how this would "fit" in easy, however, I am pretty sure that this CAN be done, but it would be more generic. I think that simply each time a...
I will upload a new version which does what you are asking. HOWEVER, be careful of things like -f -d (deep factoring). It may not work like you think it...
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....
Jan 7, 2004 9:34 pm
1460
To test exit code == 0 when using -f -o when no factor is found, simply change line 1382 of pfgw_main.cpp from: g_PRP_ReturnCode = 1; to: g_PRP_ReturnCode = 0;...
... Fantastic, thanks Jim. ... Maybe we should just tabulate all the options and scenarios and have a bun fight? Every number is {composite,prp} x {0,1 or more...
I'm thinking that for certification of non-BLS forms, such as what David does plenty of, the following might be useful. When -tc-ing with _all_ helper factors...
... But the idea of not having to use an external "checking" program does not hold water. I can easily demonstrate this: file h contains: 3333^333+93 ...
... Completely and utterly irrelevant. You've totally misinderstood what I was getting at. Whether they're proven primes is _irrelevant_. 2^bignum-1 is proven...
... Not fully. Yes, if you want to limit the usage of PFGW to just this one method, then yes it makes since. However, PFGW is designed to be generic in many...
Phil, I can easily add this. If you suggest a way that I can do this in some optional manner, I will put it in. I thought of using -h and -hv (the v for...
[Jim, yahoo flagged your message as spam, I reported it as a false positive, but I find that rarely corrects its filters, mabye your ISP needs to be kicked or...
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....
Feb 5, 2004 7:10 pm
1470
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....
Feb 5, 2004 7:11 pm
1471
For what's it's worth, I'd hate to have my unused helpers flagged. I sometimes use the entirety of Blair Kelly's FibLuc database as a monster helper file, or...
The new version does have this in, however, it is trivial to remove. The just uploaded version contains this logic whenever a "testing" mode is used (-t -tc...
Phil, Since the file handling in the new PFGW can take a literal string file name (as in the past), and a string variable (new feature), could we get a copy of...