Yes, the ## parsing is bad,bad,bad. It is something I have wanted to take out for a while (but have not). I will add that to me list of things to do when...
I have spent a few hours, and now have successfully gotten the Woltman FFT's out of the PFGW exe image. I have built them into a DLL, and interfaced the data...
... This is a good idea! Concerning the Linux problems: Can't you build a shared object file (.so) from the DLLs? I haven't done this before and I don't know...
... The way I want to implement this under Win32, is not to "just" have DLL's. I want to have DLL's that are loaded, and unloaded at runtime (not "static...
... Okay, I think I understood it. But I've absolutely no idea how to do this. Perhaps somebody else has done this before!? If not I can TRY to get PFGW ...
I have placed a new stable version into the file folders here on OpenPFGW group. This version needs to be checked out. It needs to be built under Linux, and...
Hi, There was one build problem under Linux. GCC did not like the following line in pform/pfglue/primegenerator.cpp: static once = false; I changed it to ...
Seeing that there is a .gz file uploaded, I will assume there were no other problems. I have made the change to the source code for primegenerator (however, I...
First, a question about the parser. Currently, in pfgw p(n) will return the nth prime. However, do the prime submission pages treat p(n) differently? Is...
... Bizarrely for someone from a Unix mindset, I don't see the need for excessive conciseness. I think 'p' is ambiguous for the reasons you state, and that...
... The Prime Pages does indeed use p(n) for the partition function, but all 79 primes using p(n) are ECPP primes where the complete expression is p(n). There ...
As you proably know, my ForEis uses a very different style of FFT than OpenPFGW, more closely related to Yves' RADWT or George's IBDWT. Due to sheer luck, and...
New features in the Dev version. 1. the q in -g has been removed (it is not needed any more). Thus, - gxq is not valid. The -g[x] has been sped up. Now,...
The SoE files (.cpp and .h) were missing from the latest dev version. I have added those files, and uploaded the .zip file again (same version, no changes)....
There is a new dev version that has been released. This version is Oct 11 Developement. There is also a static Linux build of this same version. The full...
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....
Oct 20, 2004 6:04 pm
1633
RC1c Linux binary is posted. I tried to build the 10/21 Dev version but ran into this error: make[1]: *** No rule to make target `decimal.o', needed by ...
Then again, I'm not sure if the Dev binary is a good one: PFGW Version 20041021.x86_Dev (Beta 'caveat utilitor') [FFT v23.8] CPU Information (From Woltman v22...
The binary is not good (neither is the x86 version). I have been working out several problems with Guido. Almost all problems have been Win32 related....
There is a new Oct 23 Beta dev version in the files section. This needs to have a x86 build made. I "hope" there are no additional issues on the x86 side. ...
Here are the first results of the new DLL v24 method for PFGW. This is only the FIRST working test. I am sure there will be much more testing needed prior to...
Here are some timings on amid sized xGF factor. C:\prime\openpfgw\OP54F5~1>pfgw -gxo4,11 -q"169*2^167734+1 PFGW Version 20041021.Win_Dev (Beta 'caveat...
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....
Oct 27, 2004 8:59 pm
1641
Would it be possible to get PFGW to tell you in advance what the final %ages for an attempted proof will be if all goes to plan. (Including a comment about -x...
Found my second question. Within PFGW, this is the how the square free variable is setup: int g_ExtraSQFree = 100; Thus, the -x1 is handled and should not...