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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1118 - 1147 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1118
It turns out that the primality testing in ECM-GMP isn't quite as much as it should be. My group has been doing thousands of curves on a few numbers that turn...
Jay Berg <jberg@...>
J_M_Berg
Offline Send Email
Feb 4, 2003
7:59 pm
1119
... A prime being called composite is a Bad Thing. GMP-ECM should perform a PRP test, and therefore should hapily claim a prime is composite once in a blue ...
Phil Carmody
thefatphil
Offline Send Email
Feb 4, 2003
8:40 pm
1120
I can reproduce the problem as well. Actually, there appears to be two problems. The two 'runs' (see below) of ecm were done back to back with no change to...
Mark Rodenkirch
mgrogue
Offline Send Email
Feb 4, 2003
8:59 pm
1121
... There IS no problem. GMP-ECM is not a primality checker. it is a factoring program. It "assumes" that you are wise enough to give it composite numbers,...
jim_fougeron <jfoug@....
jim_fougeron
Offline Send Email
Feb 4, 2003
11:48 pm
1122
On Tuesday, February 4, 2003, at 05:48 PM, jim_fougeron ... I accept your explanation for not doing a primality test, but what about the other issue I...
Mark Rodenkirch
mgrogue
Offline Send Email
Feb 5, 2003
12:23 am
1123
... declares ... It's really quite simple when they were declared to be composite. I run an ECM-GMP client/server system for a number of people. One of the...
Jay Berg <jberg@...>
J_M_Berg
Offline Send Email
Feb 5, 2003
12:46 am
1124
... This was using the original ECM4c code compiled/linked with the latest GMP code, running on Win32 platforms....
Jay Berg <jberg@...>
J_M_Berg
Offline Send Email
Feb 5, 2003
12:48 am
1125
... Which is all well and good, unless you're using a wrapper on ECM-GMP. Any wrapper will take the output and determine that the result of a crack is...
Jay Berg <jberg@...>
J_M_Berg
Offline Send Email
Feb 5, 2003
12:50 am
1126
... Again, before pointing fingers at ECM-GMP, make sure that the client/server code correctly pulls out primes. Take a 200 digit prime, mult it by 1001, and...
Jim Fougeron.
jim_fougeron
Offline Send Email
Feb 5, 2003
1:49 am
1127
... Strange things happen if the file is "not" a proper file (i.e. there is no trailing end of line marker on the last line of the file). The build you have...
Jim Fougeron.
jim_fougeron
Offline Send Email
Feb 5, 2003
1:52 am
1128
... client/server ... by 1001, ... to a ... see ... treats it. ... prime, but ... nothing ... if the ... We've been using ECM-GMP (client/server) for a few...
Jay Berg <jberg@...>
J_M_Berg
Offline Send Email
Feb 5, 2003
1:58 am
1129
... If we can't reproduce it, we can't even begin to look at the problem - what were the composite numbers that when split caused the prime numbers to be...
Phil Carmody
thefatphil
Offline Send Email
Feb 5, 2003
8:03 am
1130
Jim: I have just downloaded ecm4c-r7-athlon-gcc_32.exe, and noticed that the -oe option says "Appending output data to file" and the -oe+ option says "Writing...
mikeoakes2@...
mikeoakes2
Offline Send Email
Feb 5, 2003
9:57 am
1131 Jim Fougeron.
jim_fougeron
Offline Send Email
Feb 5, 2003
12:17 pm
1132
... clip ... clip ... True Phil, but since PaulZ does not seem to care that there have been significant enhancements to the usability of GMP-ECM in the recent ...
jim_fougeron <jfoug@....
jim_fougeron
Offline Send Email
Feb 5, 2003
12:29 pm
1133
... This isn't run on Windows, but on a PowerMac G4. I changed the line encodings to be all of those three combinations, but there is no change. I even...
Mark Rodenkirch
mgrogue
Offline Send Email
Feb 5, 2003
12:33 pm
1134
... Mark, Have you tried with my pipe-aware version of GMP-ECM? It treats input differently from Jims version, and will cope with '|'s and '<'s happily. ...
Phil Carmody
thefatphil
Offline Send Email
Feb 5, 2003
1:56 pm
1135
... Yes: version -r4 with the -oe option also said "Appending output data to file" when it was actually creating a new file. Mike...
mikeoakes2@...
mikeoakes2
Offline Send Email
Feb 5, 2003
2:25 pm
1136
... line ... 5000. ... program ... doesn't ... Thank you for the command line. This also is a problem for me, and now that I can see what is happening, I can...
jim_fougeron <jfoug@....
jim_fougeron
Offline Send Email
Feb 5, 2003
2:54 pm
1137
... input ... happily. The builds I have done handle pipe and redirection just fine Phil. If they don't, then please point out where? Jim. PS, I have also...
jim_fougeron <jfoug@....
jim_fougeron
Offline Send Email
Feb 5, 2003
3:00 pm
1138
... I meant input issues in general. There does seem to be an input issue, unless a dozen characters going missing from the input is to be otherwise...
Phil Carmody
thefatphil
Offline Send Email
Feb 5, 2003
3:04 pm
1139
... Yes, Phil, there was a bug. A simple bug. I was reading from the wrong file handle (trying to clean up any extraneous stdin input, but instead read from...
jim_fougeron <jfoug@....
jim_fougeron
Offline Send Email
Feb 5, 2003
3:12 pm
1140
Thanks to a suggestion by Greg (to check the factors log), I was able to backtrack and discover what the (human) problem was with the issue over primality. It...
Jay Berg <jberg@...>
J_M_Berg
Offline Send Email
Feb 5, 2003
5:08 pm
1141
... You say that as if tee had never been invented. PHil ===== Shuttle mystery solved - at this speed, you'd disintegrate too! ...
Phil Carmody
thefatphil
Offline Send Email
Feb 5, 2003
9:10 pm
1142
... I always use the -o option (except when I found this bug), so I haven't had any problems. I see that Jim has found and fixed the problem I discovered. ...
Mark Rodenkirch
mgrogue
Offline Send Email
Feb 5, 2003
10:38 pm
1143
Jim, How (and where, so I can peek at the code itself) does PFGW chose which bases it should use for a deterministic N-1 test? How successful is it at finding...
Phil Carmody
thefatphil
Offline Send Email
Feb 14, 2003
10:17 am
1144
I have not dug into the proving code much at all Phil. But seeing that our fearless leader has taken a permanent hiatus, I (or someone) may have to look into...
jim_fougeron <jfoug@....
jim_fougeron
Offline Send Email
Feb 14, 2003
12:31 pm
1145
While verifying old primes on the prime list I got stuck on Phi(3,-28631#^2). I started the proof a couple weeks ago: Fri, 07 Feb 2003 21:52:18 GMT with the...
Good Question <caldwe...
primemogul
Offline Send Email
Feb 21, 2003
3:57 pm
1146
This is one of the "nastier" proofs. PFGW starts out the proof with a 466398 bit value (not sure why primorials do this, but they do). I just started it, so...
jim_fougeron <jfoug@....
jim_fougeron
Offline Send Email
Feb 21, 2003
6:31 pm
1147
I also see you use the -n switch. Could it be possible that you have a screen saver running (possibly even the NT lock workstation screen). Screen savers run...
jim_fougeron <jfoug@....
jim_fougeron
Offline Send Email
Feb 21, 2003
6:41 pm
Messages 1118 - 1147 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