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 1055 - 1092 of 2469   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1055
... Ok Chris, 0.76.8 worked great. Looks like that fixed it. Thanks for the help and thanks for the great program. Have a great weekend. Charles...
cfr4_y2
Offline Send Email
May 1, 2005
8:45 am
1056
... Excellent! Has anyone else used 0.76.8 to re-try any old factorizations which had the matbuild problem? Or, has anyone experienced the same old...
ggnfsmonico
Offline Send Email
May 1, 2005
6:13 pm
1057
... I can investigate if nobody else is able to (since I wrote the Makefile for ppc), but I won't be able to get to it for a week or so. I've been very busy. ...
Mark Rodenkirch
mgrogue
Offline Send Email
May 1, 2005
6:30 pm
1059
Hey, I was wondering if anyone had the block lanczos and block Wiedemann algorithms handy? Joe...
company0515
Offline Send Email
May 2, 2005
4:03 am
1060
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the ggnfs group. File :...
ggnfs@yahoogroups.com
Send Email
May 2, 2005
10:55 am
1061
Hi Tom. ... I would guess that the memalign() function does not exist under FreeBSD or requires some header file or library that GGNFS is not specifying. One...
trilliwig
Offline Send Email
May 2, 2005
6:46 pm
1063
... Ah, good to know. I did some Googling and it appears memalign() does not exist under FreeBSD, and most implementations fake it by making it a stub for...
trilliwig
Offline Send Email
May 2, 2005
10:08 pm
1064
... If you mean papers, here are some links: For block Lanczos, http://www.crypto-world.com/FactorPapers.html has Montgomery's paper in PostScript format under...
trilliwig
Offline Send Email
May 2, 2005
10:24 pm
1066
... Whew. :) ... Looks like the types ulong and ushort need to be defined for BSD. You can edit src/lasieve4/asm/lasieve-asm.h and modify the first line of #if...
trilliwig
Offline Send Email
May 3, 2005
9:06 am
1068
... Ok. I guess we'll have to put in an #if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)/#endif around those #include <malloc.h>...
trilliwig
Offline Send Email
May 3, 2005
5:34 pm
1070
Hi, I was wodering in lattice sieving for each (q,s) pair, how one calculates two short vectors which generate the lattice with regards, raghu...
raghu
raghupatil2004
Offline Send Email
May 4, 2005
9:49 am
1071
Hi Raghu, As I recall, the obvious idea works rather well: Suppose the vectors in question are u and v. (1) Compute the projection of u onto v, say: P(u:v) =...
ggnfsmonico
Offline Send Email
May 4, 2005
2:37 pm
1072
Hello again, I just realized that my old junkie lattice sieving code is still in GGNFS - although I stopped long before I started making decent progress on the...
ggnfsmonico
Offline Send Email
May 4, 2005
2:40 pm
1073
Hello, All! I've faced following bug when trying to run procrels on some collectes relations: i build factorbase with lprb=lpra=30 (same setting was used for...
Andrei Belenko
a_belenko
Offline Send Email
May 4, 2005
5:44 pm
1074
... I can't say that I know what is wrong, but lpbX=30 is *Huge*! For the 202 digit SNFS 100^99+99^100 we can easily get by using lpbX=28. I would think you...
Jes Hansen
jeskamstrup
Offline Send Email
May 4, 2005
6:34 pm
1075
... Hi! In def-par.txt I followed the hints from Greg and limit lvpa/lbpr to 27. The result is excellent. I seldom now need more than two passes with reduction...
Torbjörn Alm
torbjornalm
Offline Send Email
May 4, 2005
7:48 pm
1076
It might be a integer overflow, or atleast it looks that way without looking at the code. you might have to check to see if it is unsigned instead of signed. ...
company0515
Offline Send Email
May 4, 2005
9:09 pm
1077
Is there a way to parallelize GGNFS? A friend an I are using it for a school project, and we thought we saw somewhere that there was a way to do it, but we...
fpgiv
Offline Send Email
May 5, 2005
3:13 am
1078
Hello, fpgiv! ... Well, running distributed factorisation with ggnfs is not very complicated. (1) Polynomial selection is easy to parallelize: use pol51* tools...
Andrei Belenko
a_belenko
Offline Send Email
May 5, 2005
3:20 am
1079
Hello All! Some more details are become available for makefb/procrels problem. Anton traced bug to completePartialRelFact() function (in rels.c). It returns...
Andrei Belenko
a_belenko
Offline Send Email
May 5, 2005
8:36 am
1080
Hi Andrei, This seems to be another facet of the known signed/unsigned issues in the code. The -191 occurrs when it tries to verify the factorization of a...
ggnfsmonico
Offline Send Email
May 5, 2005
2:38 pm
1081
Hello all, Brian wanted me to find out how many people are using VC to compile GGNFS on a regular basis. Each time there are significant changes to the code,...
ggnfsmonico
Offline Send Email
May 5, 2005
2:43 pm
1082
Hello, ggnfsmonico! Thanks a lot for your answer! ... It seems that I've found cause for this error. It occurs because 'a' member of relation_t structure is...
Andrei Belenko
a_belenko
Offline Send Email
May 5, 2005
5:07 pm
1083
Hello Chris, Thursday, May 5, 2005, 6:38:28 PM, you wrote: g> will probably still be a while before I get to that. My suggestion in g> the meantime is just to...
Anton Korobeynikov
aslsoft
Offline Send Email
May 5, 2005
5:20 pm
1084
Hello Anton! g>> will probably still be a while before I get to that. My suggestion in g>> the meantime is just to drop the LPBA/LPBR values to 29 and g>>...
Andrei Belenko
a_belenko
Offline Send Email
May 5, 2005
5:42 pm
1086
... Did you add -D__ppc__ to the compile line? This would not be automatically defined in linux. jasonp ... This message was sent using BOO.net's Webmail. ...
Jason Papadopulos
jasonp@...
Send Email
May 7, 2005
2:15 pm
1088
... I think you have an incompatibility. -march=k8 is used for Pentium processors and __ppc__ is for PowerPC processors. If you are building on a PPC, you...
Mark Rodenkirch
mgrogue
Offline Send Email
May 7, 2005
10:49 pm
1089
I have updated the source to build on a PPC G5 with OS X 10.4. I have not tested it yet. You won't need the entirety of the source (which I have zipped)....
Mark Rodenkirch
mgrogue
Offline Send Email
May 8, 2005
3:19 am
1091
I got the following output from GGNFS checkMat() did not like something about the matrix: This is probably a sign that something has gone horribly wrong in the...
Torbjörn Alm
torbjornalm
Offline Send Email
May 8, 2005
6:18 am
1092
It is nice to see that you have solved your problem. There must be another solution that will allow use to use the ASM code as well. Unfortunately I do not...
Mark Rodenkirch
mgrogue
Offline Send Email
May 8, 2005
12:47 pm
Messages 1055 - 1092 of 2469   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