<?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 for Ashish Agarwal</title>
	<atom:link href="http://ashishagarwal.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ashishagarwal.org</link>
	<description></description>
	<lastBuildDate>Wed, 17 Aug 2016 12:44:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Comment on Small example of pthreads by ashish</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-11487</link>
		<dc:creator><![CDATA[ashish]]></dc:creator>
		<pubDate>Wed, 17 Aug 2016 12:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-11487</guid>
		<description><![CDATA[That&#039;s C notation for a type cast.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s C notation for a type cast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Small example of pthreads by VolumetricSteve</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-11486</link>
		<dc:creator><![CDATA[VolumetricSteve]]></dc:creator>
		<pubDate>Wed, 17 Aug 2016 00:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-11486</guid>
		<description><![CDATA[what does this do:
 long id = (long) t;

why is the second &#039;long&#039; in brackets?

Very Interesting example]]></description>
		<content:encoded><![CDATA[<p>what does this do:<br />
 long id = (long) t;</p>
<p>why is the second &#8216;long&#8217; in brackets?</p>
<p>Very Interesting example</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Small example of pthreads by ashish</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-10640</link>
		<dc:creator><![CDATA[ashish]]></dc:creator>
		<pubDate>Sun, 20 Jul 2014 23:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-10640</guid>
		<description><![CDATA[Thanks for the clarification. I&#039;ve removed mention of multiple cores from the post title and text.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the clarification. I&#8217;ve removed mention of multiple cores from the post title and text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Small example of pthreads by Shaibal</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-10639</link>
		<dc:creator><![CDATA[Shaibal]]></dc:creator>
		<pubDate>Sat, 19 Jul 2014 19:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-10639</guid>
		<description><![CDATA[Hi Ashish,

speedup is coming from the fact that threads get scheduled and in serial case its just function call. Try to print the cpuid. You will know. This program is just a example of pthread and it will run perfectly on uniprocessor.]]></description>
		<content:encoded><![CDATA[<p>Hi Ashish,</p>
<p>speedup is coming from the fact that threads get scheduled and in serial case its just function call. Try to print the cpuid. You will know. This program is just a example of pthread and it will run perfectly on uniprocessor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Small example of pthreads by Rajat</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-10604</link>
		<dc:creator><![CDATA[Rajat]]></dc:creator>
		<pubDate>Wed, 18 Dec 2013 10:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-10604</guid>
		<description><![CDATA[This is good about multithreading using pthread but can you suggest how to assign various threads in each core manually through any APIs please tell]]></description>
		<content:encoded><![CDATA[<p>This is good about multithreading using pthread but can you suggest how to assign various threads in each core manually through any APIs please tell</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Small example of pthreads by ashish</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-10592</link>
		<dc:creator><![CDATA[ashish]]></dc:creator>
		<pubDate>Sat, 05 Oct 2013 17:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-10592</guid>
		<description><![CDATA[Maybe I&#039;m missing something. Are you implying that multiple cores aren&#039;t getting used in this code? Where is the speedup coming from then?]]></description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m missing something. Are you implying that multiple cores aren&#8217;t getting used in this code? Where is the speedup coming from then?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Small example of pthreads by Timbuctoo</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-10591</link>
		<dc:creator><![CDATA[Timbuctoo]]></dc:creator>
		<pubDate>Sat, 05 Oct 2013 15:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-10591</guid>
		<description><![CDATA[Fully agree with what Siddhartha has pointed out. Where is code that specifies using multiple cores?]]></description>
		<content:encoded><![CDATA[<p>Fully agree with what Siddhartha has pointed out. Where is code that specifies using multiple cores?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Platform independent .bashrc file by Ben</title>
		<link>http://ashishagarwal.org/2010/11/10/platform-independent-bashrc-file/comment-page-1/#comment-10526</link>
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Thu, 13 Jun 2013 15:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=114#comment-10526</guid>
		<description><![CDATA[Great guide, thanks for posting.

Because I ssh into several different servers with generic usernames (e.g. login01), I found it more useful to use the other part of the hostname rather than the first field.

I used the following command to obtain this:

host=`echo $(hostname) &#124; sed &quot;s/$(echo &quot;$(hostname -s)\.&quot;)//g&quot;`

to obtain &quot;ls4.tacc.utexas.edu&quot; instead of &quot;login2&quot; from &quot;login2.ls4.tacc.utexas.edu&quot;]]></description>
		<content:encoded><![CDATA[<p>Great guide, thanks for posting.</p>
<p>Because I ssh into several different servers with generic usernames (e.g. login01), I found it more useful to use the other part of the hostname rather than the first field.</p>
<p>I used the following command to obtain this:</p>
<p>host=`echo $(hostname) | sed &#8220;s/$(echo &#8220;$(hostname -s)\.&#8221;)//g&#8221;`</p>
<p>to obtain &#8220;ls4.tacc.utexas.edu&#8221; instead of &#8220;login2&#8243; from &#8220;login2.ls4.tacc.utexas.edu&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Small example of pthreads by Siddhartha Maitra</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-10293</link>
		<dc:creator><![CDATA[Siddhartha Maitra]]></dc:creator>
		<pubDate>Sun, 26 May 2013 12:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-10293</guid>
		<description><![CDATA[I did not see any multi-core specific code in the example. The sample code seems to illustrate standard pthread API usage. Did I miss out something ?]]></description>
		<content:encoded><![CDATA[<p>I did not see any multi-core specific code in the example. The sample code seems to illustrate standard pthread API usage. Did I miss out something ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Small example of pthreads by Shawn</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-7268</link>
		<dc:creator><![CDATA[Shawn]]></dc:creator>
		<pubDate>Fri, 25 Jan 2013 17:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-7268</guid>
		<description><![CDATA[This is an excellent example. I plan to use this code as a good example to teach introduction to pthread and multicore programming.]]></description>
		<content:encoded><![CDATA[<p>This is an excellent example. I plan to use this code as a good example to teach introduction to pthread and multicore programming.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
