<div dir="ltr">So close. The command is called &quot;mpicxx&quot;, not &quot;mpic++&quot;. And we don&#39;t look for this spelling.<div><br></div><div>-erik</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 20, 2015 at 2:56 PM, Frank Loeffler <span dir="ltr">&lt;<a href="mailto:knarf@cct.lsu.edu" target="_blank">knarf@cct.lsu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, May 20, 2015 at 02:26:15PM -0400, Comer Duncan wrote:<br>
&gt; Oh well.  You can find the contents of build3.log on<br>
&gt; <a href="http://pastebin.com/0q9NNAT4" target="_blank">http://pastebin.com/0q9NNAT4</a> and I note nothing different, or so it seems.<br>
<br>
</span>From your log I see that Cactus says: Found MPI compiler wrapper at<br>
/opt/local/bin/mpiCC. This is likely the problem. Apple still doesn&#39;t<br>
use a case sensitive filesystem by default, which means this is the same<br>
as mpicc, which is the C compiler. The compiler itself is smart enough<br>
(in the case of gnu) to figure this out at compile time, so you don&#39;t<br>
get an error there. At link time however, (and because Cactus uses the<br>
C++ compiler for linking), this can result in C++ libraries not being<br>
linked, and thus C++ symbols are missing (as seems to be the case in<br>
your log).<br>
<br>
Now, the thorn MPI should have picked up /opt/local/bin/mpic++ before<br>
mpiCC, if the former exists. Does it? If not - is there some package you<br>
still need to install (like openmpi-c++ or such)?<br>
<span class="HOEnZb"><font color="#888888"><br>
Frank<br>
<br>
</font></span><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
<a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Erik Schnetter &lt;<a href="mailto:schnetter@cct.lsu.edu" target="_blank">schnetter@cct.lsu.edu</a>&gt;<br><a href="http://www.perimeterinstitute.ca/personal/eschnetter/" target="_blank">http://www.perimeterinstitute.ca/personal/eschnetter/</a></div>
</div>