![]() |
|
|
#12 | |
|
Jul 2003
So Cal
2×34×13 Posts |
Quote:
|
|
|
|
|
|
|
#13 | |
|
Jan 2005
Caught in a sieve
5×79 Posts |
Quote:
I know; I get those confused sometimes, too. ![]() Edit: My issue with compiling on the latest SDK is that I need to keep the older SDK to compile for BOINC. Last fiddled with by Ken_g6 on 2010-10-06 at 04:07 |
|
|
|
|
|
|
#14 | |
|
Jul 2003
So Cal
2·34·13 Posts |
Quote:
And I'll kick off the reservations with 10-10.1T.Edit: Ummm, I mean 10-11T. Lost a power of ten myself there.
Last fiddled with by frmky on 2010-10-06 at 04:26 |
|
|
|
|
|
|
#15 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
Code:
gary@buttford:~/Desktop/gpu-stuff/ppsieve31$ make cd pps; make make[1]: Entering directory `/home/gary/Desktop/gpu-stuff/ppsieve31/pps' Makefile:77: Extraneous text after `else' directive gcc -c -m32 -march=i586 -mtune=core2 -o ../main.o -fomit-frame-pointer -s -O3 -DNDEBUG -D_REENTRANT -I. -I.. ../main.c ../main.c:1: error: bad value (core2) for -mtune= switch make[1]: *** [../main.o] Error 1 make[1]: Leaving directory `/home/gary/Desktop/gpu-stuff/ppsieve31/pps' make: *** [all] Error 2 Last fiddled with by mdettweiler on 2010-10-06 at 04:33 |
|
|
|
|
|
|
#16 |
|
May 2007
Kansas; USA
33·5·7·11 Posts |
Is PST aware that we are taking 10T-20T in this forum? I didn't see any posting for it over there.
|
|
|
|
|
|
#17 | ||
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
Quote:
|
||
|
|
|
|
|
#18 |
|
I quite division it
"Chris"
Feb 2005
England
31·67 Posts |
When will k<1001, n<1m benefit from this sieving?
a) Weeks. b) Months. c) Never. That range will be finished before anything is snapped of the sieve file. d) How long is a piece of string? |
|
|
|
|
|
#19 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
10000101010112 Posts |
Quote:
Some other sieve depths, as gleaned from files: drive 11 (k=2000-3000, n=425K-650K, outside of your k bounds): 30T mini-drive (k=3010-3200, n=420259-650K, outside of your k bounds): 30T individual k (k=300-400, n=1M-2M, outside of your n bounds): 140T Those are all the depths I could find. So my best guess is a) Weeks. (if the admins are willing to apply the factors ASAP, and the sieve depths listed aren't terribly off), or b or c (Months-Never) if they're not. ![]() Remember that there's no benefit to snapping out parts of the sieve file, (as in, stopping factoring of those portions) since they keep sieving numbers they don't need to along with the large ones that they're trying to reach the optimal depth for. Of course, at a certain point, you'll say, "we can start testing of this file at the current depth", but factors for them will continue to be found. It seems to me that calculating the optimal depth for this sieve will be far harder than traditional sieves, since you get a great deal of unusable factors along with usable ones, and must factor that in. Or it's at least much harder than the sort of optimal calculations I do for CRUS bases, maybe it's more comparable to other big sieves... Last fiddled with by Mini-Geek on 2010-10-06 at 14:19 |
|
|
|
|
|
|
#20 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
141518 Posts |
Probably Weeks. I'm thinking that once the new sieve gets to, say, p=100T, that would be a good time to update the k<1001 drives' files. We may only catch the tail end of the 5th Drive with that (in which case it would probably be easier management-wise just to finish that one off on the 26T file), but the 6th and 7th drives should benefit quite a bit.
|
|
|
|
|
|
#21 | |
|
Jan 2005
Caught in a sieve
5×79 Posts |
Quote:
What Linux version are you using? |
|
|
|
|
|
|
#22 |
|
Sep 2004
283010 Posts |
GTX 480 has a peak power in load of 450 W. GTX 480 sieves at 5103 kp/sec.
A core i5 750 (quad-core) has a peak power in load of 95 W. Core i5 sieves at 120kp/sec/core. GTX 480 will sieve 1T in 55 hours having a energy consumption of 24.49 kWh. For the same consumption the core i5 would only sieve to 0.45T. This means the quad-core machine would spend 55 kWh of electric energy to sieve 1T. GTX 480 24.49 kWh/(Tera sieved). Core i5 750 54.97 kWh/(Tera sieved). In terms of efficiency the GTX 480 is only 2.24x more efficient than one i5 750. Another question is to know which one will fail first due to heat, the processor or the GPU, and of course the investment. The GTX 480 cost 2.4x the i5 750. So what's the conclusion? (lol) Last fiddled with by em99010pepe on 2010-10-06 at 17:31 |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New PRPnet drive discussion | mdettweiler | Conjectures 'R Us | 89 | 2011-08-10 09:01 |
| Sieving drive Riesel base 6 n=1M-2M | gd_barnes | Conjectures 'R Us | 40 | 2011-01-22 08:10 |
| Bigger and better GPU sieving drive: k<10000 n<2M | mdettweiler | No Prime Left Behind | 61 | 2010-10-29 18:48 |
| GPU sieving drive for k<=1001 n=1M-2M | mdettweiler | No Prime Left Behind | 11 | 2010-10-04 22:45 |
| Sieving drive for k=301-400 n=1M-2M | MyDogBuster | No Prime Left Behind | 42 | 2010-03-21 01:14 |