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 1527 - 1556 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1527
// I am seriously impressed by how PFGW handles this number, which // is the sum of 3 cubes, each with more than 6 million digits. // I recommend this as a...
David Broadhurst
djbroadhurst
Offline Send Email
Jul 4, 2004
2:16 pm
1528
This file craps out the Win32 build :( It is GMP dieing (am am 99% sure). I will look at it a little, and I have placed the file (with your comments) into...
jim_fougeron
Offline Send Email
Jul 4, 2004
3:25 pm
1529
... Ah, I rather hoped that it might :-) Here's evidence that both of my (old) Linux versions work just fine: ...
David Broadhurst
djbroadhurst
Offline Send Email
Jul 4, 2004
3:50 pm
1530
I have spent a few days overhauling the PFIO stuff (and also some in the PFOO). What I have done is to "decouple" the PFIO from PFOO (and PFGWLIB, and most...
jim_fougeron
Offline Send Email
Jul 4, 2004
3:59 pm
1531
I think it is high time that we try to get a solid release (1.2) out the door. I have made some significant changes recently, that are going to require a...
jim_fougeron
Offline Send Email
Jul 4, 2004
4:12 pm
1532
As per usual, I volunteer to (try to) break it, just as long as I don't have to Read the Friendly Manual....
David Broadhurst
djbroadhurst
Offline Send Email
Jul 4, 2004
4:19 pm
1533
I was assuming you would break it (as usual). However, it is best if that is done in a coordinated manner, so that we "know" what things you tried to break,...
jim_fougeron
Offline Send Email
Jul 4, 2004
4:36 pm
1534
... Me too! I could test the "linux version" and check if everything is working right there and so on... Uli...
Ulrich Thiel
mergel2
Offline Send Email
Jul 4, 2004
5:49 pm
1535
... PS: Maybe only that funny grey-screen version that some folk use? I got it through pfgw.exe (vintage June 2004) under Windoze95 on a old 266MHz Pentium2,...
David Broadhurst
djbroadhurst
Offline Send Email
Jul 4, 2004
5:58 pm
1536
Silly me. I have a libgmp-3.dll in the path which uses alloca. Once I changed that (cleared my path), pfgw worked just fine. Takes about 10 seconds on my...
jim_fougeron
Offline Send Email
Jul 5, 2004
1:35 am
1537
Thanks for getting to the bottom of that, Jim. I had been wondering why pfgw.exe let Rosinante handle this input, while Winpfgw.exe did not. The reason was the...
David Broadhurst
djbroadhurst
Offline Send Email
Jul 5, 2004
2:44 am
1538
... No. The correct libgmp-3.dll can speed up processing (at times quite a bit). However, these DLL's have been compiled using alloca (since it speeds up gmp...
jim_fougeron
Offline Send Email
Jul 5, 2004
3:45 am
1539
Thanks Jim, thanks Jim, thanks Jim, thanks. What I really wanted was to perform 30-million-digit Lucasian evaluations (no PrP-ing, of course) on a 128 MB...
David Broadhurst
djbroadhurst
Offline Send Email
Jul 5, 2004
1:02 pm
1540
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
Jul 5, 2004
2:50 pm
1541
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
Jul 5, 2004
2:50 pm
1542
I made ... my working version on a couple of Windoze machines. One is a 1GHz Athlon that is temporarily idle, so I could do some serious testing, if someone ...
David Broadhurst
djbroadhurst
Offline Send Email
Jul 6, 2004
12:30 am
1543
Two earlier reported bugs are still in PFGW 20040704. ... The prime generator produces (all?) composites without a factor below 2^15. This means the first...
Jens Kruse Andersen
jkand71
Offline Send Email
Jul 7, 2004
10:18 pm
1544
... below 2^15. This ... rare cases with ... more (by 31 ... Fixed, although you might not like the fix. Simply put, p(x) has been changed to only generate...
jim_fougeron
Offline Send Email
Jul 8, 2004
4:22 pm
1545
... composite with ... v23 w/P4] ... Fixed, Now within gw_prp.cpp, we first check to see if N%iBase==0 (only doing so if N is 1 gmp limb or less) Broken PFGW:...
jim_fougeron
Offline Send Email
Jul 8, 2004
5:36 pm
1546
... I was going to say that such a small answer can't be the 100010000-th partition number, as that's the usage I'm most used to for p() (for example the...
Phil Carmody
thefatphil
Offline Send Email
Jul 8, 2004
6:44 pm
1547
This contains the fixes mentioned today 1. Fermat test does not allow base divisible by the number. 2. the primegen p(x) does not generate primes over (2^15)^2...
jim_fougeron
Offline Send Email
Jul 8, 2004
7:16 pm
1548
Hi! The last week I tried to implement a prime generator in order to do a trial division on numbers of the form 2*n!-1. My generator is nothing special: It's...
Ulrich Thiel
mergel2
Offline Send Email
Jul 8, 2004
9:08 pm
1549
... OpenPFGW is fast to prp large numbers but the trial division uses a simple algorithm and can be improved a lot. My GMP based TreeSieve 1.1 is here: ...
Jens Kruse Andersen
jkand71
Offline Send Email
Jul 9, 2004
12:21 am
1550
? test(n)=(Mod(121,n)^(n-1)==Mod(1,n)) ? for(k=2,137,if(!isprime(k)&&test(k),print(k))) 4 6 8 10 12 15 20 24 28 30 40 60 70 76 91 120 133 Am I missing...
David Broadhurst
djbroadhurst
Offline Send Email
Jul 9, 2004
1:43 am
1551
... [17 values] ... You are missing something. test(n)=(Mod(1771561,n)^(n-1)==Mod(1,n)) 4 6 8 9 10 12 14 15 18 20 21 24 28 30 35 36 38 // that's 17 to here 39 ...
Phil Carmody
thefatphil
Offline Send Email
Jul 9, 2004
6:45 am
1552
... Not only does it use a simple algorithm, but the trial factoring function is actually PART of the expression parser (PFFunctionSymbol) Most of the speed...
jim_fougeron
Offline Send Email
Jul 9, 2004
2:07 pm
1553
... This is due to the asm code in PFGW. The code is a true O(N^2) "basecase" function. If using GMP division, there is a basecase, a Karatsuba, ToomCook,...
jim_fougeron
Offline Send Email
Jul 9, 2004
2:34 pm
1554
Some things to keep in mind about PFGW's factoring code. A. N is divided by each candidate factor prime, one at a time. B. The result is checked to see if N...
jim_fougeron
Offline Send Email
Jul 9, 2004
4:16 pm
1555
Thanks, Phil! ... Next question: why are some powers a lot worse than others? If I didn't boob, there are 134 base-64 pseudoprimes less than 10^4, but only 71...
David Broadhurst
djbroadhurst
Offline Send Email
Jul 9, 2004
4:34 pm
1556
... The method is not usual the Euler-GCD-tree, all residues are kept, so you're alright. It should be a trivial change. I can't say I find Jens' code...
Phil Carmody
thefatphil
Offline Send Email
Jul 9, 2004
4:39 pm
Messages 1527 - 1556 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