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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 886 - 915 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
886
I was curious if anyone can provide BeOS precombiled objects of the Woltman objects. I retrieved Win32/Linux ones from Woltman's original code but I fail to...
Louis Kenneth Helm
lhelm@...
Send Email
Jun 14, 2002
4:14 pm
887
Hi there Louis ... The Linux ones should work just fine - they are in position-independent ELF object format, and I can link OpenPFGW with them using the...
chris_nash@...
primeform_mo...
Offline Send Email
Jun 14, 2002
5:05 pm
888
Chris, Thanks for the prompt reply. I was hoping the ELF objects could be used but something told me it wouldn't be that simple. I'm excited to hear that it...
Louis Kenneth Helm
lhelm@...
Send Email
Jun 14, 2002
5:37 pm
889
... One last thing, make sure mult.o is linked on a 32-byte boundary. You will get your best performance that way....
George Woltman
woltman9999
Offline Send Email
Jun 14, 2002
8:39 pm
890
Things are finally returning back to normal on my end, so if the source is ready, I can compile a Linux binary. In the latest source in the files area, all of...
gchil0
Offline Send Email
Jun 16, 2002
9:19 pm
891
New Requirements Don't Miss This Exciting Opportunity! Fantastic Computer Based Training Offer There has never been a better time to get Trained or Certified. ...
TechGirl77@...
techs_girl77
Offline Send Email
Jun 22, 2002
7:45 am
892
I know this is an old bug, and has "magically" gone away, but I believe that I have found out why it was occuring, and now can look for other possible problems...
jim_fougeron
Offline Send Email
Jul 1, 2002
3:34 am
893
... Did I miss something? I still cannot find a linux dev_build with a big modular sieve. Sorry to be greedy, but it's frustrating to have linux cycles to hand...
djbroadhurst
Offline Send Email
Jul 1, 2002
10:53 pm
894
Sorry, I sent the email asking for the latest source from Jim, then completely forgot about it. Jim: Is the latest source ready for a linux compile, or...
gchil0
Offline Send Email
Jul 2, 2002
6:40 am
895
... What is in the files area (and the latest build which is on my PC's) is not ready for a Linux build at all. The configure scripts need editing (new files...
Jim Fougeron
jim_fougeron
Offline Send Email
Jul 2, 2002
10:55 am
896
I should have said (I always forget the good news) that Greg's old linux build is A1OK for me in all respects save the modular sieve limitation to 31 bits. I...
djbroadhurst
Offline Send Email
Jul 3, 2002
3:33 am
897
If that is the case, and if Greg still has a buildable environment of files which built that version, then he may simply be able to insert the current...
Jim Fougeron
jim_fougeron
Offline Send Email
Jul 3, 2002
11:10 am
898
Tonight I'll pull the stable source code off the website (20020129) and try it. Wait...isn't it in the 20020311 DEV source on the website? I'll try to...
gchil0
Offline Send Email
Jul 3, 2002
4:26 pm
899
The > 31 bit mod factoring should be in either of those "stable" releases I believe. I think that Phil worked on this last year (November or December rings a...
jim_fougeron
Offline Send Email
Jul 3, 2002
5:26 pm
900
Done. Look for 20020311-pfgw-linux-dev.gz in the files area. Previous: [childers test]$ 20020123-pfgw-linux-dev "-f1000{5016}" "-qPhi(5016,12)" PFGW Version...
gchil0
Offline Send Email
Jul 3, 2002
11:15 pm
901
Greg, You may want to look long and hard and make sure that the "Phil - **** " text is not being output. I think it was wrapped in #ifdef (DEBUG) .... #endif...
Jim Fougeron
jim_fougeron
Offline Send Email
Jul 3, 2002
11:35 pm
902
Jim, That code is enclosed in #if !defined (NDEBUG) ... #endif so it has to be explicitly disabled. You may want to consider using an #ifdef instead so we...
gchil0
Offline Send Email
Jul 4, 2002
3:01 am
903
I have looked through the pfgw.txt and searched these forums , but i see no information on what happens when pfgw runs on a system with duel cpu's. Is it...
Markus Frind
markusff
Offline Send Email
Jul 4, 2002
4:18 am
904
I should clarify my question more. Some of the other prime programs had command line switches to run different instances on different machines, and the...
Markus Frind
markusff
Offline Send Email
Jul 4, 2002
4:23 am
905
... [This is from part of a check for Mike Oakes of his huge Einstein-Mersenne gap] David (happy bunny)...
djbroadhurst
Offline Send Email
Jul 4, 2002
8:53 am
906
I run it all the time on 2 CPU's. It works fine. Now that being said, we could squeeze just a little more (1 - 2% more) from one of the running instances if...
Jim Fougeron
jim_fougeron
Offline Send Email
Jul 4, 2002
12:34 pm
907
Regarding modular trial division, and taking on a normal... How does a (shallow) P-1 test sound? Sometimes it's not worth trial dividing really deeply, and a...
Phil Carmody
thefatphil
Offline Send Email
Jul 4, 2002
2:48 pm
908
... It could be, but it will be much less "generic" useful than it is with GIMPS. In GIMPS, you know one larger prime factor of the P-1. This allows using...
Jim Fougeron
jim_fougeron
Offline Send Email
Jul 4, 2002
5:11 pm
909
From: Jim Fougeron <jfoug@...> ... Woh! steady on! I was thinking B1=2000, B2=50000, or even less, say. Sure, this only catches: Finding 2000/50000-smooth...
Phil Carmody
thefatphil
Offline Send Email
Jul 5, 2002
8:41 am
910
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...
tech_newsletters
tech_newslet...
Offline Send Email
Aug 5, 2002
7:55 am
911
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_fougeron
Offline Send Email
Aug 5, 2002
2:07 pm
912
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...
tech_newsletters
tech_newslet...
Offline Send Email
Aug 5, 2002
5:47 pm
913
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...
jim_fougeron
Offline Send Email
Aug 5, 2002
6:05 pm
914
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...
mgrogue
Offline Send Email
Aug 7, 2002
12:58 pm
915
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...
harvey563
Offline Send Email
Aug 7, 2002
10:07 pm
Messages 886 - 915 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