<?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: Exceptions and OpenMP - an Experiment with Current Compilers</title>
	<atom:link href="http://www.thinkingparallel.com/2007/03/02/exceptions-and-openmp-an-experiment-with-current-compilers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkingparallel.com/2007/03/02/exceptions-and-openmp-an-experiment-with-current-compilers/</link>
	<description>A Blog on Parallel Programming and Concurrency by Michael Suess</description>
	<pubDate>Wed, 19 Jun 2013 00:34:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bram</title>
		<link>http://www.thinkingparallel.com/2007/03/02/exceptions-and-openmp-an-experiment-with-current-compilers/comment-page-1/#comment-98287</link>
		<dc:creator>Bram</dc:creator>
		<pubDate>Wed, 04 Nov 2009 11:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2007/03/02/exceptions-and-openmp-an-experiment-with-current-compilers/#comment-98287</guid>
		<description>Hi, just like to ad, this works with g++, no warnings no problems:
g++ -fopenmp -lgomp openmp_exceptions.cc; ./a.out 
ZERO, before parallel: 
ts 42 &#38;ts 0x7fff8c0df44c

ONE, before try-catch: 
ts 42 &#38;ts 0x7fff8c0df44c

TWO, inside try: 
ts 42 &#38;ts 0x7fff8c0df44c

FOUR, after catch, inside parallel: 
ts 42 &#38;ts 0x7fff8c0df44c

FIVE, after parallel: 
ts 42 &#38;ts 0x7fff8c0df44c

g++ --version
g++ (Ubuntu 4.4.1-4ubuntu8) 4.4.1
(it's in Ubuntu Karmic)</description>
		<content:encoded><![CDATA[<p>Hi, just like to ad, this works with g++, no warnings no problems:<br />
g++ -fopenmp -lgomp openmp_exceptions.cc; ./a.out<br />
ZERO, before parallel:<br />
ts 42 &amp;ts 0&#215;7fff8c0df44c</p>
<p>ONE, before try-catch:<br />
ts 42 &amp;ts 0&#215;7fff8c0df44c</p>
<p>TWO, inside try:<br />
ts 42 &amp;ts 0&#215;7fff8c0df44c</p>
<p>FOUR, after catch, inside parallel:<br />
ts 42 &amp;ts 0&#215;7fff8c0df44c</p>
<p>FIVE, after parallel:<br />
ts 42 &amp;ts 0&#215;7fff8c0df44c</p>
<p>g++ &#8211;version<br />
g++ (Ubuntu 4.4.1-4ubuntu8) 4.4.1<br />
(it&#8217;s in Ubuntu Karmic)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Suess</title>
		<link>http://www.thinkingparallel.com/2007/03/02/exceptions-and-openmp-an-experiment-with-current-compilers/comment-page-1/#comment-3279</link>
		<dc:creator>Michael Suess</dc:creator>
		<pubDate>Tue, 06 Mar 2007 16:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2007/03/02/exceptions-and-openmp-an-experiment-with-current-compilers/#comment-3279</guid>
		<description>Paul: every compiler I know has exception-flags. The difference here is, that exceptions on the first three compilers are clearly enabled and still my code is not working...</description>
		<content:encoded><![CDATA[<p>Paul: every compiler I know has exception-flags. The difference here is, that exceptions on the first three compilers are clearly enabled and still my code is not working&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.thinkingparallel.com/2007/03/02/exceptions-and-openmp-an-experiment-with-current-compilers/comment-page-1/#comment-3084</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 02 Mar 2007 14:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2007/03/02/exceptions-and-openmp-an-experiment-with-current-compilers/#comment-3084</guid>
		<description>Is it possible the first three compilers also have sneaky exception flags like the Portland one?

Nice post,
Paul</description>
		<content:encoded><![CDATA[<p>Is it possible the first three compilers also have sneaky exception flags like the Portland one?</p>
<p>Nice post,<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher C. Aycock</title>
		<link>http://www.thinkingparallel.com/2007/03/02/exceptions-and-openmp-an-experiment-with-current-compilers/comment-page-1/#comment-3082</link>
		<dc:creator>Christopher C. Aycock</dc:creator>
		<pubDate>Fri, 02 Mar 2007 14:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkingparallel.com/2007/03/02/exceptions-and-openmp-an-experiment-with-current-compilers/#comment-3082</guid>
		<description>I guess this is just yet another example of what's ultimately wrong with C++: it's just too complex. Dynamically typed languages such as Ruby and Python are much easier to deal with, for everyone's sake. Of course a really clean statically typed language with templates would be nice too, but none of the existing ones can be found in the mainstream.</description>
		<content:encoded><![CDATA[<p>I guess this is just yet another example of what&#8217;s ultimately wrong with C++: it&#8217;s just too complex. Dynamically typed languages such as Ruby and Python are much easier to deal with, for everyone&#8217;s sake. Of course a really clean statically typed language with templates would be nice too, but none of the existing ones can be found in the mainstream.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
