mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware

Reply
 
Thread Tools
Old 2009-06-07, 21:39   #1
Primeinator
 
Primeinator's Avatar
 
"Kyle"
Feb 2005
Somewhere near M52..

11100100112 Posts
Default Prime95 on a 5.0Ghz Processor

Apparently IBM has a chip that can deliver close to the 5.0Ghz realm... How would Prime95 run on such a beast- of course putting one instance per core. I had no idea that such chips existed. I wonder what one of these would cost?

See this link:

http://www.theregister.co.uk/2008/04/08/ibm_595_water/
Primeinator is offline   Reply With Quote
Old 2009-06-07, 21:44   #2
joblack
 
joblack's Avatar
 
Oct 2008
n00bville

23·7·13 Posts
Default

Quote:
Originally Posted by Primeinator View Post
Apparently IBM has a chip that can deliver close to the 5.0Ghz realm... How would Prime95 run on such a beast- of course putting one instance per core. I had no idea that such chips existed. I wonder what one of these would cost?

See this link:

http://www.theregister.co.uk/2008/04/08/ibm_595_water/
The PowerPc has no MMX / SSE(2) as far as I know. It would be slower ... you can overclock an Intel 5200 Dual Core up to 4,3 Ghz (with two cores). Should be running very nice (need probably around one week for an actual exponent) ...
joblack is offline   Reply With Quote
Old 2009-06-07, 21:47   #3
Primeinator
 
Primeinator's Avatar
 
"Kyle"
Feb 2005
Somewhere near M52..

3·5·61 Posts
Default

I'll pretend like I just understood that first part of what you said. Is there someway to build a chip that supports features that would run an LL at 5.0Ghz?
Primeinator is offline   Reply With Quote
Old 2009-06-07, 23:07   #4
joblack
 
joblack's Avatar
 
Oct 2008
n00bville

23·7·13 Posts
Default

Quote:
Originally Posted by Primeinator View Post
I'll pretend like I just understood that first part of what you said. Is there someway to build a chip that supports features that would run an LL at 5.0Ghz?
It would be interesting when the graphic card companies would create gfx with double precision in the gpu. Then you could calculate on your high tech graphics card.
joblack is offline   Reply With Quote
Old 2009-06-08, 00:00   #5
rudi_m
 
rudi_m's Avatar
 
Jul 2005

2·7·13 Posts
Default

Quote:
Originally Posted by joblack View Post
It would be interesting when the graphic card companies would create gfx with double precision in the gpu. Then you could calculate on your high tech graphics card.
AFAIK newer graphic cards like NVIDIA GeForce GTX 280 are able to calculate double precision.
rudi_m is offline   Reply With Quote
Old 2009-06-08, 00:03   #6
joblack
 
joblack's Avatar
 
Oct 2008
n00bville

2D816 Posts
Default

Quote:
Originally Posted by rudi_m View Post
AFAIK newer graphic cards like NVIDIA GeForce GTX 280 are able to calculate double precision.
They are?

Hmmm ... that would be the perfect machine for a new prime95 version. Could decrease the calculation time by the factor 10 or more.
joblack is offline   Reply With Quote
Old 2009-06-08, 00:21   #7
Primeinator
 
Primeinator's Avatar
 
"Kyle"
Feb 2005
Somewhere near M52..

3×5×61 Posts
Default

By a factor of 10? That is rather impressive... Or do you mean 10%?
Primeinator is offline   Reply With Quote
Old 2009-06-08, 01:21   #8
lavalamp
 
lavalamp's Avatar
 
Oct 2007
Manchester, UK

22×3×113 Posts
Default

Based on data here:
http://blogs.sun.com/bmseer/entry/li...mark_sun_sparc

It seems each core of the dual core power6 processor is capable of 4 FLOPs per cycle, this means 4 FLOPs * 2 cores * 5 GHz = 40 GFLOP/s theoretical peak for a dual core power 6 CPU at 5 GHz.

The i7 CPU is also capable of 4 FLOPs per cycle, but it's a quad core CPU and is sold at a maximum clock of 3.33 GHz, therefore it is capable of 4 FLOPs * 4 cores * 3.33 GHz = 53.3 GFLOP/s theoretical peak.

Of course, not all of the theoretical performance can be realised for various reasons, but the i7 does have a leg up with hyperthreading. While one thread is sitting idle waiting for data, the other can step in and use up some of the clocks available that would otherwise be wasted.

So while 40 GFLOP/s peak is nice, 53.3 GFLOP/s with HT is better.

Last fiddled with by lavalamp on 2009-06-08 at 01:22
lavalamp is offline   Reply With Quote
Old 2009-06-08, 01:36   #9
Primeinator
 
Primeinator's Avatar
 
"Kyle"
Feb 2005
Somewhere near M52..

11100100112 Posts
Default

Wow, very nice. I am tempted to get one but I have neither the expendable resources at the moment nor will my laptop have sufficient cooling power. Plus, I do not think my motherboard supports it.
Primeinator is offline   Reply With Quote
Old 2009-06-08, 02:07   #10
joblack
 
joblack's Avatar
 
Oct 2008
n00bville

13308 Posts
Default

Quote:
Originally Posted by Primeinator View Post
By a factor of 10? That is rather impressive... Or do you mean 10%?
It was the factor 10 for md5 password checking. I'm not sure how well you can parallelize the work of prime95. That could answer the programmer of the program.
joblack is offline   Reply With Quote
Old 2009-06-08, 05:35   #11
millsie
 
Jun 2009

13 Posts
Default

Hello,
This is my first post here and hopefully I shall not regret it (you all seem like true Ladies and Gentleman).

I agree with the initial statement that since this 5GHz chip does not have MMX and SSE etc, it would calculate less efficiently (probably a hell of a lot slower), but if a version of Prime95 was written and compiled for these chips and any special features it has, it would run just as efficiently.

Take for example Linux running on a PS3. It is a specially "tweaked" version for that architecture which is totally different to anything us "IBM Compatible" people are used to, yet it runs just as well. I know is has three cores etc, but the point is the core code is the same with just a few changes to make it compatible with that architecture. The compiler does most of the work when changing chip types.

Another example is the older PocketPC/Windows Mobile devices (most new ones run ARM based cores). They had three or four different chip architectures yet the compiler would take a basic program and compile it for all devices, unless you used specific features.

Now if I am wrong in this please correct me. I probably have made an error here somewhere.

--
Millsie
millsie is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
What programs utilize the processor like Prime95? wingman99 Information & Answers 0 2016-11-03 02:38
I want a P4 processor Antonio PrimeNet 24 2012-11-28 21:07
Best Processor for AM3 JustinGC Hardware 6 2012-06-23 05:20
Problems running Prime95 on a dual processor WileECoyote Hardware 11 2006-10-21 07:05
Processor Performance vs. Price For Prime95 louis_net Hardware 5 2004-07-15 05:11

All times are UTC. The time now is 11:06.


Mon Aug 2 11:06:48 UTC 2021 up 10 days, 5:35, 0 users, load averages: 0.87, 1.34, 1.49

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.