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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 2214 - 2243 of 2468   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2214
... From: Mark Rodenkirch <mgrogue@...> To: ggnfs@yahoogroups.com Sent: Saturday, January 19, 2008 7:09:15 PM Subject: Re: [ggnfs] Re: GGNFS on PowePC64...
Croco Dille
cobete1
Offline Send Email
Feb 8, 2008
10:58 am
2215
I am using x86-64 processor .On which ,when I was trying to run make command its showing the following errors : gcc -I../include -O3 -fomit-frame-pointer -Wall...
leela kumara swamy la...
leelakumaras...
Offline Send Email
Feb 13, 2008
10:35 am
2216
... -DMALLOC_REPORTING -c getprimes.c ... instruction set ... instruction set ... Which Processor and OS do you use? Which version of ggnfs are you trying to...
deyringer
Offline Send Email
Feb 13, 2008
11:19 am
2217
Hello! After FB generation with this call: makefb -rl 20000000 -al 20000000 -lpbr 29 -lpba 29 -if c145.job -of c145.fb I try to execute procrels to dump...
complexdancer
Offline Send Email
Feb 21, 2008
11:50 am
2218
Hello Craig! [I hope I'm not giving you duff info here - I'm going on memory, as I didn't make detailed notes at the time... perhaps I should have, but that's...
James Wanless
bearnol
Offline Send Email
Feb 21, 2008
12:01 pm
2219
... as I ... but ... of ... the ... Hello James! Tnank you for such a quick answer! :) But the problem is still here: After trying this with ggnfs-svn-p4.zip...
complexdancer
Offline Send Email
Feb 21, 2008
12:40 pm
2220
OK, I'm probably mis-remembering. [my "latest" CVS I used would have been 071022, so you're at least there...] I imagine you should keep the polynomial...
James Wanless
bearnol
Offline Send Email
Feb 21, 2008
12:53 pm
2221
... My understanding is that switching users is a capability that is only really useful for Windows XP Home. In a true multi-user environment the switching...
Jason Papadopoulos
jasonp@...
Send Email
Mar 6, 2008
3:42 pm
2222
... I suspect nobody is going to do this work until other more critical things happen in the GGNFS codebase. In fact, I'm not entirely sure anyone besides me...
Jason Papadopoulos
jasonp@...
Send Email
Mar 10, 2008
7:24 pm
2223
Raman, Please stop reflecting my mail messages to the GGNFS mailing list. If you want to include them in an email thread just put the address in the CC line. ...
Jason Papadopoulos
jasonp@...
Send Email
Mar 11, 2008
3:24 am
2224
Hello, I've been reading the source of the sqrt program, in the file montgomery_sqrt.c. However, I got stuck at a small description at line 1003-1007 which...
bellerophonsoldier
bellerophons...
Offline Send Email
Mar 19, 2008
6:43 am
2225
Hi, I'm returning to using GGNFS after some time. Checked out SVN version 311, compiled OK and am running tst250.n. I notice that after the first sieving round...
Roland PJ
rolandpj
Offline Send Email
Mar 23, 2008
6:35 am
2226
... This seems to be a common misconception. procrels does not remove singletons, it removes relations that have been previously found. Having duplicates in...
Jason Papadopoulos
jasonp@...
Send Email
Mar 23, 2008
4:09 pm
2227
Hello, I have a version of the web http://www.math.ttu.edu/~cmonico/software/ggnfs/devel/ggnfs-0.77.0.tar.gz, but it is very difficult to understand it, I ask...
daniel_aac
Offline Send Email
Mar 31, 2008
6:54 am
2228
... You can also look at msieve (www.boo.net/~jasonp/qs.html), which is pretty much equally complicated. The simplest GNFS implementation you will be able to...
Jason Papadopoulos
jasonp@...
Send Email
Mar 31, 2008
1:58 pm
2229
A leak in pol51opt is in pol5/roots.c: line 184. The easiest fix is to add a single line free(assess_optima); in the last line of murphy_en(), after "*me=e;"...
Serge Batalov
batalovs
Offline Send Email
Jun 11, 2008
2:46 pm
2230
I've been running a GGNFS factorization on a C133 for about two weeks on PPC. It seems to me that it is stuck in a look of some sort. It sieves, then after...
Mark Rodenkirch
mgrogue
Offline Send Email
Jun 24, 2008
9:53 pm
2231
msieve's guess of the number of relations it still needs isn't good. Are the total number of unique relations increasing on each run? How many unique...
gchil0
Offline Send Email
Jun 25, 2008
6:19 pm
2232
Yes. It is increasing. There are currently around 6.5m unique relations. FYI, here is the job file: n: ...
Mark Rodenkirch
mgrogue
Offline Send Email
Jun 25, 2008
9:10 pm
2233
... 2 cents worth: Change rlim and alim to, say, 7000000 or even 8000000 in the poly file and let it dump and reload. You will find an immediate jump of...
Bob Backstrom
bobb7772004
Offline Send Email
Jun 26, 2008
1:38 am
2234
... msieve stores the relations in a simple text file, so there is no more dump and reload. Although, honestly, I'm not sure what'll happen if you try to do...
gchil0
Offline Send Email
Jun 26, 2008
2:10 am
2235
I changed my job file. We'll see what happens... The def-par.txt in the ggnfs distribution doesn't have defaults for GNFS factorizations over 126 digits....
Mark Rodenkirch
mgrogue
Offline Send Email
Jun 27, 2008
3:07 am
2236
... for ... def- ... This parameters may help for GNFS around 120~140digits. gnfs,122,5,65,2000,1.0e- ...
Jo Yeong Uk
greatpsycho
Offline Send Email
Jun 28, 2008
10:05 am
2237
I have been trying to factor a 133 digit composite for a couple of weeks and ran into a problem in ggnfs-lasieve. It appears to be stuck in a loop in redu2.c...
Mark Rodenkirch
mgrogue
Offline Send Email
Jul 1, 2008
10:32 pm
2238
I've seen this a couple of times. Very annoying! I saved the files somewhere to track it down later, but never did. I not sure I still have those files...
gchil0
Offline Send Email
Jul 2, 2008
12:38 am
2239
I have zipped up the directory. It is about 600 MB if anyone has the skill to track this down....
Mark Rodenkirch
mgrogue
Offline Send Email
Jul 2, 2008
12:59 am
2240
... I regularly have the siever / perl script get stuck on some special q's. Just increase the special q in the .job file with a couple of thousand and...
Sander Hoogendoorn
sander3005
Offline Send Email
Jul 2, 2008
6:26 pm
2241
That got me past this roadblock. Hopefully someone will find and solve this problem....
Mark Rodenkirch
mgrogue
Offline Send Email
Jul 3, 2008
11:16 am
2242
Hello! Could anyone help me with building 64-bit executable for Windows? I don't currently have required environment to build it myself, so your help is much...
complexdancer
Offline Send Email
Jul 4, 2008
5:30 pm
2243
Dear friends, I would like to ask if there is any possibility to help with factorization of 512 bits number. I am trying to find somebody who could help me...
Antonio Sanches
tzro47
Offline Send Email
Jul 17, 2008
1:42 pm
Messages 2214 - 2243 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