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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 1929 - 1958 of 2468   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1929
Hello, The following routine is the fastest mult64x64 on my PC so far. void mult64x64(u64 *c, u64 *a, u64 *b) { multnx64(c, a, b, 64); } When I improved multT,...
KAMADA Makoto
makotokamada
Offline Send Email
Aug 1, 2006
11:09 am
1930
Hello, Smaller version. ... void mult64x64_k5(u64 *c, const u64 *a, const u64 *b) { ALIGNED16(static u64 w[256]); int i; for (i = 0; i < 64; i += 4) { u64 b0 =...
KAMADA Makoto
makotokamada
Offline Send Email
Aug 1, 2006
12:34 pm
1931
... Dear KAMADA Makoto! Yes, u algoritm are best, i simple make implmentation for MMX regs ;-) File test1.c updated, ITERATOR = x*8 + CPU: Opteron 1.6, Linux...
ivan_seculab
Offline Send Email
Aug 1, 2006
3:44 pm
1932
Hello Everyone ... Well. Ok. Let's do final comparison of mult64x64 routine speed on different CPUs. So, I'm asking everyone to submit results obtained from...
Anton Korobeynikov
aslsoft
Offline Send Email
Aug 2, 2006
4:04 pm
1933
mult64x64_k5h() is definitely the best. 1) Machine-1. Pentium-M 735, Dothan, 1.7 GHz, L1 32 Kb, L2 2048 Kb gcc -O3 -march=pentium-m test1.c Routine...
Sten
sten_stenovich
Offline Send Email
Aug 2, 2006
8:30 pm
1934
... It looks as if mult64x64_k5h is the best in my environments: 1.8GHz P4 (MSVC v8): Routine mult64x64_k5 takes 27 seconds. Routine mult64x64_k5h takes...
Brian Gladman
br_gladman
Offline Send Email
Aug 2, 2006
11:06 pm
1935
... Congratulations on a great factorisation C148 = p74 * p74 Wow! Your link, however, does not seem to work. http://www.hoegge.dk/mersenne/ggnfs.log --Bob....
Bob Backstrom
bobb7772004
Offline Send Email
Aug 4, 2006
2:06 pm
1936
Hello, Results of test1.c, including mult64x64_k6 which uses SSE2, on Pentium 4 3.06GHz, Windows XP, Cygwin and gcc-3.4.4: #define ITERATOR 0x100000*32 #define...
KAMADA Makoto
makotokamada
Offline Send Email
Aug 5, 2006
12:58 pm
1937
Hello KAMADA Makoto! test1.c updated. Please see my small bugfixes, if I not right, please correct me. Added ALIGN to 16 to all memory blocks, becouse SSE2...
ivan_seculab
Offline Send Email
Aug 5, 2006
5:18 pm
1938
... <http://www.hoegge.dk/mersenne/ggnfs.log> ... Thank you. I was extremely lucky :) I changed logfile link to ggnfs.log.txt ...
ath042
Offline Send Email
Aug 5, 2006
10:06 pm
1939
... <http://www.hoegge.dk/mersenne/ggnfs.log.txt> How long did this factorization take? It looks like you used factorbases of 5M, which is rather large for a ...
Sander Hoogendoorn
sander3005
Offline Send Email
Aug 6, 2006
8:32 am
1940
... given ... Well, all in all it took a long time cause it is my first nfs factorization, so I had to figure out the program first. I sieved several times in...
ath042
Offline Send Email
Aug 7, 2006
12:40 pm
1941
Number: n N=2429959551898864964273906486401858668187147604 332061935478305440987049328323464874728109685923 037882683198110272902137432535950661618656367053 ...
Bob Backstrom
bobb7772004
Offline Send Email
Aug 10, 2006
11:42 am
1942
Over the last month I've only seen it happen 3 times. The sieving will be going along very nicely at a fast clip and then something slips its gears. It'll...
j_m_berg
Offline Send Email
Aug 13, 2006
9:34 am
1943
I've been using factLat.pl to do multi-client sieving. It took me a few days to figure out all of the "gotta do" issues, but now it seems to be working great....
j_m_berg
Offline Send Email
Aug 16, 2006
2:59 pm
1944
Due to the recent posting I did on factLat for multi-client, I've had more than a few people ask me how to do "it" (multi-client support). I've done a couple...
j_m_berg
Offline Send Email
Aug 23, 2006
6:26 pm
1945
... It is very well doable from Win32. I've quite a few cpu's available on which i can't install cygwin. I haven't read your steps in detail, but i think it...
Sander Hoogendoorn
sander3005
Offline Send Email
Aug 23, 2006
9:02 pm
1946
... GGNFS ... several ... on ... easier. ... I've no doubt whatsoever that it can be done easier and I appreciate your input (and others) on how to do it...
j_m_berg
Offline Send Email
Aug 24, 2006
4:23 pm
1947
... I've been hoping someone would take the time to do just that for quite a while now. Something simple like the ECC challenge clients to distribute the...
gchil0
Offline Send Email
Aug 24, 2006
6:05 pm
1948
Dear GGNFS users, I've had a great deal of success making use of the perl script and even running the programs independently to factor a fair number of ...
mrmarkhudson
Offline Send Email
Sep 1, 2006
7:22 am
1949
Never had your problem. Only the sqrt program did fail twice with trivial factorizations... ... ...
darkangel55us
Offline Send Email
Sep 1, 2006
6:04 pm
1950
Is there any way to decrease memory usage in matbuild, I'm following using params: 1) C168 type: gnfs rlim/alim: 21m/20m lpbr/lpba: 30/30 Memory allocation...
sashamkrt
Offline Send Email
Sep 7, 2006
7:18 am
1951
... I'm having similar problems on a c143 with r/alim 14M Doing 228182 additions... Doing merge on chunk 7/9 (P0=13462091, P1=15705772)... Doing 73088...
Sander Hoogendoorn
sander3005
Offline Send Email
Sep 8, 2006
10:22 am
1952
Hello sashamkrt ... I hope so, in fact we depends heavily on the "quality" of the system memory management facility. The only solution, which can be useful - ...
Anton Korobeynikov
aslsoft
Offline Send Email
Sep 8, 2006
10:49 am
1953
hello friends I am new to GNFS can any one explain it to me with some number , i will be thankful to you thanx...
musk7511
Offline Send Email
Sep 9, 2006
10:37 pm
1954
... Have you tried reducing the -maxrelsinff parameter to matbuild? This should reduce the matbuild memory use, at the cost of increased matrix size in...
Geoffrey Reynolds
g_w_reynolds
Offline Send Email
Sep 10, 2006
12:05 am
1955
... Do you want to know how the GNFS *algorithm* works, or how the GGNFS *program* works? Others can comment on the latter; for the former, google Per Leslie...
Jason Papadopoulos
jasonp@...
Send Email
Sep 10, 2006
1:04 am
1956
hello actually i want to understand GNFS in some simple manner the way it is presented in the Papers makes it too hard to understand for me. can you tell me...
musk7511
Offline Send Email
Sep 10, 2006
10:08 am
1957
Sorry, but there is no simple way to desribe NFS. It is the most complicated factoring method today and is more than 2 orders of magnitude more complex than...
Torbjörn Alm
torbjornalm
Offline Send Email
Sep 10, 2006
11:28 am
1958
... Indeed. If you understand how the quadratic sieve works, and can learn enough to know what a number field is, you're most of the way to understanding how...
Jason Papadopoulos
jasonp@...
Send Email
Sep 11, 2006
2:10 am
Messages 1929 - 1958 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