<div dir="ltr"><div class="gmail_extra">Hi Roland, Frank, Ian,<br><br>Thanks for all your help, and sorry for taking so long to respond. In the end I decided to wipe everything and start over. It was a good opportunity to clean up my hard drive and upgrade to the latest macOS!<br><br>I&#39;m now using Homebrew only. Both the Einstein Toolkit and Lorene compile without hiccups. Roland, I was able to go through all the steps for getting the initial data that you described.</div><div class="gmail_extra"><br></div><div class="gmail_extra">The only issue I&#39;m experiencing is with running my Einstein Toolkit compilations using the mpirun command.<br><br>I tried:<br><br>mpirun -np 2 &lt;exe file&gt; &lt;parameter file&gt;<br><br>and got:<br><br>[Gwyneths-MacBook-Air.local:16<wbr>392] [[60663,0],0] ORTE_ERROR_LOG: Bad parameter in file orted/pmix/pmix_server.c at line 262<br>[Gwyneths-MacBook-Air.local:16<wbr>392] [[60663,0],0] ORTE_ERROR_LOG: Bad parameter in file ess_hnp_module.c at line 666<br>------------------------------<wbr>------------------------------<wbr>--------------<br>It looks like orte_init failed for some reason; your parallel process is<br>likely to abort.  There are many reasons that a parallel process can<br>fail during orte_init; some of which are due to configuration or<br>environment problems.  This failure appears to be an internal failure;<br>here&#39;s some additional information (which may only be relevant to an<br>Open MPI developer):<br><br>  pmix server init failed<br>  --&gt; Returned value Bad parameter (-5) instead of ORTE_SUCCESS<br>------------------------------<wbr>------------------------------<wbr>--------------<br><br>I installed Open MPI via Homebrew and used osx-homebrew.cfg for my compilation. It has MPI_DIR = /usr/local.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Incidentally: I modified arrangements/Carpet/CarpetLib/<wbr>src/defs.hh as Ian suggested, and got that bboxset2 is used on my laptop (for this compilation, at least). (I&#39;ll reply properly to my other thread about the potential Carpet bug soon -- I&#39;d like to check whether or not the error appears on my laptop for the new compilation.)</div><div class="gmail_extra"><br>Gwyneth<br><br><div class="gmail_quote">On Tue, Mar 14, 2017 at 3:51 PM, Roland Haas <span dir="ltr">&lt;<a href="mailto:rhaas@illinois.edu" target="_blank">rhaas@illinois.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello Gwyneth,<br>
<br>
hmm, so you are on a Mac and have macports installed. I don&#39;t have such<br>
a laptop (I only have homebrew installed) but looking at the file<br>
repos/simfactory2/mdb/optionli<wbr>sts/osx-macports.cfg then it does contain LAPACK_DIR and LAPACK_LIBS line. Note that LORENE (for the coal executable) does not use Cactus&#39; option list but its own local_settings file (just untar the tarfile in ExternalLibraries/LORENE/dist manually and compile in there).<br>
<br>
So you should be able to use<br>
<br>
-Wl,-framework,Accelerate<br>
<br>
in LDFLAGS (or similar) in local_settings to get Lorene to work.<br>
<br>
Similarly for Cactus if you need LAPACK.<br>
<br>
For BLAS and LAPACK: please try and compile like so:<br>
<br>
make sim-realclean<br>
VERBOSE=yes simfactory/bin/sim build sim 2&gt;&amp;1 | tee make.log<br>
<br>
and attach the full output of this (in make.log) as well as ideally the<br>
content of configs/sim/config-info and<br>
configs/sim/bindings/Configura<wbr>tion/Capabilities/make.{BLAS,L<wbr>APACK}.{defn,deps}<br>
<span class="gmail-m_-2588233764697521813gmail-m_-7084801401843449329gmail-m_-8991418488519191777m_8110547660873440269gmail-"><br>
&gt; I&#39;ve realized that I get the OpenBLAS error regardless of whether or not I<br>
&gt; set OPENBLAS_DIR=BUILD. So I think there&#39;s something wrong with my<br>
&gt; optionlist.<br>
</span>Just to be sure: you have made sure that the new option list is<br>
actually being used? You may have to do something like this:<br>
<br>
simfactory/bin/sim build --reconfig --optionlist<br>
path-to-your-option-list.cfg<br>
<div class="gmail-m_-2588233764697521813gmail-m_-7084801401843449329gmail-m_-8991418488519191777m_8110547660873440269gmail-HOEnZb"><div class="gmail-m_-2588233764697521813gmail-m_-7084801401843449329gmail-m_-8991418488519191777m_8110547660873440269gmail-h5"><br>
Yours,<br>
Roland<br>
<br>
--<br>
My email is as private as my paper mail. I therefore support encrypting<br>
and signing email messages. Get my PGP key from <a href="http://pgp.mit.edu" rel="noreferrer" target="_blank">http://pgp.mit.edu</a> .<br>
</div></div></blockquote></div><br></div></div>