Search the web
Sign In
New User? Sign Up
ggnfs
? 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 2145 - 2174 of 2468   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2145
I think that the problem is with gcc. I had the same problem on MacIntel, but when I changed src/makefile to use -O2 instead of -O3, the problem went away. ...
Mark Rodenkirch
mgrogue
Offline Send Email
Dec 5, 2007
2:19 am
2146
OK, I just discovered that I was too hasty with this conclusion. It appears that the last step of make calls "strip" which removes all symbols from the object...
Mark Rodenkirch
mgrogue
Offline Send Email
Dec 5, 2007
3:21 am
2147
This sqrt bug is the main thing that prompted me to abandon the GGNFS post-processing tools as soon as msieve was capable of finishing the factorizations....
gchil0
Offline Send Email
Dec 5, 2007
6:21 am
2148
That would be awesome. Please keep up posted on your progress. --Mark...
mgrogue@...
mgrogue
Offline Send Email
Dec 5, 2007
4:22 pm
2149
... Totally agree. A fantastic improvement. I use it all the times that I can. Occasionally it complains about not enough rels even if GGNFS is at the end...
Bob Backstrom
bobb7772004
Offline Send Email
Dec 5, 2007
5:39 pm
2150
... I want to do more than just convert the GGNFS files to msieve and run it. I want to completely replace factLat.pl, so that starting with either a *.n or...
gchil0
Offline Send Email
Dec 5, 2007
7:42 pm
2151
Yes, I've been helped by Bob's makems... mind, Greg's offering sounds great! - I'll await eagerly- thanks! J...
James Wanless
bearnol
Offline Send Email
Dec 5, 2007
8:07 pm
2152
Re-reading my post - it sounds a bit odd :) That 'thanks' is on behalf of the whole community, of course!...
James Wanless
bearnol
Offline Send Email
Dec 5, 2007
8:11 pm
2153
... Several people have asked about this, so I thought I'd throw it out: is it time for a merge between GGNFS and msieve? The latter can replace the majority...
Jason Papadopoulos
jasonp@...
Send Email
Dec 5, 2007
8:51 pm
2154
Sounds like a great idea. If you want any assistance, I would be willing to help, although I would do better with getting ports to work correctly than with...
mgrogue@...
mgrogue
Offline Send Email
Dec 5, 2007
9:14 pm
2155
I'm entirely in favor of this, but will license issues be a problem? GGNFS is GPL v2. Also, you could consider it not so much merging with GGNFS, but simply ...
gchil0
Offline Send Email
Dec 5, 2007
10:25 pm
2156
... How the licensing will work depends on the level of integration. The msieve codebase can remain public domain, the rest of GGNFS can remain under GPL, and...
Jason Papadopoulos
jasonp@...
Send Email
Dec 6, 2007
6:41 am
2157
Hello Everyone It was pretty quite here for some time :) ... Just my two cents: we can also think about better make system than current (I can spend some time...
Anton Korobeynikov
aslsoft
Offline Send Email
Dec 6, 2007
6:55 am
2158
So it sounds like there's broad agreement to move forward with updating GGNFS. I propose the following: - I complete and release msieve v1.31; this has some...
Jason Papadopoulos
jasonp@...
Send Email
Dec 6, 2007
7:11 pm
2159
... Hi Jason and friends, Pleaase add the step of establishing the Visual C++ build project for the combined product - which I should be able to do as I have...
br_gladman
Offline Send Email
Dec 6, 2007
7:44 pm
2160
Fix all compiler warnings so it builds cleanly on all platforms. Part of that means using defined types from stdint.h, which I think would help us find and...
Mark Rodenkirch
mgrogue
Offline Send Email
Dec 6, 2007
10:50 pm
2161
Hello, Mark ... Agree (for using stdint.h), this will require some efforts but it's definitely worth to do so. -- With best regards, Anton Korobeynikov. ...
Anton Korobeynikov
aslsoft
Offline Send Email
Dec 7, 2007
12:16 am
2162
Jason, ... Why don't use this step for some file moving? For example via creation of directories 'ggnfs' and 'msieve'. Or something like this. Maybe some code...
Anton Korobeynikov
aslsoft
Offline Send Email
Dec 7, 2007
12:18 am
2163
... Good idea, although with msieve fully integrated none of the source outside pol5 and lasieve4 is really needed, except possibly some small utility...
Jason Papadopoulos
jasonp@...
Send Email
Dec 7, 2007
3:46 am
2164
... This makes sense provided we import a version of stdint.h in order to maintain the C90 compatibility of the code since a number of compilers (including...
Brian Gladman
br_gladman
Offline Send Email
Dec 7, 2007
9:02 am
2165
Hello, ... Right, but fortunately there is direct alternative for vcpp. I even have already cooked .h file for this. -- With best regards, Anton Korobeynikov. ...
Anton Korobeynikov
aslsoft
Offline Send Email
Dec 8, 2007
1:00 pm
2166
I just wanted to let you know that my 2.8 GHz Pentium D dual core CPU (on which I currently sieve for 6,305-) is running two copies of GGNFS at 1.2 GHz. I...
ramanvis
Offline Send Email
Dec 8, 2007
2:05 pm
2167
Hello, ramanvis! ... Processors usually include some protection from overheating. Typical protection is to reduce clock frequency. SO, yes, high temperature...
Andrey Belenko
a_belenko
Offline Send Email
Dec 8, 2007
2:16 pm
2168
... That's much too hot, a processor running at full speed should not go over 60 C. I think it's likely your processor is throttling itself to avoid damage. ...
Jason Papadopoulos
jasonp@...
Send Email
Dec 8, 2007
2:24 pm
2169
... may ... NO, when I turn on the computer, in two minutes, the temperature goes up to 80°C (while booting). What should I do to make the processor cooler?...
ramanvis
Offline Send Email
Dec 8, 2007
3:43 pm
2170
Hello, ramanvis! ... You should check if cooler is okay. Anyway, cooling CPUs is well beyond scope of this group. ... No, it s not permanent. Once you've get...
Andrey Belenko
a_belenko
Offline Send Email
Dec 8, 2007
3:53 pm
2171
... to ... compilers ... have ... Hi Anton, I agree we could fix this for VC++ but I would prefer to fix it for all C90 compilers because some versions of...
br_gladman
Offline Send Email
Dec 8, 2007
8:43 pm
2172
... Really? AFAIK, "//" is valid to start comments according to the C90 standard. But I also don't understand why it would need to adhere to the C90 standard...
Mark Rodenkirch
mgrogue
Offline Send Email
Dec 8, 2007
9:05 pm
2173
... for ... C90 ... to ... not ... Hi Mark, I thought that // comments are a C99 feature but I could be wrong. A large number of modern C compilers don't...
br_gladman
Offline Send Email
Dec 8, 2007
9:58 pm
2174
... I could argue that Microsoft is more interested in adhering to its own standard rather than someone else's... Anyways, I use Visual C++ 6 at work am I'm...
Mark Rodenkirch
mgrogue
Offline Send Email
Dec 8, 2007
11:12 pm
Messages 2145 - 2174 of 2468   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