Hi i am testing with the mentioned version and have one number that gives an "Error during processing" The error occurs when i test 346078*5^45081-1 PFGW...
I would like to ask you (and ANYONE) who finds problem numbers like this, to place them into a database here in OpenPFGW yahoo group. I have just created this...
... This is what the world is being told in the recent release of ECM-6.0. [Jim: Take a look at README ... Fortunately, this claim is false, at present. I hope...
The "claim" made in the GMP readme file is "true", in as far as if using OpenPFGW to do PRP tests in the GMP package, one will only gain a benefit if on a x86...
... Any program that can be called with a command line option telling it where to find the number to test, and with _either_ a consistent output string for ...
First of all, I received this error with the latest version of ... acidblood pfgw # ./pfgw -q"13517! - 13517# + 1" -t; ./pfgw -q"13517! - 13517# + 1" -tp -e7 ...
... Hm, I think my OpenPFGW is working (I'm using the 20041023 version): ============================================================================= $ ./pfgw...
Oops! I somehow missed creating a Linux binary for that version. It's now created and uploaded. Here's the result: childers@opteron144 pfgw $ ./pfgw...
Hi, I am running WinPFGW, the latest alpha version, and I am wondering if it is possible to run it as a windows service. I would like to use it on a computer...
Do you have access to the WinNT or the Win2k resource kit CD's??? MSDN has them. There is a program called srvany.exe It will allow any program (within...
(grrr, PoS yahoo just ate two versions of this mail.) http://primes.utm.edu/primes/page.php?id=73963 The chances of MaximEis reporting that a non-PRP is a...
If number theory was a democracy, then the number Phi(98304,672996) would be composite. However, both MaximEis _and_ PFGW still have dissent amongst the back...
... That's wrong, and that's my mistake. ... That's Bob's number. ... All clients are in the 600000s presently. So this may be a false alarm. If so I...
I am willing to help port and test the linux side... I have AMD linux (2.6.9 -- 32 & 64 bit), GMP 4.1.4, .. and also have the same linux (2.6.9) for P4 32...
... Lol :) ... Concerning 64-bit systems: It's a hard job to get OpenPFGW working on pure 64-bit systems. I tried it and I gave up after a few hours/days. The...
... I've ported the FFTs to run on 64-bit Windows. So all that is needed is an objcopy that can convert 64-bit COFF obj files to 64-bit ELF format. I can...
... Really? Great!! Okay, I forgot to say that the 'master' himself CAN probably port it :) Could you send me these object files (email: u-thiel at gmx.net)? ...
Hi, ... The source and object files are at ftp://mersenne.org/gimps/source24.zip Look in the directory gwnum for the source and the amd64 subdirectory for the...
... Damn, no chance so far. objcopy doesn't even know the file format. I think the GNU guys haven't implemented this COFF 64-bit format (or what's the name?)...
Bouk told me that he cannot get a value for PRIMU(p,q,n) in SCRIPT. Neither can I: scriptfile: "noprimu.txt" SCRIPT DIM xx SET xx,PRIMU(137,-1,137) PRP xx END ...
... Same thing seems to apply to the value of phi and primv: SCRIPT DIM xx SET xx,PHI(137,137) PRP xx END Script File Script-Error: Bad value on line 4 SCRIPT ...
The problem is that there are commas in the value. The parser thinks the "," is going to be another argument to SET. Jim, I don't have any recent build...
I would be very nice if you could fix this, Jim. Eternal gratitude and all that :-) Bouk. ... __________________________________ Do you Yahoo!? Yahoo!...
The lastest development version seems to work. So I guess the problem was already spotted? Bouk. ... __________________________________ Do you Yahoo!? Yahoo!...
... Okay, it's no problem to get the i386 COFF support working on 64-bit systems. The problem is that your object files are PE32+ (or PE+) object files (at...
It is problems with the script processor. It has been fixed in the latest version (the Alpha), but not prior. It is due to using a C function strtok to cut ...
There is a much more encompassing fix in the alpha version. The new version handles all forms of spaces "wrapping" around the commas and other. The strtoks...