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 to share photos of your group with the world? 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 1232 - 1261 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1232
Hi all, If you have a small number (less than 2^31, I would say from a quick look at the source) and you test it using -tm, -tp, or -tc, even if it is prime ...
Paul Jobling
paul_joblinguk
Offline Send Email
Aug 8, 2003
4:23 pm
1233
There is one more problem I found recently. On 2 machines I run the command line version of pfgw using the Task Scheduler (Win-2k), I set it to start at a...
pminovic
Offline Send Email
Aug 10, 2003
5:25 am
1234
I will look at this, but it is VERY possible, that there is nothing to do (other than find a different "scheduling" mechanism). The buildin scheduler is not...
jim_fougeron
Offline Send Email
Aug 10, 2003
6:12 am
1235
Jim - over the weekend I found another little bug in the 'Lucky Minus' file handling code. I'll fix that and send the corrected file to you. Regards, Paul. ...
Paul Jobling
paul_joblinguk
Offline Send Email
Aug 11, 2003
8:12 am
1236
FYI, I have fixed this bug and the one that I saw last week (-t[pmc] with small candidates). I hope that didn't duplicate work, but it was only a three line...
Paul Jobling
paul_joblinguk
Offline Send Email
Aug 11, 2003
11:02 am
1237
Thanks for your reply. Note that there are two issues here: 1) Command line client doesn't catch the scheduller's kill signal and suddenly stops without...
pminovic
Offline Send Email
Aug 12, 2003
3:25 am
1238
I have not had a chance to look at this problem (yet). The scheduler handles command line apps by killing the CMD console, and not the app. There is no...
jim_fougeron
Offline Send Email
Aug 12, 2003
4:10 am
1239
An example of numbers I'm working on right now: PRP: 121088*13^121088-1 85000/448095 requires between 90 minutes of fast P-4's and 200 minutes on slow P-3's....
pminovic
Offline Send Email
Aug 13, 2003
10:49 am
1240
... I'm just looking at the code, and although it pulls the power of 2 out (as if it was going to use it for a SPRP test), if you run it it does a fermat PRP ...
Paul Jobling
paul_joblinguk
Offline Send Email
Aug 14, 2003
1:59 pm
1241
I have had a look at the code and can see no good reason why b is limited to the range 2 to 255. To allow values up to 2^31 is a simple two line change: ...
Paul Jobling
paul_joblinguk
Offline Send Email
Aug 14, 2003
4:00 pm
1242
... The prime95 fft routines allow multiplying by a small constant in the rounding and carry propagation step. This is much cheaper than a separate step after...
George Woltman
woltman9999
Offline Send Email
Aug 14, 2003
4:20 pm
1243
... Yes, looking at the code (gwPRP() in gw_prp.c) PFWG definitely uses this. Ah, it all becomes clear now - thanks George. - Paul. ...
Paul Jobling
paul_joblinguk
Offline Send Email
Aug 14, 2003
5:02 pm
1244
In a message dated 14/08/03 18:03:30 GMT Daylight Time, ... How hard would it be for that routine to /not/ use it (if b > 255)?... Mike...
mikeoakes2@...
mikeoakes2
Offline Send Email
Aug 14, 2003
5:05 pm
1245
I strongly counsel against fiddling with pfgw for the quite unnecessary purposes of extending base size or adding M-R. Reasons: 1)...
David Broadhurst
djbroadhurst
Offline Send Email
Aug 14, 2003
6:00 pm
1246
Thanks George. I was pretty sure this was the case, but was not exactly sure (in the PRP since). Jim. ... limited to ... the ... separate ... Anyway, Chris ...
jim_fougeron
Offline Send Email
Aug 14, 2003
6:28 pm
1247
This is just a passing thought, but since the PFGW executable is so *huge*, I routinely compress it using the UPX utility (see http://upx.sourceforge.net/). ...
Paul Jobling
paul_joblinguk
Offline Send Email
Aug 15, 2003
10:16 am
1248
C:>pfgw -q"464857965*2^22967-14731" PFGW Version 20030811.Win_Dev (Beta 'caveat utilitor') [FFT v22.13 w/P4] PRP: 464857965*2^22967-14731 5000/22995 Iteration:...
Jens Kruse Andersen
jkand71
Offline Send Email
Oct 5, 2003
5:10 pm
1249
Changes were made in the code that chooses the FFT size due to just this type of problem occuring with certain numbers in the 1.1 release. Choosing the correct...
gchil0
Offline Send Email
Oct 5, 2003
8:23 pm
1250
This error has nothting to do with those changes. This error was "added" since 1.1 In the code for PRP, this code "existed". It is a "quick-check" to see if...
jim_fougeron
Offline Send Email
Oct 5, 2003
10:02 pm
1251
A stronger KP-combined algorithm ******************************** Suppose that every factor f of N satisfies f = 1 mod F f = N^j mod G for some j in [0, T-1]...
David Broadhurst
djbroadhurst
Offline Send Email
Oct 7, 2003
9:26 pm
1252
Informal PS: I had been racking my brains trying to wind up to F1+F2>0.3, but I can't for the life of me see how to do that, however much Bouk goads me:-) ...
David Broadhurst
djbroadhurst
Offline Send Email
Oct 7, 2003
10:26 pm
1253
Personally BASIC-style syntax causes my brain to implode, which is why in the last few years I've written precisely _zero_ PFGW scripts. Perhaps a more C-like...
Phil Carmody
thefatphil
Offline Send Email
Oct 9, 2003
9:30 am
1254
... Yes! Surely there must be an open source interpreter that can be leveraged? Paul __________________________________________________ Virus checked by...
Paul Jobling
paul_joblinguk
Offline Send Email
Oct 9, 2003
10:45 am
1255
... That would be the "proper" way. However, the problem appealed to the hacker in me, so there's a squeezee-cheezee solution on its way. You'll not like it,...
Phil Carmody
thefatphil
Offline Send Email
Oct 9, 2003
11:51 am
1256
BASIC (circa 1963) is too new-fangled for me: http://inventors.about.com/library/inventors/blbasic.htm Can we please go back to ...
David Broadhurst
djbroadhurst
Offline Send Email
Oct 10, 2003
2:28 am
1257
How about INTERCAL: http://www.muppetlabs.com/~breadbox/intercal-man/home.html which like any decent language has no GOTO - but does have a COME FROM... ...
Paul Jobling
paul_joblinguk
Offline Send Email
Oct 10, 2003
8:24 am
1258
... I can't stand the faux politeness of intercal. Then again, I'm not supposed to like it, am I? However, you're talking to someone who dabbled with...
Phil Carmody
thefatphil
Offline Send Email
Oct 10, 2003
10:28 am
1259
... Well, I was originally going to suggest its 1-D equivalent, http://www.muppetlabs.com/~breadbox/bf/ before I plumped for Intercal... ... So how complex can...
Paul Jobling
paul_joblinguk
Offline Send Email
Oct 10, 2003
10:40 am
1260
... Backus? Sounds like an excuse to party! I can't beat 1954, but one of may favourites is still 1957's "Are you now, or have you ever been... a LISP...
Phil Carmody
thefatphil
Offline Send Email
Oct 10, 2003
10:43 am
1261
... I don't know. Honestly, I don't know. I said you wouldn't like it... Phil ===== Given that Dubya has control of a such vast arsenal, I'm sure the most...
Phil Carmody
thefatphil
Offline Send Email
Oct 10, 2003
11:03 am
Messages 1232 - 1261 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