Hello, I am trying to use the libgmp-3.dll with the gmp.h included in the 20020421_FULL_SRC.zip source distribution. My goal is to write a simple GMP based...
Using GMP within VC as laid out in the PFGW project is not 100% straight forward, but it does work. 1. The GMP dll has been built without any import library....
Jim, I continue to recieve errors. I think it is since I do not know how to properly link the .a and .dll files. VS's docs are unclear to me. I get the same...
I use #pragma comment (lib, "libgmp.a") and the others, and then you have to have the .a files in the current directory, or have them in the path of the...
NewPGen sieves a variety of forms of numbers, namely Proth and primorial forms and there variations. There are, of course, many other forms of numbers in...
My P4 1.2G running WinPfgw ver 1.2.1.1 with -a0 5011^5000*5000^5011-1 is composite: [A9102090288C579] (279.580000 seconds) with -a1 5011^5000*5000^5011-1 is...
I just downloaded the latest linux dev release, 2129810 dev-openpfgw-20020311.zip did a ./configure, and then : <<< phil@gigaspaz:openpfgw$ make make -C...
Since you have GMP already on your system, as you said, it shouldn't be built. Actually, configure doesn't properly configure GMP, so it wouldn't work anyway....
... I just hacked the line out of the makefile in the end, and created a symlink to the system header file. The funny thing is that configure claims that it...
I now have a 2ghz P4 at work, so expect (no, demand ;) a good working version within a few weeks. It may take a little while, because I am so damn busy right...
... which is confirmed by Pari-GP. Please consider withdrawing ... from the Caldwell database. How did this false primality claim occur? It is clear from your...
Hi Jim, Here are the results of the tests I ran after finding the bug to see what effect it had on my search for primes of the form n!11-1. As you can see 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....
Aug 20, 2002 9:43 pm
926
I have downloaded Georges latest version and built using it. So far, this version does appear to function much cleaner than the prior build on P4's. We need...
Hi I do not have a P4 computer, only access to a P4 1.7GHz in a lab, so I just prped some selected primes from the top5000. It would be nice if PFGW allowed...
I will run this file on Monday. I think the P4 is clock/clock faster than the Athlon with the Woltman libs (but I have not validated that yet). I only have...
I tested two large primes one k.2^n+1 form and the other k.2^n-1. They are the 64th and 65th largest primes on the top 5000 list. Using a P4 1.7 under WinXP. ...
... What are you using as the source? (a lynx --source of the cgi output?) I think that modulo the '^' associativity problem, that this should be a nice easy...
... We need to be really "careful" about testing these Proth numbers. The older "broken" version seemed to work fine on these. It had problems whenever the...
... He takes the bait, wait, wait, wait, .... a little tug .... just a little longer ...... a little harder tug and WHAM set that hook <BGrin> I put the perl...
Here is a really simple way to do this. 1. download the file (into the text version of all.txt) 2. sort all.txt > all1 3. edit the top and bottom of this file...
... after ... Samuel ... The split lines make it more fun that that. ... be ... text, ... quickly ... Perl script hacked together and results uploaded to a...
... The sort (and cut head/tails) handle "almost" all of the split lines. However, if you get some perl that does a better job, then by all means we should use...
... Haha, I discovered that I uploaded the wrong script at first, but the right one's up there now. Phil ===== "The hottest places in Hell are reserved for...
Hi, For the factorials on the list (which concern me the most) using 20020515.Win.Dev I got 26951!+1 is 3-PRP! (3393.625000 seconds) 34790!-1 is composite:...