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...
Show off your group to the world. Share a photo of your group with us.

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 862 - 891 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
862
Knowing that I couldn't do this myself, I tried a few different sources looking for Mac people who would have the knowledge (and hopefully the time) to help me...
Mark Rodenkirch
mgrogue
Offline Send Email
Apr 2, 2002
1:44 am
863
Hi all, I found this in a thread a while back: PhilC: I do a^(p-2) (mod p) presently. I prefer the look of yours - the 'Knuth' Algorithm. Me: If you want I can...
Paul Jobling
paul_joblinguk
Offline Send Email
Apr 8, 2002
12:24 pm
864
... NewPGen ... Hi, Try www.primeform.net/openpfgw. That hasn't been updated since the 11th of March though so you'll probably need to add in Jim's patches...
Michael Bell
mbhawkuk
Offline Send Email
Apr 8, 2002
1:30 pm
865
So far, ChrisN has all the source for the most recent dev build. I will upload my current source tree to OpenPFGW's file folder, and when Chris releases the...
jim_fougeron
Offline Send Email
Apr 8, 2002
2:28 pm
866
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....
Send Email
Apr 8, 2002
2:38 pm
867
Is there anyone needing the scriptfile functionality which was regrettably left out of the last public release? If so, I will make a new public release with...
jim_fougeron
Offline Send Email
Apr 14, 2002
12:14 am
868
... I don't think so - we haven't publicised the script file feature at all outside this group. When the next release goes up we should announce the script...
Michael Bell
mbhawkuk
Offline Send Email
Apr 14, 2002
9:18 am
869
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....
Send Email
Apr 18, 2002
3:58 am
870
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....
Send Email
Apr 18, 2002
4:14 am
871
... Just for a larf, I tried WinPFGW! I clicked on the help topic 'contents', and up came a modal window with a few radio buttons and a panel or two. This...
Phil Carmody
thefatphil
Offline Send Email
Apr 19, 2002
5:39 pm
872
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....
Send Email
Apr 21, 2002
4:05 pm
873
Hi all, pfgw -f100 -q"2^n+1" fails for n > 2755074: "The exception unknown software exception (0xc00000fd) occured in the application at location 0x0047c5b3" ...
Paul Jobling
paul_joblinguk
Offline Send Email
May 2, 2002
9:46 am
874
This is working fine on my system. I have tried with and without the GMP dll. However, version 4/17 is old. It may have been a version where the GMP was...
Jim Fougeron
jim_fougeron
Offline Send Email
May 2, 2002
12:33 pm
875
Hi Jim, Have you considered using LoadLibrary so that the software loads up the correct version of the library automatically? Or do you not have control over ...
Paul Jobling
paul_joblinguk
Offline Send Email
May 2, 2002
1:25 pm
876
... LoadLibrary is used, and full control over which functions are loaded is being done. However, a check for correct version is NOT done, nor is there any...
Jim Fougeron
jim_fougeron
Offline Send Email
May 2, 2002
1:49 pm
877
Is there any sign yet of special code to speed up the search for Gaussian Mersenne primes, Chris? Yours hopefully :-) Mike Oakes In a message dated 03/05/02...
mikeoakes2@...
mikeoakes2
Offline Send Email
May 3, 2002
8:36 pm
878
There is a new version of PFGW being uploaded right now which will use GMP dll's which do not use the alloca. These DLL have been uploaded into the primeform...
Jim Fougeron
jim_fougeron
Offline Send Email
May 5, 2002
5:41 am
879
I believe i have finally tracked down a bug that has been giving me big head aches. I have confirmed the same thing happens when i run this on a P2, and a...
markusff
Offline Send Email
May 22, 2002
3:09 am
880
Complex number's may not be the issue. What you may have is a DLL getting hung. I have seen similar behavior on 2 different WinNT systems. I have to find out...
Jim Fougeron
jim_fougeron
Offline Send Email
May 22, 2002
3:21 am
881
Ya i am sure it is the DLL. Because when i run your ECM application afterwards which uses the same DLL it gives me bad data as well. Both machines are...
Markus Frind
markusff
Offline Send Email
May 22, 2002
4:00 am
882
PFGW should work fine without the DLL (make sure that the DLL is not in WinNT or WinNT\system32 or on the path (or in the current folder, or the folder of...
jim_fougeron
Offline Send Email
May 22, 2002
11:53 am
883
In http://groups.yahoo.com/group/openpfgw/message/737 Greg noted that he had kindly provided a linux build. This works fine, thanks. But it does not have the...
djbroadhurst
Offline Send Email
May 26, 2002
8:28 pm
884
If someone is going to handle this, then contact me first. I have code newer than what is in the OpenPFGW file folder. What is there is one version prior to...
jim_fougeron
Offline Send Email
May 26, 2002
9:25 pm
885
... I've fixed the bugs in erat now so the modular sieve appears to work to arbitrary ranges, though still with a 64k small-prime-window. If that level of...
Phil Carmody
thefatphil
Offline Send Email
May 28, 2002
6:34 am
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
Messages 862 - 891 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