This worked spot-on once I dropped the CFLAGS and CPPFLAGS, as you suggested. Thanks for explaining what CPPFLAGS was intended for, I&#39;d be under a mis-assumption there (as you correctly surmised). <br>Really appreciate the help,<br>

-Joe Buck<br><br><div class="gmail_quote">On Thu, Feb 4, 2010 at 12:19 AM,  <span dir="ltr">&lt;<a href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
Unset your CFLAGS and CPPFLAGS in your configure command<br>
and try again.  Largefile support is enabled by default if<br>
it is available.  CPPFLAGS stands for &quot;C PreProcessor FLAGS&quot;<br>
not &quot;C++ FLAGS&quot;  Setting it incorrectly is the likely reason<br>
of your configure failure.<br>
<br>
A.Chan<br>
<div><div></div><div class="h5"><br>
----- &quot;Joe Buck&quot; &lt;<a href="mailto:jbbuck@gmail.com">jbbuck@gmail.com</a>&gt; wrote:<br>
<br>
&gt; I&#39;m trying to compile mpich2-1.2.1 on an ubuntu 9.10 server running<br>
&gt; on<br>
&gt; x86_64 hardware and I&#39;m seeing an issue while running configure. The<br>
&gt; error I<br>
&gt; get looks like this:<br>
&gt;<br>
&gt; checking for OpenPA atomic primitive availability... no<br>
&gt; configure: error:<br>
&gt; The nemesis channel was selected yet a set of working OpenPA headers<br>
&gt; were not found.  Please check the OpenPA configure step for errors.<br>
&gt; configure: error: ./configure failed for channels/nemesis<br>
&gt; configure: error: Configure of src/mpid/ch3 failed!<br>
&gt;<br>
&gt; I&#39;m attaching the entire ./configure output. I looked through the<br>
&gt; archives<br>
&gt; and found some mention of this but didn&#39;t see a solution to it. Can<br>
&gt; anyone<br>
&gt; point me in a useful direction?<br>
&gt;<br>
&gt; I&#39;ve tried checking out the latest trunk and building that with the<br>
&gt; following tools:<br>
&gt; automake 1.11.1<br>
&gt; autoconf 2.63<br>
&gt; and libtool 2.2.6<br>
&gt; as per this website:<br>
&gt; <a href="http://wiki.mcs.anl.gov/mpich2/index.php/Getting_And_Building_MPICH2" target="_blank">http://wiki.mcs.anl.gov/mpich2/index.php/Getting_And_Building_MPICH2</a><br>
&gt;<br>
&gt; as well as trying to build the stable mpich2-1.2.1 tarball with the<br>
&gt; tools<br>
&gt; that ubuntu 9.10 comes with.<br>
&gt;<br>
&gt; Thanks for the help,<br>
&gt; -Joe Buck<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; mpich-discuss mailing list<br>
&gt; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
</blockquote></div><br>