<?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>Kommentare zu: Defaults or special options of different MPI implementations to remember</title>
	<atom:link href="http://blogs.fau.de/zeiser/2010/02/16/defaults-or-special-options-of-different-mpi-implementations-to-remember/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.fau.de/zeiser/2010/02/16/defaults-or-special-options-of-different-mpi-implementations-to-remember/</link>
	<description>Some comments by Thomas Zeiser about HPC@RRZE and other things</description>
	<lastBuildDate>Thu, 30 Aug 2012 07:38:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Von: Thomas Zeiser</title>
		<link>http://blogs.fau.de/zeiser/2010/02/16/defaults-or-special-options-of-different-mpi-implementations-to-remember/comment-page-1/#comment-1576</link>
		<dc:creator>Thomas Zeiser</dc:creator>
		<pubDate>Sat, 18 Feb 2012 10:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.fau.de/zeiser/?p=4689#comment-1576</guid>
		<description><![CDATA[The problems we sometimes observe with hanging processes at startup (right at the MPI_Init or the first time a larger communication occurs) or at the very end (at or after MPI_Finalise), were confirmed by an external user, too. His solution was to switch from &lt;code&gt;I_MPI_FABRICS=shm:dapl&lt;/code&gt; to &lt;code&gt;I_MPI_FABRICS=shm:ofa&lt;/code&gt;.]]></description>
		<content:encoded><![CDATA[<p>The problems we sometimes observe with hanging processes at startup (right at the MPI_Init or the first time a larger communication occurs) or at the very end (at or after MPI_Finalise), were confirmed by an external user, too. His solution was to switch from <code>I_MPI_FABRICS=shm:dapl</code> to <code>I_MPI_FABRICS=shm:ofa</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Thomas Zeiser</title>
		<link>http://blogs.fau.de/zeiser/2010/02/16/defaults-or-special-options-of-different-mpi-implementations-to-remember/comment-page-1/#comment-1575</link>
		<dc:creator>Thomas Zeiser</dc:creator>
		<pubDate>Fri, 17 Feb 2012 12:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.fau.de/zeiser/?p=4689#comment-1575</guid>
		<description><![CDATA[At some point Intel switched the default for &lt;code&gt;I_MPI_PMI_EXTENSIONS&lt;/code&gt; to &lt;code&gt;off&lt;/code&gt;. I.e. for e.g. Intel MPI 4.0.3 you have to manually set &lt;code&gt;I_MPI_PMI_EXTENSIONS=on&lt;/code&gt; to make the default OSC mpiexec version work properly.

In February 2012, Doug Johnson also implemented an &quot;impi-helper&quot; to provide the expected PMI_FD file descriptors. Cf. http://lists.osc.edu/pipermail/mpiexec/2012/001215.html for the alternative &quot;-intel-bug&quot; workaround.]]></description>
		<content:encoded><![CDATA[<p>At some point Intel switched the default for <code>I_MPI_PMI_EXTENSIONS</code> to <code>off</code>. I.e. for e.g. Intel MPI 4.0.3 you have to manually set <code>I_MPI_PMI_EXTENSIONS=on</code> to make the default OSC mpiexec version work properly.</p>
<p>In February 2012, Doug Johnson also implemented an &#8220;impi-helper&#8221; to provide the expected PMI_FD file descriptors. Cf. <a href="http://lists.osc.edu/pipermail/mpiexec/2012/001215.html" rel="nofollow">http://lists.osc.edu/pipermail/mpiexec/2012/001215.html</a> for the alternative &#8220;-intel-bug&#8221; workaround.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Thomas Zeiser</title>
		<link>http://blogs.fau.de/zeiser/2010/02/16/defaults-or-special-options-of-different-mpi-implementations-to-remember/comment-page-1/#comment-147</link>
		<dc:creator>Thomas Zeiser</dc:creator>
		<pubDate>Sat, 11 Dec 2010 14:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.fau.de/zeiser/?p=4689#comment-147</guid>
		<description><![CDATA[There are some new &quot;bugs/incompatibilities&quot; in Intel MPI 4.0.1.007 (i.e. Intel MPI 4.0up1):



	MPI-IO to lustre-based parallel filesystem now requires &lt;code&gt; I_MPI_EXTRA_FILESYSTEM=on&lt;/code&gt; and &lt;code&gt;I_MPI_EXTRA_FILESYSTEM_LIST=lustre&lt;/code&gt; otherwise you&#039;ll get locking-related errors. (Change in behavior confirmed by Intel.)

	&lt;a href=&quot;http://www.osc.edu/~djohnson/mpiexec/index.php&quot; rel=&quot;nofollow&quot;&gt;OSC&#039;s mpiexec (0.84)&lt;/a&gt; does not start parallel instances but only N serial copies of your code if &lt;code&gt;I_MPI_PMI_EXTENSIONS=off&lt;/code&gt;; however, mpiexec seems to work as expected if the default of &lt;code&gt;I_MPI_PMI_EXTENSIONS=on&lt;/code&gt; is effective.




]]></description>
		<content:encoded><![CDATA[<p>There are some new &#8220;bugs/incompatibilities&#8221; in Intel MPI 4.0.1.007 (i.e. Intel MPI 4.0up1):</p>
<p>	MPI-IO to lustre-based parallel filesystem now requires <code> I_MPI_EXTRA_FILESYSTEM=on</code> and <code>I_MPI_EXTRA_FILESYSTEM_LIST=lustre</code> otherwise you&#8217;ll get locking-related errors. (Change in behavior confirmed by Intel.)</p>
<p>	<a href="http://www.osc.edu/~djohnson/mpiexec/index.php" rel="nofollow">OSC&#8217;s mpiexec (0.84)</a> does not start parallel instances but only N serial copies of your code if <code>I_MPI_PMI_EXTENSIONS=off</code>; however, mpiexec seems to work as expected if the default of <code>I_MPI_PMI_EXTENSIONS=on</code> is effective.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
