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 2440 - 2469 of 2469   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
2443
... I believe it has been abandoned since so many changes have taken place since the last internal version and the latest one, Jason P doesn't have the time to...
Jeff Gilchrist
jeff.gilchrist
Offline Send Email
Aug 30, 2009
1:53 pm
2444
... From a run before I wrote this patch: chris@linux-5hwg:~/ggnfs/tests/r468> grep 'filtering wants' ggnfs.log Wed Jul 8 22:31:26 2009 filtering wants...
chris2be8
Offline Send Email
Aug 30, 2009
2:11 pm
2445
... The code has no way of knowing what that number should be. It already computes (number of ideals below the filtering bound) - (number of relations - number...
Jason Papadopoulos
jasonp@...
Send Email
Aug 31, 2009
3:13 am
2446
... All my patch really needs is a number large enough to skip one or more attempts at filtering with nowhere near enough relations. As long as the number...
chris2be8
Offline Send Email
Aug 31, 2009
4:27 pm
2447
... Chris, You can use the MINRELS.txt file to set the minimum number of relations collected before attempting the linear algebra stage. I use this file and...
billrea65
Offline Send Email
Aug 31, 2009
8:08 pm
2448
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
Sep 3, 2009
4:21 pm
2449
... I think msieve 1.42 will do what I want. According to http://mersenneforum.org/showthread.php?t=12000&page=2 post 130 it will always say 1000000 if a long...
chris2be8
Offline Send Email
Sep 3, 2009
4:33 pm
2450
Hi every body i am a new member if any one Know about gnfs code under window xp pls leat me Know...
jamal othman
jamalothman2003
Offline Send Email
Sep 8, 2009
8:59 am
2451
... If you mean you are looking for GGNFS binaries to run under Windows XP, you can download them from here: http://gilchrist.ca/jeff/factoring/ You can...
Jeff Gilchrist
jeff.gilchrist
Offline Send Email
Sep 9, 2009
1:49 pm
2452 fjuno37
Offline Send Email
Sep 14, 2009
9:19 am
2453
See Step 1 at http://gilchrist.ca/jeff/factoring/nfs_beginners_guide.html From there you can download either the source or binaries. Greg...
Greg Childers
gchil0
Offline Send Email
Sep 18, 2009
6:15 am
2454
I've set everything up under Ubuntu on an 8 core machine based on Jeff's page and I've started testing using the sample number he provides. The system is...
loukoume
Offline Send Email
Sep 18, 2009
3:09 pm
2455
... Yes. Polynomial selection isn't multi-threaded so only one gets used. All 8 will get used for sieving and some parts of the post-processing as well. Jeff....
Jeff Gilchrist
jeff.gilchrist
Offline Send Email
Sep 18, 2009
3:18 pm
2456
... Wow. Thanks for the speed of that reply! John....
loukoume
Offline Send Email
Sep 18, 2009
3:54 pm
2457
What is the expected time in years for factorize a number with 2048 bits with ggnfs...
alfaropas
Offline Send Email
Sep 23, 2009
11:29 am
2458
... I suppose it's silly to ask, but is there any reason why polynomial selection couldn't be made to use multiple CPUs? John....
loukoume
Offline Send Email
Sep 23, 2009
11:31 am
2459
Kudos to Jason for the new version. I have had a number of snfs factorings, which have bombed out immediately with the previous version. Now I started a...
torbjornalm
Offline Send Email
Sep 23, 2009
10:04 pm
2460
... For practical purposes, infinity. See http://mersenneforum.org/showthread.php?t=12125 for a discussion of factoring a 1536 bit general number. And 2048...
chris2be8
Offline Send Email
Sep 25, 2009
3:43 pm
2461
Hello, I've tested the matrix solving step with 1 vs 2 threads on a single core CPU with hyperthreading. It runs *faster* with 1 thread than with 2. Lattice...
chris2be8
Offline Send Email
Oct 4, 2009
9:14 am
2462
Hi dear group ,after downlouding ggnfs 340 and extracting and downlouding  CYGWIN and install , on double clicking CYGWIN I  get a flash window only and on...
jamal othman
jamalothman2003
Offline Send Email
Oct 7, 2009
8:56 am
2463
... The ggnfs binaries are command line tools so you can double click on them, you need to run them from either a cygwin shell or from a command prompt...
Jeff Gilchrist
jeff.gilchrist
Offline Send Email
Oct 7, 2009
2:49 pm
2464
... Great find, this has been updated in the SVN code so it will not longer produce that output. ... That is a very good question. I'm not sure if anyone here...
Jeff Gilchrist
jeff.gilchrist
Offline Send Email
Nov 5, 2009
8:35 pm
2465
Hello, Everyone ... What was the sort of garbage seen? ... wrong. We have: printf("%d %lu %u ",x,qx,ulqx); x here is of type i16_t qx - u64_t ulqx - u32_t The...
Anton Korobeynikov
aslsoft
Offline Send Email
Nov 6, 2009
12:40 pm
2466
... That wouldn't work for the Windows build because the Microsoft compiler doesn't support most of the C99 stuff and has no stdint.h header file. We could...
br_gladman
Offline Send Email
Nov 6, 2009
2:30 pm
2467
Hello, Brian ... At least we need to use proper format specifiers, since "unsigned long" is still 32 bits on win64. I was told that stuff from ...
Anton Korobeynikov
aslsoft
Offline Send Email
Nov 6, 2009
2:58 pm
2468
... Hello Anton I haven't tried the one you reference above but I have had trouble with earlier attempts to add inttypes.h to Visual Studio. In fact this might...
br_gladman
Offline Send Email
Nov 6, 2009
3:30 pm
2469
Hi, I am currently running the command: perl factmsieve.pl ..\..\example.n and factmsieve.pl is running pol51opt and pol51m0b searching for leading...
chuacw_scea
Offline Send Email
Nov 11, 2009
3:43 pm
Messages 2440 - 2469 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