![]() |
|
|
#12 |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
47·229 Posts |
I've a multi-core machine and will be running several instances in parallel in the same directory. The command given in the first post doesn't work too well in that environment and I changed it to:
Code:
#!/bin/sh ../gnfs-lasieve4I16e -v -r t.poly -f 100000000 -c 125000 -o t.poly.lasieve-1.100000000-100125000 & ../gnfs-lasieve4I16e -v -r t.poly -f 100125000 -c 125000 -o t.poly.lasieve-1.100125000-100250000 & ../gnfs-lasieve4I16e -v -r t.poly -f 100250000 -c 125000 -o t.poly.lasieve-1.100250000-100375000 & ../gnfs-lasieve4I16e -v -r t.poly -f 100375000 -c 125000 -o t.poly.lasieve-1.100375000-100500000 & ../gnfs-lasieve4I16e -v -r t.poly -f 100500000 -c 125000 -o t.poly.lasieve-1.100500000-100625000 & ../gnfs-lasieve4I16e -v -r t.poly -f 100625000 -c 125000 -o t.poly.lasieve-1.100625000-100750000 & Paul |
|
|
|
|
|
#13 |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
47×229 Posts |
Up and running on a
Code:
vendor_id : AuthenticAMD cpu family : 16 model : 10 model name : AMD Phenom(tm) II X6 1090T Processor stepping : 0 cpu MHz : 3780.456 cache size : 512 KB Curiously enough, I'm getting almost the same performance from a 2.13GHz Core2 Duo P7540 laptop running Win7-64. Perhaps these are just small-number statistics or perhaps I need to see what needs tweaking on the AMD Linux box. Paul Last fiddled with by xilman on 2011-02-13 at 11:20 Reason: Add laptop stats |
|
|
|
|
|
#14 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
2A0B16 Posts |
Quote:
The ratio of these rates is 1.05 but the ratio of the clock frequencies is 1.77 so the AMD is significantly less efficient here. Perhaps I should check compilation options on the Linux siever. Paul |
|
|
|
|
|
|
#15 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
47×229 Posts |
Quote:
The ratio of these rates is 1.05 but the ratio of the clock frequencies is 1.77 so the AMD is significantly less efficient here. Perhaps I should check compilation options on the Linux siever. Paul Last fiddled with by xilman on 2011-02-13 at 21:55 Reason: The error bounds for the Intel were 10 times too large! |
|
|
|
|
|
|
#16 | |
|
"Ben"
Feb 2007
351610 Posts |
Quote:
|
|
|
|
|
|
|
#17 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
948810 Posts |
I have posted my own L1_bits=16 binary in the top message - it may be better for AMD. Paul, your binary seems to be a bit slow (maybe non-asm?). Give this one a try. I have 0.30-0.31s/rel on a similar 1090T.
When building from source, use the src/experimental/lasieve4_64/ (well you know that) Last fiddled with by Batalov on 2011-02-13 at 20:37 |
|
|
|
|
|
#18 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
101010000010112 Posts |
Quote:
I'll kill off the currently running sievers and continue from where they finished. (Any chance of you providing comparable builds of gnfs-lasieve4I1[1-5]e please? I'm currently fighting my way through the oft-times depressing difficulties of building anything from the Franke/Kleinjung sources. If it helps, I can provide sftp to my machine and/or ssh access to you for building on this system.) Many thanks! Paul |
|
|
|
|
|
|
#19 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
24×593 Posts |
Will do (as long as the first one runs on your system; the usual showstopper is the glibc compatibility). If you can find Tom's binary in the forum - that one is L1_bits=15.
|
|
|
|
|
|
#20 |
|
Nov 2003
22×5×373 Posts |
|
|
|
|
|
|
#21 |
|
"Serge"
Mar 2008
Phi(4,2^7658614+1)/2
24·593 Posts |
It is hard to predict yet, but there's most probably two weeks to go here (or more); so let's get back to this question after one week?
|
|
|
|
|
|
#22 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
47·229 Posts |
Quote:
Paul Last fiddled with by xilman on 2011-02-14 at 18:59 |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Finishing expired LL test | Damian | PrimeNet | 2 | 2017-11-16 00:36 |
| 1870L : Yield Rate | R.D. Silverman | Cunningham Tables | 44 | 2010-10-21 14:32 |
| Finishing mprime runs | bill-p | Software | 1 | 2009-12-08 17:45 |
| distributed.net completes OGR-25 | ixfd64 | Lounge | 4 | 2008-11-22 01:59 |
| LL assignments on slow PCs "die" shortly before finishing? | Andi47 | PrimeNet | 1 | 2007-02-28 22:03 |