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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2413 - 2442 of 2468   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2413
Having managed to get ggnfs compiled I compared it's speed with NFSX (ubasic/assembler NFS implementation written by Yuji Kida). Test case 10^151+1 with small...
chris2be8
Offline Send Email
Jun 6, 2009
2:09 pm
2414
Hello, I've done some tests with various ggnfs configurations. All on a Pentium 4 3.06 GHz stepping 9 with hyperthreading. The poly file was: n:...
chris2be8
Offline Send Email
Jun 6, 2009
3:11 pm
2415
Hello, I've written a patch for factMsieve.pl to automatically calculate skew if it isn't provided in the .poly file for a SNFS job. It should also work for...
chris2be8
Offline Send Email
Jun 19, 2009
7:05 pm
2416
... Ok, makes sense. Except that it doesn't have to flipped. It is always (|c0|/|cn|)**(1/n) (i.e. can be less than 1). I'll post it. Thanks. --Serge...
Serge Batalov
batalovs
Offline Send Email
Jun 20, 2009
8:09 pm
2417
... ggnfs-doc.pdf page 17 says "It should be at least 1". So I assumed I should invert the result if less than 1. At least that's was the "Draft of February 8,...
chris2be8
Offline Send Email
Jun 21, 2009
3:44 pm
2418
... The skew being larger than 1 is a good rule of thumb, and is especially useful becase the rest of the code assumes relations will have an 'a' coordinate...
Jason Papadopoulos
jasonp@...
Send Email
Jun 21, 2009
10:07 pm
2419
Hello, When factoring something like a^3k-1 I first algebraically reduce it to (a^2k+a^k+1)(a^k-1). To crack the first part I need to convert it into a degree...
chris2be8
Offline Send Email
Jul 3, 2009
4:01 pm
2420
... Crossover from degree 4 to 6 (when 5 is not possible) is about difficulty 145-150 digits. Note: One sieving side, algebraic or rational, will be much...
Serge Batalov
batalovs
Offline Send Email
Jul 7, 2009
3:53 pm
2421
I've noticed that the linecount subroutine opens FILE but never closes it. Is this likely to cause problems such as a memory leak? Is there any reason not to...
chris2be8
Offline Send Email
Jul 30, 2009
3:10 pm
2422
Hello, I was reviewing how long various runs took and noticed that neither the log nor the summary say which lattice siever was selected by factMsieve.pl....
chris2be8
Offline Send Email
Aug 3, 2009
4:57 pm
2423
Hello, If someone is going to tweak factMsieve.pl another enhancement would be to automatically select gnfs-lasieve4I15e or gnfs-lasieve4I16e when necessary as...
billrea65
Offline Send Email
Aug 4, 2009
7:26 am
2424
... Replying to my own post I added close(FILE); and ran a test run which worked OK. While looking at it I noticed that linecount reads through the whole of...
chris2be8
Offline Send Email
Aug 13, 2009
4:23 pm
2425
... Every little bit helps. I can't speak for anyone but myself, but I thank you for your work on this. Cheers, David...
David Willmore
davidwillmore
Offline Send Email
Aug 13, 2009
5:09 pm
2426
Hi, I compiled the siever with Visual Studio in the 64 Bit version and get the following output: 537183 215 8124 85497248861947451 179 6800 1471808426074512745...
lars_dausch
Offline Send Email
Aug 16, 2009
8:11 pm
2427
... The seiver runs fine, I have not been able to find where this output happens so it is a mystery to me as well. Jeff....
Jeff Gilchrist
jeff.gilchrist
Offline Send Email
Aug 17, 2009
12:57 am
2428
... I know that it works but as a programmer who has to write massive multi threaded applications it allways makes me nervous when there is an application that...
lars_dausch
Offline Send Email
Aug 17, 2009
4:58 pm
2429
... Looking a bit closer I realised it won't work properly if you restart a job. So add the middle of the following 3 lines (near line 1412): } else { ...
chris2be8
Offline Send Email
Aug 19, 2009
3:59 pm
2430
... My test run has completed successfully after being restarted twice. So this patch looks OK. Chris K...
chris2be8
Offline Send Email
Aug 22, 2009
10:57 am
2431
... Is it possible to include this enhancement ti factMsieve in the distribution. Jeff could you do that? I have been running factMsieve for a while on my Core...
torbjornalm
Offline Send Email
Aug 24, 2009
6:35 pm
2432
... Perl is not really my thing but if nobody else sees any problems with it, I can update the code with the changes. Chris, can you send me a patch with your...
Jeff Gilchrist
jeff.gilchrist
Offline Send Email
Aug 24, 2009
8:27 pm
2433
... Hello, I'm not sure exactly what format you want the patch in but here's a diff. I've had to fiddle it a bit, removing my path to bin, number of threads,...
chris2be8
Offline Send Email
Aug 25, 2009
5:06 pm
2434
... ie just before the following: # Get the Q0 value from tmp.job and just restart from there. Chris K...
chris2be8
Offline Send Email
Aug 25, 2009
5:31 pm
2435
Hi, I found the lines that create the strange output with 64 Bit windows sievers. It is in mpqs.c in line 1472: if (ulqx<1048576) { /*printf("%d ",x);*/ /*...
lars_dausch
Offline Send Email
Aug 26, 2009
6:26 pm
2436
OK did some searching and found that the math lib in VS does not contain trunc at all. Would it be OK to use floor instead as this should be available on GCC...
lars_dausch
Offline Send Email
Aug 26, 2009
7:28 pm
2437
Hello, I've finished testing my next patch to speedup factMsieve.pl. The section from about line 1683 now looks like: if(-e "MINRELS.txt") { open...
chris2be8
Offline Send Email
Aug 30, 2009
10:14 am
2438
... Hello Chris, Both msieve and ggnfs can be built and run in native Windows environments using the included Visual Studio build projects that I maintain. As...
br_gladman
Offline Send Email
Aug 30, 2009
10:52 am
2439
... Hello, Try replacing the code above with: open(IF, "$LOGFILE"); # CK while(<IF>) { # CK if...
chris2be8
Offline Send Email
Aug 30, 2009
11:06 am
2440
... Unfortunately there is no easy way to estimate the number of relations. It doesn't get anywhere close to being accurate until you are almost finished....
Jeff Gilchrist
jeff.gilchrist
Offline Send Email
Aug 30, 2009
11:18 am
2441
... Hi The function trunc rounds towards zero whereas floor rounds towards minus infinity. If your input is not negative you will be OK using floor in place...
br_gladman
Offline Send Email
Aug 30, 2009
11:36 am
2442
Hi All, In checking the Visual Studio build of GGNFS, I noticed that buiding msieve within ggnfs now fails because the source files have been removed. Has the...
br_gladman
Offline Send Email
Aug 30, 2009
1:31 pm
Messages 2413 - 2442 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