<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>boriel.com &#187; Parallel Computing</title>
	<atom:link href="http://www.boriel.com/tag/parallel-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.boriel.com</link>
	<description>Hacks, science and personal rants</description>
	<lastBuildDate>Wed, 28 Dec 2011 22:50:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JP09 &#8211; Parallel Computing Conferences 2009</title>
		<link>http://www.boriel.com/2009/09/25/jp09-jornadas-de-paralelismo-2009/?lang=en</link>
		<comments>http://www.boriel.com/2009/09/25/jp09-jornadas-de-paralelismo-2009/?lang=en#comments</comments>
		<pubDate>Fri, 25 Sep 2009 22:56:16 +0000</pubDate>
		<dc:creator>Boriel</dc:creator>
				<category><![CDATA[Ciencias Informáticas]]></category>
		<category><![CDATA[Computación paralela]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Parallel Computing]]></category>

		<guid isPermaLink="false">http://www.boriel.com/?p=892</guid>
		<description><![CDATA[Last week I attended the National Parallel Computing Conferences 2009 (JP09) as I did last year. Again, I must thank to my university, which payed to us (a group of pre-PhD researchers) the trip and estance. I talked about OpenMP again and some problemas with Dynamic Data structures, extending the previous work and trying to [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I attended the National Parallel Computing Conferences 2009 (<a href="http://jornadas2009.gac.des.udc.es/">JP09</a>) as I did <a href="http://www.boriel.com/2008/09/28/jp08-jornadas-de-paralelismo-2008/">last year</a>. Again, I must thank to <a href="http://www.ull.es">my university</a>, which payed to us (a group of pre-PhD researchers) the trip and estance. I talked about <a href="http://openmp.org/wp/">OpenMP</a> again and some problemas with Dynamic Data structures, extending the previous work and trying to develop alternative and more efficient dynamic data structures.</p>
<p>Again, there were many other speeches both from my colleagues and from people of other universities.<br />
<img src="http://lh5.ggpht.com/_b_WxnLw8re8/Sraiy0fPm5I/AAAAAAAABNk/28vmmV8OdZg/s400/P1010231.JPG" alt="JP2009" title="JP2009" style="border: solid 1px #777" /></p>
<p>This year the conferences were hosted in Coruña (Galicia, Spain), at Campus de Elviña. I was to Galicia 12 years ago and was glad to see the kind and warm character of people of Galicia is still alive <img src='http://www.boriel.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>This year I wasn&#8217;t able to find an online official photo gallery, but I&#8217;ve uploaded <a href="http://picasaweb.google.es/boriel/JP09#">my one</a></p>
<div id="tweetbutton892" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.boriel.com%2F2009%2F09%2F25%2Fjp09-jornadas-de-paralelismo-2009%2F%3Flang%3Den&amp;via=boriel&amp;text=JP09%20%26%238211%3B%20Parallel%20Computing%20Conferences%202009%20-%20boriel.com&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.boriel.com%2F2009%2F09%2F25%2Fjp09-jornadas-de-paralelismo-2009%2F%3Flang%3Den" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.boriel.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.boriel.com/2009/09/25/jp09-jornadas-de-paralelismo-2009/?lang=en/feed/&#038;lang=en</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GCC Compiler &#8220;now&#8221; supports OpenMP</title>
		<link>http://www.boriel.com/2008/03/03/gcc-supports-openmp/?lang=en</link>
		<comments>http://www.boriel.com/2008/03/03/gcc-supports-openmp/?lang=en#comments</comments>
		<pubDate>Mon, 03 Mar 2008 19:26:15 +0000</pubDate>
		<dc:creator>Boriel</dc:creator>
				<category><![CDATA[Compilers]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Parallel Computing]]></category>
		<category><![CDATA[Gcc]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[High Performance Computing]]></category>

		<guid isPermaLink="false">http://www.boriel.com/2008/03/03/gcc-supports-openmp/</guid>
		<description><![CDATA[Actually, this isn&#8217;t recent news, since GCC supports OpenMP since version 4.2.0 (released on May, 2007). The interesting thing is that it&#8217;s being considered really stable and mature now; on the other hand, a new 4.3.0. branch is about to come. So we&#8217;ll soon see OpenMP support in our favourite Linux distro (it seems Fedora [...]]]></description>
			<content:encoded><![CDATA[<p>Actually, this isn&#8217;t <a href="http://www.internetnews.com/dev-news/article.php/3678421">recent news</a>, since GCC supports <a href="http://www.openmp.org">OpenMP</a> since version <a href="http://gcc.gnu.org/gcc-4.2/changes.html">4.2.0</a> (released on May, 2007). The interesting thing is that it&#8217;s being considered really <b>stable</b> and mature now; on the other hand, a new <a href="http://gcc.gnu.org/gcc-4.3/changes.html">4.3.0.</a> branch is about to come. So we&#8217;ll soon see OpenMP support in our favourite Linux distro <img src='http://www.boriel.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (it seems Fedora might already have included GCC 4.2.0 with OpenMP support already).</p>
<p>Previously, OpenMP support was done in GCC though the use of <a href="http://gcc.gnu.org/projects/gomp/">GOMP</a> (an OpenMP library), but it has been finally merged into the developing mainline of this <i>compiler collection</i> (yes, Fortran have it too). <img src='http://www.boriel.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>The specification implemented is <a href="http://www.openmp.org/drupal/mp-documents/spec25.pdf">OpenMP 2.5</a> (there&#8217;s a 3.0 draft on the way), and it seems to be completely supported, as you might read at the <a href="http://gcc.gnu.org/onlinedocs/gcc-4.2.2/libgomp.pdf">GCC Open MP features</a> document.</p>
<div id="tweetbutton120" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.boriel.com%2F2008%2F03%2F03%2Fgcc-supports-openmp%2F%3Flang%3Den&amp;via=boriel&amp;text=GCC%20Compiler%20%26%238220%3Bnow%26%238221%3B%20supports%20OpenMP%20-%20boriel.com&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.boriel.com%2F2008%2F03%2F03%2Fgcc-supports-openmp%2F%3Flang%3Den" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.boriel.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.boriel.com/2008/03/03/gcc-supports-openmp/?lang=en/feed/&#038;lang=en</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

