![]() |
|
|
#12 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
642410 Posts |
I realise I was a bit callow about attribution for 6+383, and should be more careful here.
Would something like "mersenneforum, Lehigh University + Womack" be acceptable? I could go the whole hog and list all the contributors, though that starts getting to particle-physics levels of silliness for numbers not much bigger than this. |
|
|
|
|
|
#13 | |
|
Jun 2005
lehigh.edu
210 Posts |
Quote:
Womack+mersenneforum/NFSNET (?). For comparison, perhaps I could share Tom's pm on my first range, for which there appear to be some 20 subranges in which the relns didn't get recorded --- I hit a filespace quota overnight, and cleared a storred NFSNET factorbase in the morning, after I found out. So those 20 ranges had a reasonable first half (or so), missed most of the second half, then did a last 30min.-1hr. If I understood the pm correctly, I may be able to see the specific 20 subranges that need re-running. Way different than the tight control in the NFSNET server/client; but seems to be workable, with some extra effort on Tom's part. I should do better this time; I'm running in /tmp. -Bruce (credit's not yet an issue, until I see how things look.) |
|
|
|
|
|
|
#14 |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
2·5,393 Posts |
|
|
|
|
|
|
#15 |
|
Oct 2006
vomit_frame_pointer
23·32·5 Posts |
|
|
|
|
|
|
#16 |
|
"Ben"
Feb 2007
7·503 Posts |
I'll take 93-100
|
|
|
|
|
|
#17 | |
|
Jun 2005
lehigh.edu
210 Posts |
Quote:
Code:
86002582 Mar 28 07:11 3+512.90M-91M.gz 176046496 Mar 28 07:11 3+512.91M-92M.gz 178093292 Mar 28 17:43 3+512.92M-93M.gz person doing the installation reports adjusting the default setting for future initial accounts. I re-ran the three ranges Tom located; not sure it's worth looking for the other 17. Paul's correct, /tmp isn't stable; I'm archiving files elsewhere. -Bruce |
|
|
|
|
|
|
#18 | |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
3·5·313 Posts |
Quote:
|
|
|
|
|
|
|
#19 | |
|
Jun 2005
lehigh.edu
210 Posts |
Quote:
dis-inclined to try tracking down the other ones. Instead, I'm reserving bdodson 123-124. If everything below 120M gets run, I'll replace the missing 90M subranges with q's another 20M out past what's running. Wish me luck with getting relns here within the next day or so. I seem to have lasieve running on the Opteron cluster under condor (5hrs of 12hrs or so); except that I won't know whether the output is "tranferred" back from the local node to the condor master until the range finishes (or, otherwise, just vanishes). If this doesn't work, I'll run these q's on the new quadcore cluster (which permits both use of the condor scheduler and "interactive" logins, unlike the Opteron cluster and the "old" quadcore cluster). I also managed to get condor to accept a submisson on the other ("old") quadcore cluster; so perhaps I'll see whether those ranges run (and, if so, whether I've managed to correctly instruct condor what to do with the output). Not clear how many jobs the scheduler will support, or whether I'll be able to figure out what to do with a _lot_ more data; but those would be problems I'd be happy to have. To hit a quarter of the max that Greg hit, I'd want something like 25-new-quad, 25-Opteron, and 50-old-quad; so as I was saying, wish me luck on today's 2+5 cpus. -Bruce |
|
|
|
|
|
|
#20 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
191816 Posts |
As far as data goes, I have a dedicated 60GB partition on the upload machine, which is on a 100Mbit internet connection in Telehouse in London, so if you have some way of pushing straight from the sievers to ftp, I ought to be able to handle any even quite unreasonable amount of data: a whole lpbr=31 factorisation takes IME under 30GB uncompressed, no more than 15G compressed. There may of course be policy at your end making that more difficult, or other bottlenecks.
|
|
|
|
|
|
#21 |
|
Mar 2006
25×3×5 Posts |
I'll take the range from 50-60.
edit: Oops, just realized I don't actually have gnfs-lasieve4I15e. Does anyone have a cygwin or mingw or windows compiled version of this? Or, I have the sources to ggnfs, can someone tell me how to compile it so that it produces the 15e executable? Also (what I would like more!), does anyone have (or can anyone make) 64-bit binaries of 14e and 15e for Windows? That would be awesome! Last fiddled with by WraithX on 2008-03-31 at 00:44 Reason: need 15e... |
|
|
|
|
|
#22 | |
|
"Ben"
Feb 2007
1101110000012 Posts |
Quote:
http://www.mersenneforum.org/showthread.php?t=10003 I've compiled it for windows under mingw, but it was not very easy and I don't think I could give concise instructions. I basically did this Code:
do {
err = compile;
if (err) {
hackish attempt to fix error;
} while (err);
|
|
|
|
|