Search the web
Sign In
New User? Sign Up
ggnfs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1759 - 1788 of 2468   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1759
Hi all,i'm very new at this but am getting hooked. can anyone point me to a tutorial for makeing the .poly file, and whats the bigest number to date that has...
mage_stik
Offline Send Email
Feb 1, 2006
6:27 pm
1760
m> Hi all,i'm very new at this but am getting hooked. m> can anyone point me to a tutorial for makeing the .poly file, You should check documentation provided...
Andrei Belenko
a_belenko
Offline Send Email
Feb 1, 2006
6:59 pm
1761
Now I get these 18 attached errors... ... Hi Andreo, Well, at least we now know what one problem is! When you obtained the GGNFS source code you should have...
Andreo Beck
andreo_beck
Offline Send Email
Feb 1, 2006
10:20 pm
1762
... I cannot tell what all of them are but I may be able to eliminate some of them. First it appears that you don't have a config.h file in include-extra ...
Brian Gladman
br_gladman
Offline Send Email
Feb 1, 2006
11:26 pm
1763
Things that i have noticed are that the pol51 are linked in the main src directory instead of the src/pol51. Also, i get linking errors with the gmp library...
bwetter246
Offline Send Email
Feb 2, 2006
8:12 pm
1764
... The files that VC++ cannot find are not in the last distribution. I now realise that my VC++ project files are built against the ggfs files in the CVS...
Brian Gladman
br_gladman
Offline Send Email
Feb 2, 2006
9:16 pm
1765
... Thanks for checking on this. I am afraid that don't understand what is going one since I have just done a clean download from the ggnfs CVS repository and...
Brian Gladman
br_gladman
Offline Send Email
Feb 2, 2006
9:28 pm
1766
Where is the CVS loacted? In C:\Documents and Settings\Andy\My Documents\Visual Studio 2005\Projects\ggnfs\CVS I find only 3 files: Entires, Root and...
andreo_beck
Offline Send Email
Feb 3, 2006
12:25 am
1767
thats the funny part, ggnfslib builds without the linking problem, but when i build pol51m0n i get some. ggnfslib.lib(gcdext.obj) : error LNK2019: unresolved...
bwetter246
Offline Send Email
Feb 3, 2006
2:09 am
1768
6^363+1 C172 = P75.P98 by SNFS (difficulty 188.3) I am happy to report that this factorisation eventually succeeded. I did an extra 10 GHz days sieving and...
Geoffrey Reynolds
g_w_reynolds
Offline Send Email
Feb 3, 2006
2:47 am
1769
... That's because ggnfslib is a library and it won't expect to resolve all symbols during its build. Omissions will hence only become evident when something...
Brian Gladman
br_gladman
Offline Send Email
Feb 3, 2006
8:07 am
1770
... If you are not familiar with using the CVS repository to download ggnfs, you will need to learn about this. I use Tortoise CVS and it is pretty good on...
Brian Gladman
br_gladman
Offline Send Email
Feb 3, 2006
8:55 am
1771
It seems to be the problem of all beginners. And I didn't find the answers for my questions anywhere. So, any link will be helpful. I'm trying to factor C163,...
mvoznyy0526
Offline Send Email
Feb 3, 2006
8:12 pm
1772
... The SNFS difficulty in this case is in fact the full number, 228^200, which FAR to large to be factored by SNFS. The largest factorings with GGNFS using...
Torbjörn Alm
torbjornalm
Offline Send Email
Feb 3, 2006
9:25 pm
1773
Actually, you can use a 4th order poly with 228^80-228^60+228^40-228^20+1, but that would be very difficult since 4th order is certainly not optimal in this...
gchil0
Offline Send Email
Feb 4, 2006
2:21 am
1774
<< COPY OF EMAIL SENT EARLER TO Torbjörn: >> Hi Torbjörn, I've got soooooo near to getting XYM_88_89 factorised - just the final matbuild bugs stopping...
Bob Backstrom
bobb7772004
Offline Send Email
Feb 4, 2006
7:53 am
1775
if added those two lines in the config.h and i still get the same linking errors. ... problem, ... resolve all ... when ... gmp.h ... expect them ... library...
bwetter246
Offline Send Email
Feb 6, 2006
8:15 am
1776
... What GMP does with both __gmpn_copyi and __gmpn_copyd is to test (in gmp-impl.h) whether there are fast native versions of these two functions. If these...
Brian Gladman
br_gladman
Offline Send Email
Feb 6, 2006
11:19 am
1777
... Yes, Greg, the error is mine. It should have been: 228^200-1=(228^100-1)*(228^100+1)=(228^100-1)*(228^20+1)*(228^80- 228^60+228^40-228^20+1) and also for...
mvoznyy0526
Offline Send Email
Feb 6, 2006
6:29 pm
1778
... M = 2^146 / (3^4 5^8) mod n ... M = 2^117/(3^3 5^6) mod n HTH Chris __________________________________________________ Do You Yahoo!? Tired of spam?...
Chris Card
ctcard_hotma...
Offline Send Email
Feb 6, 2006
7:07 pm
1779
im using your latest version both gmp-vc8 and gmp-4.14 from your site. i extracted both archives into the same directory and everything compiles except for...
bwetter246
Offline Send Email
Feb 6, 2006
9:17 pm
1780
... I am sorry but I have run out of ideas since I cannot duplicate the problem. I have just done the following to try to duplicate it: 1. downloaded GMP-4.1.4...
Brian Gladman
br_gladman
Offline Send Email
Feb 6, 2006
10:38 pm
1781
well, all is good. most of it compiled except for matbuild. ive also got a whole handfull of warnings. thanks for the help :) brandon ... have ... built ......
bwetter246
Offline Send Email
Feb 7, 2006
7:55 am
1782
... Do you have any idea of what the earlier problem was caused by? It would be useful to know so that I can warn people about it in the readme. Also, what...
Brian Gladman
br_gladman
Offline Send Email
Feb 7, 2006
8:14 am
1783
... readme. ... i believe i forgot to add the mpfr library to the gmp directory ... c1 : fatal error C1083: Cannot open source file: '..\..\src\rellist.c': No...
bwetter246
Offline Send Email
Feb 7, 2006
8:53 am
1784
... That is odd since, as far as I recall, GGNFS does not use MPFR functions. But maybe I am wrong about that. ... That is because there are several new files...
Brian Gladman
br_gladman
Offline Send Email
Feb 7, 2006
9:26 am
1785
Hi, I've been using ggnfs-0.77.1-20050930 successfully for a while until yesturday: -> ___________________________________________________________ -> |...
IgorSchein
Offline Send Email
Feb 10, 2006
5:00 pm
1786
Could you try as input file c107.n => n: <number> regards Cedric ... ...
darkangel55us
Offline Send Email
Feb 10, 2006
6:41 pm
1787
This factorisation was done with ggnfs-0.77.1, compiled with gcc- 3.3.6 on Debian Linux. Sieving was done on a mix of P2, P3 and P4 CPUs, everything else on a...
Geoffrey Reynolds
g_w_reynolds
Offline Send Email
Feb 11, 2006
2:00 am
1788
... Well, I omited n: as obvious in my posting. My input file definitely is correct. Moreoever, 0.77.1 version did manage to factor the number successfully....
IgorSchein
Offline Send Email
Feb 13, 2006
10:52 pm
Messages 1759 - 1788 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