<?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: SEEK_SET is #defined but must not be for the C++ binding of MPI</title>
	<atom:link href="http://are.ehibou.com/seek_set-is-defined-but-must-not-be-for-the-c-binding-of-mpi/feed/" rel="self" type="application/rss+xml" />
	<link>http://are.ehibou.com/seek_set-is-defined-but-must-not-be-for-the-c-binding-of-mpi/</link>
	<description>are.ehibou.com Web Log</description>
	<lastBuildDate>Thu, 19 Jan 2012 08:42:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ablert</title>
		<link>http://are.ehibou.com/seek_set-is-defined-but-must-not-be-for-the-c-binding-of-mpi/comment-page-1/#comment-17559</link>
		<dc:creator>Ablert</dc:creator>
		<pubDate>Wed, 10 Nov 2010 11:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://are.ehibou.com/seek_set-is-defined-but-must-not-be-for-the-c-binding-of-mpi/#comment-17559</guid>
		<description>It is the result of a name conflict between stdio.h and the MPI C++ binding.

You could place the #inlcude &quot;mpi&quot; before the #include &quot;stdio.h&quot; or #include  .

http://www.nics.tennessee.edu/node/295</description>
		<content:encoded><![CDATA[<p>It is the result of a name conflict between stdio.h and the MPI C++ binding.</p>
<p>You could place the #inlcude &#8220;mpi&#8221; before the #include &#8220;stdio.h&#8221; or #include  .</p>
<p><a href="http://www.nics.tennessee.edu/node/295" rel="nofollow">http://www.nics.tennessee.edu/node/295</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bluestreak</title>
		<link>http://are.ehibou.com/seek_set-is-defined-but-must-not-be-for-the-c-binding-of-mpi/comment-page-1/#comment-17436</link>
		<dc:creator>Bluestreak</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://are.ehibou.com/seek_set-is-defined-but-must-not-be-for-the-c-binding-of-mpi/#comment-17436</guid>
		<description>Thanks buddy, the first reply really helped :)</description>
		<content:encoded><![CDATA[<p>Thanks buddy, the first reply really helped <img src='http://are.ehibou.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KR</title>
		<link>http://are.ehibou.com/seek_set-is-defined-but-must-not-be-for-the-c-binding-of-mpi/comment-page-1/#comment-17402</link>
		<dc:creator>KR</dc:creator>
		<pubDate>Wed, 17 Feb 2010 00:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://are.ehibou.com/seek_set-is-defined-but-must-not-be-for-the-c-binding-of-mpi/#comment-17402</guid>
		<description>hello
thanks for that. It works! 
rgds</description>
		<content:encoded><![CDATA[<p>hello<br />
thanks for that. It works!<br />
rgds</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://are.ehibou.com/seek_set-is-defined-but-must-not-be-for-the-c-binding-of-mpi/comment-page-1/#comment-17400</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 16 Feb 2010 21:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://are.ehibou.com/seek_set-is-defined-but-must-not-be-for-the-c-binding-of-mpi/#comment-17400</guid>
		<description>try to use key in make command line -DMPICH_IGNORE_CXX_SEEK</description>
		<content:encoded><![CDATA[<p>try to use key in make command line -DMPICH_IGNORE_CXX_SEEK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KR</title>
		<link>http://are.ehibou.com/seek_set-is-defined-but-must-not-be-for-the-c-binding-of-mpi/comment-page-1/#comment-17399</link>
		<dc:creator>KR</dc:creator>
		<pubDate>Tue, 16 Feb 2010 18:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://are.ehibou.com/seek_set-is-defined-but-must-not-be-for-the-c-binding-of-mpi/#comment-17399</guid>
		<description>hi when i compile a code in a parallel cluster

and i type make to recompile it i get this
/ichec/packages/mvapich/1.2p1-intel//include/mpicxx.h(37): catastrophic error: #error directive: \SEEK_SET is #defined but must not be for the C++ binding of MPI\
  #error \SEEK_SET is #defined but must not be for the C++ binding of MPI\


can you guide me what to do about this?
-
KR</description>
		<content:encoded><![CDATA[<p>hi when i compile a code in a parallel cluster</p>
<p>and i type make to recompile it i get this<br />
/ichec/packages/mvapich/1.2p1-intel//include/mpicxx.h(37): catastrophic error: #error directive: \SEEK_SET is #defined but must not be for the C++ binding of MPI\<br />
  #error \SEEK_SET is #defined but must not be for the C++ binding of MPI\</p>
<p>can you guide me what to do about this?<br />
-<br />
KR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BateRiste</title>
		<link>http://are.ehibou.com/seek_set-is-defined-but-must-not-be-for-the-c-binding-of-mpi/comment-page-1/#comment-15302</link>
		<dc:creator>BateRiste</dc:creator>
		<pubDate>Tue, 08 Jan 2008 04:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://are.ehibou.com/seek_set-is-defined-but-must-not-be-for-the-c-binding-of-mpi/#comment-15302</guid>
		<description>thanx, it was really useful, first hit in google ;)</description>
		<content:encoded><![CDATA[<p>thanx, it was really useful, first hit in google <img src='http://are.ehibou.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

