<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MPI in Thirty Minutes</title>
	<atom:link href="http://www.linux-mag.com/id/5759/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/5759/</link>
	<description>Open Source, Open Standards</description>
	<lastBuildDate>Fri, 10 Feb 2012 10:47:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: ????????? ??? ???????? ???????????</title>
		<link>http://www.linux-mag.com/id/5759/#comment-45021</link>
		<dc:creator>????????? ??? ???????? ???????????</dc:creator>
		<pubDate>Fri, 18 Nov 2011 12:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/5759/#comment-45021</guid>
		<description>You can certainly see your expertise within the work you write. The world hopes for more passionate writers like you who are not afraid to mention how they believe. Always go after your heart.</description>
		<content:encoded><![CDATA[<p>You can certainly see your expertise within the work you write. The world hopes for more passionate writers like you who are not afraid to mention how they believe. Always go after your heart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryprice00</title>
		<link>http://www.linux-mag.com/id/5759/#comment-9086</link>
		<dc:creator>ryprice00</dc:creator>
		<pubDate>Sun, 06 Mar 2011 02:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/5759/#comment-9086</guid>
		<description>Great article!

Thanks a million.</description>
		<content:encoded><![CDATA[<p>Great article!</p>
<p>Thanks a million.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe landman</title>
		<link>http://www.linux-mag.com/id/5759/#comment-5288</link>
		<dc:creator>joe landman</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/5759/#comment-5288</guid>
		<description>Quick note:  the source can be downloaded from the above link, or from here http://downloads.scalableinformatics.com/downloads/linux-magazine/   &lt;br /&gt;
  ...  I mention this, as the OpenMP code link looks to be broken.  I&#039;ll let the editors know.&lt;br /&gt;
&lt;br /&gt;
Also, there are a number of errors in this document (some formatting, some conversion).  The vector bit is supposed to be &lt;br /&gt;
&lt;br /&gt;
[ 1^(-2), 2^(-2), ... ]&lt;br /&gt;
&lt;br /&gt;
or for the Fortran users among us&lt;br /&gt;
&lt;br /&gt;
[ 1**(-2), 2**(-2), ...]&lt;br /&gt;
&lt;br /&gt;
The idea is that we form a vector of integers from 1 to the &quot;infinity&quot; value, square each element, then invert each element.  This will give us a vector that looks like&lt;br /&gt;
&lt;br /&gt;
[ 1, 1/4, 1/9, 1/16, .... ]&lt;br /&gt;
&lt;br /&gt;
Then you can either sum these up, or notice that the definition of a dot product lets you do this as well&lt;br /&gt;
&lt;br /&gt;
[ 1, 1/4, 1/9, 1/16, ...] dot [ 1, 1, 1, 1, ... ] = pi*pi/6&lt;br /&gt;
&lt;br /&gt;
which was what I was trying to explain.  Once the formatting fell off, the rest didn&#039;t make much sense.&lt;br /&gt;
&lt;br /&gt;
My apologies on this.</description>
		<content:encoded><![CDATA[<p>Quick note:  the source can be downloaded from the above link, or from here <a href="http://downloads.scalableinformatics.com/downloads/linux-magazine/" rel="nofollow">http://downloads.scalableinformatics.com/downloads/linux-magazine/</a>   <br />
  &#8230;  I mention this, as the OpenMP code link looks to be broken.  I&#8217;ll let the editors know.</p>
<p>Also, there are a number of errors in this document (some formatting, some conversion).  The vector bit is supposed to be </p>
<p>[ 1^(-2), 2^(-2), ... ]</p>
<p>or for the Fortran users among us</p>
<p>[ 1**(-2), 2**(-2), ...]</p>
<p>The idea is that we form a vector of integers from 1 to the &#8220;infinity&#8221; value, square each element, then invert each element.  This will give us a vector that looks like</p>
<p>[ 1, 1/4, 1/9, 1/16, .... ]</p>
<p>Then you can either sum these up, or notice that the definition of a dot product lets you do this as well</p>
<p>[ 1, 1/4, 1/9, 1/16, ...] dot [ 1, 1, 1, 1, ... ] = pi*pi/6</p>
<p>which was what I was trying to explain.  Once the formatting fell off, the rest didn&#8217;t make much sense.</p>
<p>My apologies on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: drrossef</title>
		<link>http://www.linux-mag.com/id/5759/#comment-5289</link>
		<dc:creator>drrossef</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/5759/#comment-5289</guid>
		<description>Nice intro - thanks</description>
		<content:encoded><![CDATA[<p>Nice intro &#8211; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave_lantos</title>
		<link>http://www.linux-mag.com/id/5759/#comment-5290</link>
		<dc:creator>dave_lantos</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/5759/#comment-5290</guid>
		<description>What an informative, easy to follow, well written article.  Thanks for the excellent work, Joe!</description>
		<content:encoded><![CDATA[<p>What an informative, easy to follow, well written article.  Thanks for the excellent work, Joe!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zayar43</title>
		<link>http://www.linux-mag.com/id/5759/#comment-5291</link>
		<dc:creator>zayar43</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/5759/#comment-5291</guid>
		<description>Great!!! Thanks!!!</description>
		<content:encoded><![CDATA[<p>Great!!! Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bejosukamto</title>
		<link>http://www.linux-mag.com/id/5759/#comment-5292</link>
		<dc:creator>bejosukamto</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/5759/#comment-5292</guid>
		<description>Execuse Me....Anybody can help me, how to measure execution time for an elementary operations like addition, multiplication for processor AMD-Duron 800MHz, is&#039;t different with FLOPS? what the different way for FLOPS? thanks</description>
		<content:encoded><![CDATA[<p>Execuse Me&#8230;.Anybody can help me, how to measure execution time for an elementary operations like addition, multiplication for processor AMD-Duron 800MHz, is&#8217;t different with FLOPS? what the different way for FLOPS? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hashimi</title>
		<link>http://www.linux-mag.com/id/5759/#comment-5293</link>
		<dc:creator>hashimi</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/5759/#comment-5293</guid>
		<description>&lt;p&gt;Dear Sir/Madam&lt;br /&gt;
i hope this message reaches to you while your in the best health&lt;/p&gt;
&lt;p&gt;Dear i was trying to configure the GMP in Ubuntu 8.04,but actually i followed the same steps from the above article:&lt;/p&gt;
&lt;p&gt; cd ~&lt;br /&gt;
wget http://ftp.sunet.se/pub/gnu/gmp/gmp-4.2.2.tar.bz2&lt;br /&gt;
cd workspace&lt;br /&gt;
tar -xjvf /home/joe/gmp-4.2.2.tar.bz2&lt;br /&gt;
cd gmp-4.2.2/&lt;br /&gt;
./configure 0x2013prefix=/home/joe/local&lt;/p&gt;
&lt;p&gt;after that i got these errors:&lt;/p&gt;
&lt;p&gt;ibrahim@ibrahim-laptop:~/nsaproject/gmp-4.2.2$ ./configure 0x2013prefix=/home/ibrahim/local&lt;br /&gt;
./configure: line 816: 0x2013prefix=/home/ibrahim/local: No such file or directory&lt;br /&gt;
./configure: line 817: export: `0x2013prefix\&#039;: not a valid identifier&lt;br /&gt;
checking build system type... i686-pc-linux-gnulibc1&lt;br /&gt;
checking host system type... i686-pc-linux-gnulibc1&lt;br /&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br /&gt;
checking whether build environment is sane... yes&lt;br /&gt;
checking for gawk... no&lt;br /&gt;
checking for mawk... mawk&lt;br /&gt;
checking whether make sets $(MAKE)... yes&lt;br /&gt;
checking whether to enable maintainer-specific portions of Makefiles... no&lt;br /&gt;
checking ABI=32&lt;br /&gt;
checking compiler gcc -m32 -O2 -fomit-frame-pointer ... no&lt;br /&gt;
checking compiler gcc -O2 -fomit-frame-pointer ... no&lt;br /&gt;
checking compiler icc -no-gcc ... no&lt;br /&gt;
checking whether cc is gcc... yes&lt;br /&gt;
checking compiler cc -m32 -O2 -fomit-frame-pointer ... no&lt;br /&gt;
checking compiler cc -O2 -fomit-frame-pointer ... no&lt;br /&gt;
configure: error: could not find a working compiler, see config.log for details&lt;/p&gt;
&lt;p&gt;can you please help us to configure this in Ubuntu 8.04&lt;/p&gt;
&lt;p&gt;Thank You;&lt;/p&gt;
&lt;p&gt;Hashimi
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dear Sir/Madam<br />
i hope this message reaches to you while your in the best health</p>
<p>Dear i was trying to configure the GMP in Ubuntu 8.04,but actually i followed the same steps from the above article:</p>
<p> cd ~<br />
wget <a href="http://ftp.sunet.se/pub/gnu/gmp/gmp-4.2.2.tar.bz2" rel="nofollow">http://ftp.sunet.se/pub/gnu/gmp/gmp-4.2.2.tar.bz2</a><br />
cd workspace<br />
tar -xjvf /home/joe/gmp-4.2.2.tar.bz2<br />
cd gmp-4.2.2/<br />
./configure 0x2013prefix=/home/joe/local</p>
<p>after that i got these errors:</p>
<p>ibrahim@ibrahim-laptop:~/nsaproject/gmp-4.2.2$ ./configure 0x2013prefix=/home/ibrahim/local<br />
./configure: line 816: 0x2013prefix=/home/ibrahim/local: No such file or directory<br />
./configure: line 817: export: `0x2013prefix\&#8217;: not a valid identifier<br />
checking build system type&#8230; i686-pc-linux-gnulibc1<br />
checking host system type&#8230; i686-pc-linux-gnulibc1<br />
checking for a BSD-compatible install&#8230; /usr/bin/install -c<br />
checking whether build environment is sane&#8230; yes<br />
checking for gawk&#8230; no<br />
checking for mawk&#8230; mawk<br />
checking whether make sets $(MAKE)&#8230; yes<br />
checking whether to enable maintainer-specific portions of Makefiles&#8230; no<br />
checking ABI=32<br />
checking compiler gcc -m32 -O2 -fomit-frame-pointer &#8230; no<br />
checking compiler gcc -O2 -fomit-frame-pointer &#8230; no<br />
checking compiler icc -no-gcc &#8230; no<br />
checking whether cc is gcc&#8230; yes<br />
checking compiler cc -m32 -O2 -fomit-frame-pointer &#8230; no<br />
checking compiler cc -O2 -fomit-frame-pointer &#8230; no<br />
configure: error: could not find a working compiler, see config.log for details</p>
<p>can you please help us to configure this in Ubuntu 8.04</p>
<p>Thank You;</p>
<p>Hashimi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

