Search the web
Sign In
New User? Sign Up
openpfgw · Co-ordination of the OpenPFGW project
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1731 - 1760 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1731
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...
lars_dausch
Offline Send Email
Mar 5, 2005
3:29 pm
1732
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...
jim_fougeron
Offline Send Email
Mar 5, 2005
11:55 pm
1733
... 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...
David Broadhurst
djbroadhurst
Offline Send Email
Mar 7, 2005
2:30 am
1734
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...
Jim Fougeron
jim_fougeron
Offline Send Email
Mar 7, 2005
3:54 am
1735
... 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 ...
Phil Carmody
thefatphil
Offline Send Email
Mar 7, 2005
12:19 pm
1736
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 ...
deciogazzoni
Offline Send Email
Mar 12, 2005
12:44 am
1737
... Hm, I think my OpenPFGW is working (I'm using the 20041023 version): ============================================================================= $ ./pfgw...
Ulrich Thiel
mergel2
Offline Send Email
Mar 12, 2005
8:28 am
1738
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...
gchil0
Offline Send Email
Mar 16, 2005
7:27 am
1739
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...
philmoore2003
Offline Send Email
Mar 20, 2005
6:58 pm
1740
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...
Jim Fougeron
jim_fougeron
Offline Send Email
Mar 21, 2005
4:05 am
1741
(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...
thefatphil
Offline Send Email
Apr 4, 2005
9:53 am
1742
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...
Phil Carmody
thefatphil
Offline Send Email
Apr 5, 2005
8:28 am
1743
... 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...
Phil Carmody
thefatphil
Offline Send Email
Apr 5, 2005
10:47 am
1744
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...
chuck_lasher@...
lasher_chuck
Offline Send Email
Apr 6, 2005
3:32 pm
1745
... 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...
Ulrich Thiel
mergel2
Offline Send Email
Apr 6, 2005
4:19 pm
1746
... 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...
George Woltman
woltman9999
Offline Send Email
Apr 6, 2005
5:31 pm
1747
... 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)? ...
Ulrich Thiel
mergel2
Offline Send Email
Apr 6, 2005
6:57 pm
1748
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...
George Woltman
woltman9999
Offline Send Email
Apr 6, 2005
8:37 pm
1749
... 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?)...
Ulrich Thiel
mergel2
Offline Send Email
Apr 7, 2005
6:35 pm
1750
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 ...
David Broadhurst
djbroadhurst
Offline Send Email
Apr 7, 2005
7:14 pm
1751
... COFF 32-bit isn't known by objcopy on most 32-bit linux installs. Here's what I do to add it: Get binutils source from: ...
George Woltman
woltman9999
Offline Send Email
Apr 7, 2005
8:31 pm
1752
... 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 ...
Bouk de Water
bdewater
Offline Send Email
Apr 7, 2005
9:12 pm
1753
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...
Michael Bell
mbhawkuk
Offline Send Email
Apr 7, 2005
9:40 pm
1754
Well spotted, Michael. That nicely explains why SET xx,phi(px,bx) fails, but [when px is prime] SET xx,(bx^px-1)/(bx-1) is OK, for the same thing. ...
David Broadhurst
djbroadhurst
Offline Send Email
Apr 7, 2005
10:35 pm
1755
I would be very nice if you could fix this, Jim. Eternal gratitude and all that :-) Bouk. ... __________________________________ Do you Yahoo!? Yahoo!...
Bouk de Water
bdewater
Offline Send Email
Apr 8, 2005
9:21 am
1756
The lastest development version seems to work. So I guess the problem was already spotted? Bouk. ... __________________________________ Do you Yahoo!? Yahoo!...
Bouk de Water
bdewater
Offline Send Email
Apr 8, 2005
12:05 pm
1757
... Is there a recent linux version that can handle SCRIPT DIM xx SET xx,PRIMU(148,-1,148) PRP xx END...
David Broadhurst
djbroadhurst
Offline Send Email
Apr 8, 2005
5:05 pm
1758
... 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...
Ulrich Thiel
mergel2
Offline Send Email
Apr 11, 2005
5:37 pm
1759
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 ...
Jim Fougeron
jim_fougeron
Offline Send Email
Apr 12, 2005
12:43 pm
1760
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...
Jim Fougeron
jim_fougeron
Offline Send Email
Apr 12, 2005
12:52 pm
Messages 1731 - 1760 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help