Hello all. I've had a strange occurrence with PFGW. I usually run it simultaneously from diferent directories with different input, criteria, etc. However, one...
Yes, cyggmp-3.dll in the path does this. PFGW was looking for this DLL (after looking for libgmp-3-na.dll and libgmp-3.dll). It has been shown that this is...
Minor problem and rarely relevant but it occured as part of a larger run and confused me for a moment. pfgw -f0 -q3 PFGW Version 20031027.Win_Dev (Beta 'caveat...
Hello, I have a 10M digit number I want to prove or disprove as prime, in the form of 2^########-1. What, exactly, do I type into the command line of WinPFGW...
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....
Dec 22, 2003 5:21 pm
1443
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....
Dec 22, 2003 5:29 pm
1444
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...