<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">It looks to me like we do look for
mpicxx... after we look for mpiCC.<br>
<br>
Cheers,<br>
Steve<br>
<br>
On 05/20/2015 03:12 PM, Erik Schnetter wrote:<br>
</div>
<blockquote
cite="mid:CADKQjjdP4p_WyF56JymvO01XodSo=R5nY6vhuZJkDQe7fSvC5Q@mail.gmail.com"
type="cite">
<div dir="ltr">So close. The command is called "mpicxx", not
"mpic++". And we don'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"><<a moz-do-not-send="true"
href="mailto:knarf@cct.lsu.edu" target="_blank">knarf@cct.lsu.edu</a>></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>
> Oh well. You can find the contents of build3.log on<br>
> <a moz-do-not-send="true"
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'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'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 moz-do-not-send="true"
href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
<a moz-do-not-send="true"
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 <<a
moz-do-not-send="true" href="mailto:schnetter@cct.lsu.edu"
target="_blank">schnetter@cct.lsu.edu</a>><br>
<a moz-do-not-send="true"
href="http://www.perimeterinstitute.ca/personal/eschnetter/"
target="_blank">http://www.perimeterinstitute.ca/personal/eschnetter/</a></div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a>
<a class="moz-txt-link-freetext" href="http://lists.einsteintoolkit.org/mailman/listinfo/users">http://lists.einsteintoolkit.org/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</body>
</html>