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 2035 - 2064 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2035
... This has been gone for a while. If the file mt19937.c is in the gwnum directory then you are using the version with this fix....
George Woltman
woltman9999
Offline Send Email
Sep 28, 2009
9:20 pm
2036
... Yes. Alas, my laptop with MSVC and PFGW sources is in the shop. When it comes back and I have some time to investigate, I'll email you....
George Woltman
woltman9999
Offline Send Email
Sep 28, 2009
9:24 pm
2037
... Thanks, George. The linux build has not changed since August 18. It would be great to have a completely order-independent linux build, with Mark's latest...
djbroadhurst
Offline Send Email
Sep 28, 2009
11:19 pm
2038
... I have patched the one piece of code that I had already mentioned. Steven can grab at any time and produce a build if he wants, but I would prefer that he...
Mark Rodenkirch
mgrogue
Offline Send Email
Sep 28, 2009
11:29 pm
2039
... I can also break gwnum with polcyclo(13): $ pfgw -tc -q"Phi(13,2^2749)/8191" Error occuring in PFGW at Tue Sep 29 00:41:16 2009 Expr = Phi(13,2^2749)/8191 ...
djbroadhurst
Offline Send Email
Sep 28, 2009
11:47 pm
2040
... That would be helpful, please, if (and only if) it is compiled with George's mt19937.c file. Then we will be left with a clearly reproducible brokenness of...
djbroadhurst
Offline Send Email
Sep 29, 2009
12:04 am
2041
... Not so. The switch -a1 will avoid the errors that I have reported. Videlicet: $ pfgw -tc -a1 -q"Phi(13,2^2749)/8191" ... Yet without -a1, version 3.2.2...
djbroadhurst
Offline Send Email
Sep 29, 2009
12:29 am
2042
... It is possible that that the build you have was built with the current version of that file, but I need to investigate. --Mark...
Mark Rodenkirch
mgrogue
Offline Send Email
Sep 29, 2009
12:30 am
2043
... That is of no account, since mt19937.c would be vitiated by the indubitable order dependence on bases in the version of August 18. Conversely, a new linux...
djbroadhurst
Offline Send Email
Sep 29, 2009
12:48 am
2044
... I will not make -a1 mandatory. The better option is to have PFGW tell users to use the -a switch for primality tests that fail due to rounding and sumout...
Mark Rodenkirch
mgrogue
Offline Send Email
Sep 29, 2009
2:14 am
2045
... A fortiori, this recent Windoze build: http://openpfgw.svn.sourceforge.net/viewvc/openpfgw/pfgw_win_3.2.3_20090928.zip should be now free of *all*...
djbroadhurst
Offline Send Email
Sep 29, 2009
3:13 am
2046
... I will remove this today. I have not announced it officially and as long as this other issue exists in PFGW or as long as I don't improve the message when...
Mark Rodenkirch
mgrogue
Offline Send Email
Sep 29, 2009
11:40 am
2047
I have modified PFGW to do the following when a roundoff/sumout/mismatched sums error occurs during a primality test: pfgw -t -q"Phi(82730,2)" Primality...
mgrogue@...
mgrogue
Offline Send Email
Sep 29, 2009
1:30 pm
2048
... I should like to have a version free of all order dependence ... Then the remaining issues would be free of order dependence. But you are the boss, Mark....
djbroadhurst
Offline Send Email
Sep 29, 2009
6:45 pm
2049
... Just to be clear that we aren't talking Apples and Dells, there are two separate order dependence issues. The first is the random number generator used in...
mgrogue@...
mgrogue
Offline Send Email
Sep 29, 2009
9:33 pm
2050
Hi Mark, ... As Phil speculated, we are dealing with a number that has a nasty bit pattern that magnifies FFT rounding errors. There seems to be three...
George Woltman
woltman9999
Offline Send Email
Oct 5, 2009
2:41 pm
2051
... I have added that after calling gwset_square_carefully_count(). Here is the new output using -a1 and -tc: Primality testing Phi(82730,2) [N-1/N+1,...
mgrogue@...
mgrogue
Offline Send Email
Oct 5, 2009
4:18 pm
2052
... As Phil correctly speculated, these errors were due to non-random bit patterns that the FFTs hate. I've upgraded the gwnum code to detect many of these...
George Woltman
woltman9999
Offline Send Email
Oct 6, 2009
9:56 pm
2053
... Phil correctly post-dicted my entirely deliberate intent :-) ... Thank ye kindly, Sir! ... I shall do my best to oblige, when a new linux build appears. ...
djbroadhurst
Offline Send Email
Oct 7, 2009
1:48 am
2054
... I hope to make a Windows build available this weekend. Once I do, I'll let Steven know and he can build you a linux executable. --Mark...
mgrogue@...
mgrogue
Offline Send Email
Oct 7, 2009
3:20 pm
2055
I found an interesting dark corner. For all of these numbers, PFGW 3.2.2 gives an error (unless -a1 is used, in which case they come back as composite). Same...
darren_bedwell
Offline Send Email
Oct 9, 2009
5:28 pm
2056
This seems like a bug, not a feature. Something about this number makes WinPFGW 3.2.2 err when the -a1 option is used. -qR(3021,160809)*10+1 -f -a1 Error...
darren_bedwell
Offline Send Email
Oct 9, 2009
5:55 pm
2057
3.2.3 is around the corner. I will test these with that version. --Mark...
Mark Rodenkirch
mgrogue
Offline Send Email
Oct 10, 2009
2:09 am
2058
I have verified that the SUMOUT issues are addressed in 3.2.3....
Mark Rodenkirch
mgrogue
Offline Send Email
Oct 10, 2009
2:58 pm
2059
I have release PFGW 3.2.3. Here is a list of changes: - Fix an issue with -t when using an input file, PFGW would not reuse bases, thus re-ordering the file...
Mark Rodenkirch
mgrogue
Offline Send Email
Oct 10, 2009
3:57 pm
2060
As promised, the linux version of 3.2.3 can be found here: http://openpfgw.svn.sourceforge.net/viewvc/openpfgw/pfgw_linux_3.2.3.zip?view=log --Mark...
Mark Rodenkirch
mgrogue
Offline Send Email
Oct 13, 2009
9:46 pm
2061
... This test breaks GWNUM 25.13: $ pfgw -t -q"Phi(3,8^6353)/73" PFGW Version 20090928.x86_Dev (Beta 'caveat utilitor') [GWNUM 25.13] Detected in MAXERR>0.45...
djbroadhurst
Offline Send Email
Oct 17, 2009
2:25 pm
2062
... That's OK from my perspective, as long as PFGW suggests that you use the -a1 or -a2 switch. It would be much worse if the result of the test were given as...
Mark Rodenkirch
mgrogue
Offline Send Email
Oct 17, 2009
4:51 pm
2063
Hi Can somebody compile pfgw for AMD processor? Thank you. Giovanni...
Di Maria Giovanni
calimero22
Offline Send Email
Oct 25, 2009
1:24 pm
2064
PFGW is CPU agnostic. It uses the gwnum library. gwnum detects the CPU and automatically uses the optimal code for it. --Mark...
Mark Rodenkirch
mgrogue
Offline Send Email
Oct 25, 2009
1:42 pm
Messages 2035 - 2064 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