<?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: OpenMP in 30 Minutes</title>
	<atom:link href="http://www.linux-mag.com/id/4609/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/4609/</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: stl</title>
		<link>http://www.linux-mag.com/id/4609/#comment-4914</link>
		<dc:creator>stl</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4609/#comment-4914</guid>
		<description>Hello,&lt;br /&gt;
&lt;br /&gt;
The source code link does not work. Please check and update.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>The source code link does not work. Please check and update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe landman</title>
		<link>http://www.linux-mag.com/id/4609/#comment-4915</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/4609/#comment-4915</guid>
		<description>I noticed that I can&#039;t seem to pull down the source from the site either.  I have the source up at my company&#039;s download site:  http://downloads.scalableinformatics.com/downloads/linux-magazine/ &lt;br /&gt;
&lt;br /&gt;
I will let the site folks know about this.  Thanks!</description>
		<content:encoded><![CDATA[<p>I noticed that I can&#8217;t seem to pull down the source from the site either.  I have the source up at my company&#8217;s download site:  <a href="http://downloads.scalableinformatics.com/downloads/linux-magazine/" rel="nofollow">http://downloads.scalableinformatics.com/downloads/linux-magazine/</a> </p>
<p>I will let the site folks know about this.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prudentior</title>
		<link>http://www.linux-mag.com/id/4609/#comment-4916</link>
		<dc:creator>prudentior</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4609/#comment-4916</guid>
		<description>Hi,&lt;br /&gt;
the link to source code is still broken!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
the link to source code is still broken!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pavakian</title>
		<link>http://www.linux-mag.com/id/4609/#comment-4917</link>
		<dc:creator>pavakian</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4609/#comment-4917</guid>
		<description>The &lt;br /&gt;
Source Code to parallelize using OpenMP. &lt;br /&gt;
link &lt;br /&gt;
http://www.linux-mag.com/i/microsites/mccb/code/openmp_in_30_source.tar.gz&lt;br /&gt;
&lt;br /&gt;
is no longor valid, please can you repost it?&lt;br /&gt;
-Peter</description>
		<content:encoded><![CDATA[<p>The <br />
Source Code to parallelize using OpenMP. <br />
link <br />
<a href="http://www.linux-mag.com/i/microsites/mccb/code/openmp_in_30_source.tar.gz" rel="nofollow">http://www.linux-mag.com/i/microsites/mccb/code/openmp_in_30_source.tar.gz</a></p>
<p>is no longor valid, please can you repost it?<br />
-Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mgulsoy</title>
		<link>http://www.linux-mag.com/id/4609/#comment-4918</link>
		<dc:creator>mgulsoy</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4609/#comment-4918</guid>
		<description>Hi&lt;br /&gt;
&lt;br /&gt;
I&#039;ve tried the code here and then I had a strange issue. My computer is :&lt;br /&gt;
Linux 2.6.26.6-79.fc9.x86_64 SMP&lt;br /&gt;
Athlon 64 X2 Dual Core 4000+&lt;br /&gt;
&lt;br /&gt;
When i set everything and tried to run the code, (also in compiling and linking stage) i got no errors. Here is the output:&lt;br /&gt;
0 : NCPUt= 2&lt;br /&gt;
0 : NTHRt= 2&lt;br /&gt;
0 : NPRt=1&lt;br /&gt;
O : hello multicore user! I am thread 0 out of 1&lt;br /&gt;
&lt;br /&gt;
do you have any idea? Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;ve tried the code here and then I had a strange issue. My computer is :<br />
Linux 2.6.26.6-79.fc9.x86_64 SMP<br />
Athlon 64 X2 Dual Core 4000+</p>
<p>When i set everything and tried to run the code, (also in compiling and linking stage) i got no errors. Here is the output:<br />
0 : NCPUt= 2<br />
0 : NTHRt= 2<br />
0 : NPRt=1<br />
O : hello multicore user! I am thread 0 out of 1</p>
<p>do you have any idea? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jahshaka</title>
		<link>http://www.linux-mag.com/id/4609/#comment-4919</link>
		<dc:creator>jahshaka</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4609/#comment-4919</guid>
		<description>&lt;p&gt;mgulsoy did you set the env variable?&lt;/p&gt;
&lt;p&gt;export OMP_NUM_THREADS=&lt;code&gt;grep \&#039;processor\&#039; /proc/cpuinfo &#124; wc -l&lt;/code&gt;
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>mgulsoy did you set the env variable?</p>
<p>export OMP_NUM_THREADS=<code>grep \&#39;processor\&#39; /proc/cpuinfo | wc -l</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: space_cowboy</title>
		<link>http://www.linux-mag.com/id/4609/#comment-4920</link>
		<dc:creator>space_cowboy</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4609/#comment-4920</guid>
		<description>&lt;p&gt;Great article ! But can you please fix the link to your example source code ? All links seem to be broken as of now..
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great article ! But can you please fix the link to your example source code ? All links seem to be broken as of now..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manishkochar</title>
		<link>http://www.linux-mag.com/id/4609/#comment-4921</link>
		<dc:creator>manishkochar</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4609/#comment-4921</guid>
		<description>&lt;p&gt;Mr. Joe Landman,&lt;/p&gt;
&lt;p&gt;Thank You for writing such an useful article.&lt;br /&gt;
I do hope you will be able to fix the download link for the example codes.&lt;br /&gt;
It is quite difficult to relate to the article without them.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;br /&gt;
Eagerly anticipating the fix.
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mr. Joe Landman,</p>
<p>Thank You for writing such an useful article.<br />
I do hope you will be able to fix the download link for the example codes.<br />
It is quite difficult to relate to the article without them.</p>
<p>Thanks in advance.<br />
Eagerly anticipating the fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bazik</title>
		<link>http://www.linux-mag.com/id/4609/#comment-4922</link>
		<dc:creator>bazik</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4609/#comment-4922</guid>
		<description>&lt;p&gt;great article,&lt;br /&gt;
please fix the link, or just past the code in the article&lt;/p&gt;
&lt;p&gt;thanks
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>great article,<br />
please fix the link, or just past the code in the article</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

