<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: CPU speed and FLOPS</title>
	<atom:link href="http://www.laialexander.com/2008/06/27/cpu-speed-and-flops/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.laialexander.com/2008/06/27/cpu-speed-and-flops/</link>
	<description>Blogging about my life</description>
	<pubDate>Wed, 07 Jan 2009 12:01:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Lai Alexander</title>
		<link>http://www.laialexander.com/2008/06/27/cpu-speed-and-flops/#comment-757</link>
		<dc:creator>Lai Alexander</dc:creator>
		<pubDate>Mon, 20 Oct 2008 20:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.laialexander.com/?p=18#comment-757</guid>
		<description>Yeah, that sounds right. According to my calculations, it would have taken about 26 and a half hour to find out that the number was a prime. Keep in mind that this could be way off, because the number of FLOPS needed could be wrong. 

I will look into linpack some more, I think it might be differences on the various versions of the benchmarking program, which are optimised for different OS' and different CPU architectures. I think.</description>
		<content:encoded><![CDATA[<p>Yeah, that sounds right. According to my calculations, it would have taken about 26 and a half hour to find out that the number was a prime. Keep in mind that this could be way off, because the number of FLOPS needed could be wrong. </p>
<p>I will look into linpack some more, I think it might be differences on the various versions of the benchmarking program, which are optimised for different OS&#8217; and different CPU architectures. I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasan</title>
		<link>http://www.laialexander.com/2008/06/27/cpu-speed-and-flops/#comment-756</link>
		<dc:creator>Prasan</dc:creator>
		<pubDate>Mon, 20 Oct 2008 01:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.laialexander.com/?p=18#comment-756</guid>
		<description>Yeah.. there are two types of test.. optimised and non-optimised..
If you read up more on them.. The optimization is done based on the type of CPU architecture you have..
I think the optimized results make more sense.. as that gives the true potential of the CPU..</description>
		<content:encoded><![CDATA[<p>Yeah.. there are two types of test.. optimised and non-optimised..<br />
If you read up more on them.. The optimization is done based on the type of CPU architecture you have..<br />
I think the optimized results make more sense.. as that gives the true potential of the CPU..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lai Alexander</title>
		<link>http://www.laialexander.com/2008/06/27/cpu-speed-and-flops/#comment-755</link>
		<dc:creator>Lai Alexander</dc:creator>
		<pubDate>Sun, 19 Oct 2008 23:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.laialexander.com/?p=18#comment-755</guid>
		<description>Thank you very much. This looks very interesteing. MFLOPS are megaFLOPS, right?

I've had the program run a few times now, and the results are somewhat varying. I'll do some more tests to see if I can get better results. Now they are between 150 and 700 MFLOPS. 

Thanks again!

Correction: The non-optimised shows about 150 MFLOPS and the optimised shows about 700 MFLOPS.</description>
		<content:encoded><![CDATA[<p>Thank you very much. This looks very interesteing. MFLOPS are megaFLOPS, right?</p>
<p>I&#8217;ve had the program run a few times now, and the results are somewhat varying. I&#8217;ll do some more tests to see if I can get better results. Now they are between 150 and 700 MFLOPS. </p>
<p>Thanks again!</p>
<p>Correction: The non-optimised shows about 150 MFLOPS and the optimised shows about 700 MFLOPS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasan</title>
		<link>http://www.laialexander.com/2008/06/27/cpu-speed-and-flops/#comment-745</link>
		<dc:creator>Prasan</dc:creator>
		<pubDate>Mon, 22 Sep 2008 17:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.laialexander.com/?p=18#comment-745</guid>
		<description>Just came across your site. I was searching for a way to calculate FLOPS too.. I found out that the supercomputers are tested using something called linpack.
http://www.netlib.org/linpack/
its uses fotran to calculate some linear equations in order to find out how many floating point calculations your CPU does. 
An easier way to do the same would be to download becnhnt.zip from:
http://community.compuserve.com/n/pfx/forum.aspx?tsn=1&#38;nav=messages&#38;webtag=ws-pchardware&#38;tid=159933&#38;redirCnt=1

run the runall.bat file and after a few runs it would create a file called Linpack.txt
check that to find out how many MFLOPS your CPU does.
It gives you other benchmarks too, but if you want a universal way so you can compare it with other CPUs/copmuters check the linpack file.</description>
		<content:encoded><![CDATA[<p>Just came across your site. I was searching for a way to calculate FLOPS too.. I found out that the supercomputers are tested using something called linpack.<br />
<a href="http://www.netlib.org/linpack/" rel="nofollow">http://www.netlib.org/linpack/</a><br />
its uses fotran to calculate some linear equations in order to find out how many floating point calculations your CPU does.<br />
An easier way to do the same would be to download becnhnt.zip from:<br />
<a href="http://community.compuserve.com/n/pfx/forum.aspx?tsn=1&amp;nav=messages&amp;webtag=ws-pchardware&amp;tid=159933&amp;redirCnt=1" rel="nofollow">http://community.compuserve.com/n/pfx/forum.aspx?tsn=1&amp;nav=messages&amp;webtag=ws-pchardware&amp;tid=159933&amp;redirCnt=1</a></p>
<p>run the runall.bat file and after a few runs it would create a file called Linpack.txt<br />
check that to find out how many MFLOPS your CPU does.<br />
It gives you other benchmarks too, but if you want a universal way so you can compare it with other CPUs/copmuters check the linpack file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
