![]() |
|
|
#1 |
|
Jul 2003
So Cal
2×34×13 Posts |
We've hit another milestone! log[(3^607-1)/2] / log(2^32) > 30.
Took me a few minutes to figure out why it wasn't working! A quick recompile and filtering is underway.
|
|
|
|
|
|
#2 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
36·13 Posts |
That's the usual one. Limbs, shlimbs.
|
|
|
|
|
|
#3 |
|
Tribal Bullet
Oct 2004
3,541 Posts |
Fixed in SVN. Soon everyone's codebase will look like Greg's local one :)
Note that I've received a report of a crash in the initial singleton removal pass for a dataset with 1.1G relations, and have not been able to diagnose it remotely. There is an additional fix for a potential problem in the hashtable code, but maybe I should be dusting off the JUDY library and adding it into places that are expected to build massive hashtables. I'm thinking of the initial singleton pass and the initial matrix build. It's a sign of the times when both of these have already had a lot of their working set pushed off to disk, and even with tens of GB of RAM I still have to worry about scaling badly. Last fiddled with by jasonp on 2010-10-17 at 16:20 |
|
|
|
|
|
#4 |
|
Jul 2003
So Cal
2×34×13 Posts |
|
|
|
|
|
|
#5 |
|
Nov 2003
11101001001002 Posts |
YES!!!! By curious coincidence, I have just starting sieving 2,1870L
using 31 bit LPS. Since my MP software uses 30-bit limbs, I ran into a few problems.... One oversight that I had: If QS fails to split two LP's I try SQUFOF. But I had forgotten that my SQUFOF routine is limited to composites less than 2^60... My siever would run for a while, then hang... not core dump, just hang. It had gotten into an infinite loop in squfof. Tracing it down was a pain.... I have had a few similar problems.... For example, in one place I was calling a special prime test routine that is designed internally to work only on double precision (2^60) integers. It too was hanging. Replacing it with a general routine fixed the problem. etc. etc. I think that everything is OK now. BTW, the CWI post processing code doesn't handle ideals > 2^30 or (a,b) lattice values > 2^30 at all..... |
|
|
|
|
|
#6 |
|
Oct 2006
vomit_frame_pointer
23×32×5 Posts |
|
|
|
|
|
|
#7 |
|
Sep 2008
Kansas
64608 Posts |
|
|
|
|
|
|
#8 | |
|
Jun 2003
5,051 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Another milestone! | tcharron | PrimeNet | 3 | 2013-08-29 06:44 |
| Big milestone coming up | schickel | Aliquot Sequences | 8 | 2011-07-29 10:54 |
| New milestone | tha | Data | 526 | 2010-11-23 00:09 |
| New Milestone | opyrt | Prime Sierpinski Project | 65 | 2010-10-06 13:18 |
| Milestone | davieddy | PrimeNet | 2 | 2007-09-08 12:38 |