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 1444 - 1473 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1444
Happy New Year (2*2*3*167) PFGW! I come with a little (huge?) problem compiling pfgw on my shiny new amd64 (athlon 64 (uni) 3200+; gcc-3.3.2; Gentoo Linux...
raffi_raccoon
Offline Send Email
Jan 5, 2004
9:44 pm
1445
... This is probably a small bump in the road. Your SPLAT will come when you try to link in all that 32-bit assembly code - a hopeless task....
George Woltman
woltman9999
Offline Send Email
Jan 5, 2004
9:58 pm
1446
... From: George Woltman To: openpfgw@yahoogroups.com Subject: Re: [openpfgw] amd64 pfgw make error ... Thanks George. You saved me a lot of time and...
Raffi Chaglassian
raffi_raccoon
Offline Send Email
Jan 5, 2004
10:11 pm
1447
I would say this function probably should not be const anyway (due to the fact the object gets modified), however, the quick hack to get it to compile (I hope)...
jim_fougeron
Offline Send Email
Jan 5, 2004
10:21 pm
1448
... the ... Very effective! Thanks Jim. Now ff course, there's another problem, and I think it's to do with "pform/gmpgwlib" but I'm not sure, so here's the...
raffi_raccoon
Offline Send Email
Jan 5, 2004
10:54 pm
1449
I've been studying Nick Howgrave-Graham's thesis: dimacs.rutgers.edu/~dieter/Seminar/Papers/nick-thesis.ps No-one seems to have considered how his Jacob's...
David Broadhurst
djbroadhurst
Offline Send Email
Jan 6, 2004
2:08 am
1450
Trying to build 20031222 on a Gentoo P4: config.status: creating config.h configure: configuring in pform/pflib configure: running /bin/sh './configure'...
Phil Carmody
thefatphil
Offline Send Email
Jan 6, 2004
2:13 am
1451
... file=/dev/null ... at a time ... It's a gentoo specific problem. Easy fix: bash$ unset CC bash$ unset CXX ... You are on my sudoers list Phil, so you are...
raffi_raccoon
Offline Send Email
Jan 6, 2004
2:18 am
1452
... I misunderstood this earlier, my apologies Phil. But anyway, I doublechecked and you can definitely set/unset global env variables as a regular user. Just...
raffi_raccoon
Offline Send Email
Jan 6, 2004
2:26 am
1453
David, If you don't mind messing around in C a bit, may I recommend NTL available at http://www.shoup.net/ntl/ It has one of the best implementations of LLL...
gchil0
Offline Send Email
Jan 6, 2004
4:19 am
1454
Thanks Greg. Maybe, one fine day, I'll write a test program in Pari for small jobs, using lllint. Then you might be interested in seeing how it scales with...
David Broadhurst
djbroadhurst
Offline Send Email
Jan 6, 2004
2:29 pm
1455
... Thanks both. I'm running a build presently, the config worked perfectly. Apologies if this covered old ground -- I've just realised that I've probably not...
thefatphil
Offline Send Email
Jan 6, 2004
2:48 pm
1456
How easy would this be? -q causes main to return 0 or 1 for prime/composite. (don't care too much which is which) That way PFGW can be used in scripts or other...
Phil Carmody
thefatphil
Offline Send Email
Jan 7, 2004
7:03 pm
1457
I do not see how this would "fit" in easy, however, I am pretty sure that this CAN be done, but it would be more generic. I think that simply each time a...
jim_fougeron
Offline Send Email
Jan 7, 2004
7:59 pm
1458
I will upload a new version which does what you are asking. HOWEVER, be careful of things like -f -d (deep factoring). It may not work like you think it...
jim_fougeron
Offline Send Email
Jan 7, 2004
9:33 pm
1459
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
Jan 7, 2004
9:34 pm
1460
To test exit code == 0 when using -f -o when no factor is found, simply change line 1382 of pfgw_main.cpp from: g_PRP_ReturnCode = 1; to: g_PRP_ReturnCode = 0;...
jim_fougeron
Offline Send Email
Jan 7, 2004
10:16 pm
1461
... Fantastic, thanks Jim. ... Maybe we should just tabulate all the options and scenarios and have a bun fight? Every number is {composite,prp} x {0,1 or more...
Phil Carmody
thefatphil
Offline Send Email
Jan 7, 2004
11:30 pm
1462
The standard may be b0rked, but the following are justifiably not allowed by g++: pfprzfile.cpp:92: m_MaxNum = 0x7FFFFFFFFFFFFFFF; ...
Phil Carmody
thefatphil
Offline Send Email
Jan 9, 2004
10:56 pm
1463
I'm thinking that for certification of non-BLS forms, such as what David does plenty of, the following might be useful. When -tc-ing with _all_ helper factors...
Phil Carmody
thefatphil
Offline Send Email
Jan 17, 2004
9:55 am
1464
... But the idea of not having to use an external "checking" program does not hold water. I can easily demonstrate this: file h contains: 3333^333+93 ...
jim_fougeron
Offline Send Email
Feb 4, 2004
4:21 pm
1465
... Completely and utterly irrelevant. You've totally misinderstood what I was getting at. Whether they're proven primes is _irrelevant_. 2^bignum-1 is proven...
Phil Carmody
thefatphil
Offline Send Email
Feb 5, 2004
1:47 am
1466
... Not fully. Yes, if you want to limit the usage of PFGW to just this one method, then yes it makes since. However, PFGW is designed to be generic in many...
jim_fougeron
Offline Send Email
Feb 5, 2004
2:01 am
1467
Phil, I can easily add this. If you suggest a way that I can do this in some optional manner, I will put it in. I thought of using -h and -hv (the v for...
jim_fougeron
Offline Send Email
Feb 5, 2004
2:44 am
1468
[Jim, yahoo flagged your message as spam, I reported it as a false positive, but I find that rarely corrects its filters, mabye your ISP needs to be kicked or...
Phil Carmody
thefatphil
Offline Send Email
Feb 5, 2004
6:58 am
1469
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
Feb 5, 2004
7:10 pm
1470
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
Feb 5, 2004
7:11 pm
1471
For what's it's worth, I'd hate to have my unused helpers flagged. I sometimes use the entirety of Blair Kelly's FibLuc database as a monster helper file, or...
David Broadhurst
djbroadhurst
Offline Send Email
Feb 5, 2004
7:22 pm
1472
The new version does have this in, however, it is trivial to remove. The just uploaded version contains this logic whenever a "testing" mode is used (-t -tc...
jim_fougeron
Offline Send Email
Feb 5, 2004
7:31 pm
1473
Phil, Since the file handling in the new PFGW can take a literal string file name (as in the past), and a string variable (new feature), could we get a copy of...
jim_fougeron
Offline Send Email
Feb 5, 2004
10:14 pm
Messages 1444 - 1473 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