![]() |
|
|
#226 | |
|
WCG Team Assistant
Join Date: Sep 2009
Location: North Carolina, US
Posts: 10,643 (7.94/day)
Thanks: 8,235
Thanked 9,294 Times in 4,252 Posts
|
Quote:
Thanks guys! I miss the place!
__________________
Crunching (64 Threads + 896 CUDA Cores + 6272 Shaders): i3-2100@ 3.1 + HD7850 -- Atom D510 @ 1.66 -- C2D-M T9600 @ 2.8 -- i7-3612QM @ 2.8 -- i7-860 @ 2.9 + HD7950 -- i7-2700k @ 4.4 + 2xGTX470 -- PentDC-M T4200 @ 2.0 -- i7-920 @ 3.83 + 3xHD7770 -- DP Xeon E5420 @ 2.5 + HD7930 -- E1600 @ 2.4
|
|
|
|
|
| The Following User Says Thank You to [Ion] For This Useful Post: |
|
|
#227 |
|
WCG Team Captain
Join Date: Nov 2007
Location: Miami, Florida
Posts: 23,887 (11.95/day)
Thanks: 15,149
Thanked 12,309 Times in 7,775 Posts
|
Would definitely be nice to get this updated
|
|
|
|
|
|
#228 |
|
"I go fast!1!11!1!"
Join Date: Oct 2008
Location: IA, USA
Posts: 10,564 (6.29/day)
Thanks: 1,751
Thanked 2,594 Times in 1,959 Posts
|
This is what mine currently has:
Code:
_ProcessorDatabase.Add(new Processor("AMD", "Athlon X2", "", 1.7));
_ProcessorDatabase.Add(new Processor("AMD", "Athlon 64 X2", "", 1.7));
_ProcessorDatabase.Add(new Processor("AMD", "Phenom I X3", "", 2.3));
_ProcessorDatabase.Add(new Processor("AMD", "Phenom I X4", "", 3.2));
_ProcessorDatabase.Add(new Processor("AMD", "Athlon II X2", "", 2));
_ProcessorDatabase.Add(new Processor("AMD", "Athlon II X3", "", 3));
_ProcessorDatabase.Add(new Processor("AMD", "Athlon II X4", "", 3.9));
_ProcessorDatabase.Add(new Processor("AMD", "Phenom II X2", "", 2.1));
_ProcessorDatabase.Add(new Processor("AMD", "Phenom II X3", "", 3.1));
_ProcessorDatabase.Add(new Processor("AMD", "Phenom II X4", "", 4.2));
_ProcessorDatabase.Add(new Processor("AMD", "Phenom II X6", "", 6.7));
_ProcessorDatabase.Add(new Processor("Intel", "Core 2 Duo", "Conroe", 2));
_ProcessorDatabase.Add(new Processor("Intel", "Core 2 Duo", "Mobile", 2));
_ProcessorDatabase.Add(new Processor("Intel", "Core 2 Duo", "Wolfdale", 2.2));
_ProcessorDatabase.Add(new Processor("Intel", "Core 2 Quad", "Kentsfield", 4));
_ProcessorDatabase.Add(new Processor("Intel", "Core 2 Quad", "Yorkfield", 4.45));
_ProcessorDatabase.Add(new Processor("Intel", "Core i3/i5", "Clarkdale", 4.1));
_ProcessorDatabase.Add(new Processor("Intel", "Core i5", "Lynnfield", 5.9));
_ProcessorDatabase.Add(new Processor("Intel", "Core i7", "Quad-core", 8.1));
_ProcessorDatabase.Add(new Processor("Intel", "Core i7", "Hexa-core", 12.1));
_ProcessorDatabase.Add(new Processor("Intel", "Core i7", "SB Quad-core", 9));
_ProcessorDatabase.Add(new Processor("Intel", "Core i7", "SB-E Hexa-core", 13.5));
__________________
Golden Rule of Programming: Never assume. try { SteamDownload(); } catch (Steamception ex) { RageQuit(); } |
|
|
|
| The Following 2 Users Say Thank You to FordGT90Concept For This Useful Post: |
|
|
#229 |
![]() Join Date: Jan 2012
Location: South Africa
Posts: 94 (0.20/day)
Thanks: 45
Thanked 53 Times in 25 Posts
|
Thanks for the figures, I'll get round to updating mine ( http://www.flyingsuicide.net/wcg/ ) soon.
|
|
|
|
| The Following User Says Thank You to [XC] Oj101 For This Useful Post: |
|
|
#230 | |
|
WCG Team Assistant
Join Date: Sep 2009
Location: North Carolina, US
Posts: 10,643 (7.94/day)
Thanks: 8,235
Thanked 9,294 Times in 4,252 Posts
|
Quote:
__________________
Crunching (64 Threads + 896 CUDA Cores + 6272 Shaders): i3-2100@ 3.1 + HD7850 -- Atom D510 @ 1.66 -- C2D-M T9600 @ 2.8 -- i7-3612QM @ 2.8 -- i7-860 @ 2.9 + HD7950 -- i7-2700k @ 4.4 + 2xGTX470 -- PentDC-M T4200 @ 2.0 -- i7-920 @ 3.83 + 3xHD7770 -- DP Xeon E5420 @ 2.5 + HD7930 -- E1600 @ 2.4
|
|
|
|
|
|
|
#231 |
![]() Join Date: Jun 2012
Location: Patna, Bihar, India, Asia, Earth, Terron System, Milky way Galaxy, And Beyond
Posts: 990 (3.02/day)
Thanks: 240
Thanked 121 Times in 94 Posts
|
How did you guys do that?
btw, Can you add my P4 also
|
|
|
|
|
|
#232 |
|
WCG Team Assistant
Join Date: Sep 2009
Location: North Carolina, US
Posts: 10,643 (7.94/day)
Thanks: 8,235
Thanked 9,294 Times in 4,252 Posts
|
I've spent time analyzing the points given for a variety of systems for different clock speeds and have come up with the ratios used in the program
![]() I'm not going to add a Pentium 4--it's just too old tech at this point. I'm actually considering splitting the program into a current version for i3/i5/i7 and AMD FX and then a legacy version for everything older--the number of CPUs is just becoming too many to manage at this point.
__________________
Crunching (64 Threads + 896 CUDA Cores + 6272 Shaders): i3-2100@ 3.1 + HD7850 -- Atom D510 @ 1.66 -- C2D-M T9600 @ 2.8 -- i7-3612QM @ 2.8 -- i7-860 @ 2.9 + HD7950 -- i7-2700k @ 4.4 + 2xGTX470 -- PentDC-M T4200 @ 2.0 -- i7-920 @ 3.83 + 3xHD7770 -- DP Xeon E5420 @ 2.5 + HD7930 -- E1600 @ 2.4
|
|
|
|
| The Following User Says Thank You to [Ion] For This Useful Post: |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| my PPD | xBruce88x | Folding@Home | 13 | Nov 11, 2009 02:40 PM |
| Ppd? | ShadowFold | World Community Grid (WCG) | 8 | Oct 6, 2009 11:33 PM |
| System Flowrate Estimator Spreadsheet V1.7 | d44ve | Overclocking & Cooling | 5 | Nov 7, 2007 01:24 AM |
| The ultimate PSU estimator is here! | MrSeanKon | Cases, Modding & Electronics | 11 | Sep 10, 2007 10:14 AM |
| simple ? for a simple mind | freeboy | Motherboards & Memory | 3 | Feb 21, 2007 08:33 PM |