![]() |
|
|
#12 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3×29×83 Posts |
Chalsall is right, in that TF get easier the higher you go. TF'ing a 150M exponent from x to y bits is twice as much work as a 300M exponent from x to y. So that the gaps are increasing is to be expected, even without an increase in CPU power.
The reason we say GPU has had no effect on this is because the programs designed for the GPUs are very, very bad at the very short assignments that are going on in that range. They are much better suited to long running assignments, such as 50M from 69 to 71 bits rather than 300M from 65 to 66. And there is also now a need for higher bit depths at the current LL range, and so that's where just about everybody is doing it. (I believe there are some people who do TF-LMH work on GPU's, as there is a special modification of the GPU program, but that is a very very small percentage of GPU people.) |
|
|
|
|
|
#13 |
|
Jun 2010
Pennsylvania
11101001102 Posts |
Ah, that's the missing element! It makes sense, thanks.
Now, that would account for steady increases over time. Any educated guesses as to why TF might have suddenly (from one month to the next) leapt from a ~12M monthly increase, to >16M? Is there a way to tell how many CPUs were doing TF 6 months vs. 7 months ago? Rodrigo Last fiddled with by Rodrigo on 2011-11-08 at 23:34 |
|
|
|
|
|
#14 | |
|
Jun 2010
Pennsylvania
2·467 Posts |
Quote:
I appreciate the explanation. Glad I asked. Rodrigo |
|
|
|
|
|
|
#15 | |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
22·23·107 Posts |
Quote:
Or if you want faster turn over there are about 130,000 from 334,000,000 to 340,000,000 that need to go from 65 to 66. |
|
|
|
|
|
|
#16 | |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
3·29·83 Posts |
Quote:
|
|
|
|
|
|
|
#17 | |
|
Jun 2010
Pennsylvania
2×467 Posts |
Quote:
Yeah, my thought was that maybe there'd been a transient drop in the number of participants to account for that one-month decrease. (Hmm, I just realized that it took place between December 8 and January 8. What could possibly be going on during that time to decrease output?? )Regarding the plot line, you've given me a reason to learn how to do graphs in Excel. ![]() Rodrigo Last fiddled with by Rodrigo on 2011-11-09 at 05:45 |
|
|
|
|
|
|
#18 | |
|
Dec 2010
Monticello
70316 Posts |
Quote:
Factor=3321926177,80,81 and mfaktc will be happy....be sure to report the line to the reservation page on OBD, though, and whatever you get for a result on the results thread. As for "completing" TF: GPUs also do halfway quick LL tests with CUDALucas. It's just less automated right now. Last fiddled with by Christenson on 2011-11-10 at 04:25 |
|
|
|
|
|
|
#19 |
|
Basketry That Evening!
"Bunslow the Bold"
Jun 2011
40<A<43 -89<O<-88
160658 Posts |
That's Operation Billion Digits, i.e. exponents north of 3.32 billion. Christenson, a rough calculation shows that 80-->81 is around 70 GHz days of work. That certainly is not a short running assignment, is long even by GPU standards. The TF-LMH worktype on PrimeNet will assign 150M-500M exponents for factoring from 65 to 66 bits, though Rodrigo will have to check me there. That certainly qualifies as a microscopic assignment, taking minutes on a CPU, which would be seconds on a GPU, and would thus be very inefficient the way mfaktc/mfakto are designed.
Does anybody actually do the 150M-500M LMH stuff with a GPU? OBD is the extreme of the extreme... |
|
|
|
|
|
#20 |
|
1976 Toyota Corona years forever!
"Wayne"
Nov 2006
Saskatchewan, Canada
125716 Posts |
I had been doing TF at the LL wavefront with my slower, memory bound CPUs but have now realized how inefficient that is compared to GPUs. So I will be either moving them to DC or TF-LMH.
|
|
|
|
|
|
#21 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
22×23×107 Posts |
I have all of my borged boxen doing TF. Ones that I have regular access to are working in the 100M digit range. Others are working on TF-LMH or standard TF. This intentionally prevents them from possibly finding a prime and causing issues about money.
|
|
|
|
|
|
#22 |
|
Sep 2008
Kansas
26×53 Posts |
Or, if you have extra memory, one can devote a core to the P-1 effort. That is something which is desperately needed. In fact, calls have gone out to GPU-TFers to extend the bit levels to overcome the short-falls of not doing (having enough) P-1 work.
Last fiddled with by RichD on 2011-11-11 at 02:53 |
|
|
|