How fast is a mega flop?

shiner

Lifer
Jul 18, 2000
17,112
1
0
A mega-flop equals one million floating-point operations per second, which is a basic measurement unit of performance of computers used for numerical work. One giga-flop equals 1,000 mega-flops and one tera-flop equals 1,000 mega-flops

Google is your friend. ;)
 

glen

Lifer
Apr 28, 2000
15,995
1
81
Originally posted by: shinerburke
A mega-flop equals one million floating-point operations per second, which is a basic measurement unit of performance of computers used for numerical work. One giga-flop equals 1,000 mega-flops and one tera-flop equals 1,000 mega-flops

Google is your friend.
Yeah, but that is a precise answer defined in unit that I can't comprehend. I was hoping someone could give a relative definition in terms of ghz, a unit I am familiar with.

 

Lonyo

Lifer
Aug 10, 2002
21,938
6
81
Originally posted by: glen
<blockquote>quote:
<hr><i>Originally posted by: <b>shinerburke</b></i>
A mega-flop equals one million floating-point operations per second, which is a basic measurement unit of performance of computers used for numerical work. One giga-flop equals 1,000 mega-flops and one tera-flop equals 1,000 mega-flops

Google is your friend. <hr></blockquote>
Yeah, but that is a precise answer defined in unit that I can't comprehend. I was hoping someone could give a relative definition in terms of ghz, a unit I am familiar with.

It's not relative to GHz.
 

KingNothing

Diamond Member
Apr 6, 2002
7,141
1
0
Originally posted by: glen
<blockquote>quote:
<hr><i>Originally posted by: <b>shinerburke</b></i>
A mega-flop equals one million floating-point operations per second, which is a basic measurement unit of performance of computers used for numerical work. One giga-flop equals 1,000 mega-flops and one tera-flop equals 1,000 mega-flops

Google is your friend. <hr></blockquote>
Yeah, but that is a precise answer defined in unit that I can't comprehend. I was hoping someone could give a relative definition in terms of ghz, a unit I am familiar with.

You can't really do that because you're comparing apples to oranges. Hertz refers to the clock speed of a processor. On each clock, the processor can do one operation. Most instructions take more than one operation though. If each floating point instruction takes only one clock cycle, then flops and hertz are the same. You'd have to know something about the processor architecture to say how many flops it was capable of.
 

glen

Lifer
Apr 28, 2000
15,995
1
81
Originally posted by: KingNothing

You can't really do that because you're comparing apples to oranges. Hertz refers to the clock speed of a processor. On each clock, the processor can do one operation. Most instructions take more than one operation though. If each floating point instruction takes only one clock cycle, then flops and hertz are the same. You'd have to know something about the processor architecture to say how many flops it was capable of.

Yeah, I totally understand what you are saying. But, don't we basically know how many flops an AMD and Pentium chip are capable of?
Doesn't a P4 2ghz run at about 1.5 megaflops?