<span style>Hello,</span><div style><br></div><div style>i installed visit from source on my imac running mac osx lion (in order to get the parallel engine working) as well as the CarpetHDF5 plugin, and everything works...in case anyone is interested i could summarize the crucial steps i took in order to make it work for you..</div>
<div style><br></div><div style>best wishes,</div><div style><br></div><div style>Vassili</div><br><div class="gmail_quote">On Tue, May 22, 2012 at 9:57 PM, Scott Hawley <span dir="ltr">&lt;<a href="mailto:scott.hawley@belmont.edu" target="_blank">scott.hawley@belmont.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Maria,<br>
   No there are only a few libopen-rte files you can unlink if you want.<br>
<br>
I noticed that these errors are coming from /usr/local/lib, which is not a<br>
location I&#39;ve used.<br>
I put the links in /usr/lib.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
On 5/22/12 9:06 AM, &quot;Babiuc-Hamilton, Maria&quot; &lt;<a href="mailto:babiuc@marshall.edu">babiuc@marshall.edu</a>&gt; wrote:<br>
<br>
&gt;Scott,<br>
&gt;<br>
&gt;Yes, I did. The error I am getting now when configuring Cactus is:<br>
&gt;dyld: Symbol not found: _orte_ess<br>
&gt;  Referenced from: /usr/local/lib/libmpi.0.dylib<br>
&gt;  Expected in: /usr/local/lib/libopen-rte.0.dylib<br>
&gt; in /usr/local/lib/libmpi.0.dylib<br>
&gt;<br>
&gt;<br>
&gt;Looking on the web, it seems that other Apple users had this problem when<br>
&gt;trying to link libraries.<br>
&gt;I&#39;m afraid that I made this mess when I linked libopen-rte*?<br>
&gt;Is there a clean and quick fix, or I need to reinstall my whole operating<br>
&gt;system? :O<br>
&gt;<br>
&gt;Please help!<br>
&gt;Maria<br>
&gt;<br>
&gt;<br>
&gt;________________________________________<br>
&gt;From: Scott Hawley [<a href="mailto:scott.hawley@belmont.edu">scott.hawley@belmont.edu</a>]<br>
&gt;Sent: Monday, May 21, 2012 4:05 PM<br>
&gt;To: Babiuc-Hamilton, Maria<br>
&gt;Cc: <a href="mailto:users@einsteintoolkit.org">users@einsteintoolkit.org</a><br>
&gt;Subject: Re: Follow-up: [Users] How I got Visit 2.4.2 &amp; CarpetHDF5 to<br>
&gt;work on Mac OS X Lion<br>
&gt;<br>
&gt;You compiled the CarpetHDF plugin like I said, and are running visit with<br>
&gt;-noconfig?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;On 5/21/12 3:03 PM, &quot;Babiuc-Hamilton, Maria&quot; &lt;<a href="mailto:babiuc@marshall.edu">babiuc@marshall.edu</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;Thanks. I just downgraded to Visit 2.4.2 and now it looked like I got rid<br>
&gt;&gt;of that error.<br>
&gt;&gt;However, when trying to see a h5 file, I got the error:<br>
&gt;&gt;<br>
&gt;&gt;The metadata server running on host localhost has exited abnormally.<br>
&gt;&gt;VisIt is trying to restart it.<br>
&gt;&gt;<br>
&gt;&gt;Shortly thereafter, the following occured...<br>
&gt;&gt;<br>
&gt;&gt;VisIt was unable to open<br>
&gt;&gt;&quot;/Users/student/Cactus/VizTools/ks-mclachlan_metric.h5&quot;.  Each attempt to<br>
&gt;&gt;open it caused VisIt&#39;s metadata server to crash.  This can occur when the<br>
&gt;&gt;file is corrupted, or when the underlying file format has changed and<br>
&gt;&gt;VisIt&#39;s readers have not been updated yet, or when the reader VisIt is<br>
&gt;&gt;using for your file format is not robust.  Please check whether the file<br>
&gt;&gt;is corrupted and, if not, contact a VisIt developer.<br>
&gt;&gt;<br>
&gt;&gt;Moreover, when I am trying to run Cactus, I am getting this:<br>
&gt;&gt;<br>
&gt;&gt;./cactus_tov tov.rpar<br>
&gt;&gt;dyld: Symbol not found: __ZN3MPI3Win14Set_errhandlerERKNS_10ErrhandlerE<br>
&gt;&gt;  Referenced from: /Users/student/Cactus/exe/./cactus_tov<br>
&gt;&gt;  Expected in: /usr/lib/libmpi_cxx.0.dylib<br>
&gt;&gt;<br>
&gt;&gt;Trace/BPT trap<br>
&gt;&gt;<br>
&gt;&gt;I checked, and I do have /usr/lib/libmpi_cxx.0.dylib<br>
&gt;&gt;Any ideas?<br>
&gt;&gt;<br>
&gt;&gt;thanks,<br>
&gt;&gt;Maria<br>
&gt;&gt;<br>
&gt;&gt;________________________________________<br>
&gt;&gt;From: Scott Hawley [<a href="mailto:scott.hawley@belmont.edu">scott.hawley@belmont.edu</a>]<br>
&gt;&gt;Sent: Monday, May 21, 2012 3:18 PM<br>
&gt;&gt;To: Babiuc-Hamilton, Maria<br>
&gt;&gt;Cc: <a href="mailto:users@einsteintoolkit.org">users@einsteintoolkit.org</a><br>
&gt;&gt;Subject: Re: Follow-up: [Users] How I got Visit 2.4.2 &amp; CarpetHDF5 to<br>
&gt;&gt;work on Mac OS X Lion<br>
&gt;&gt;<br>
&gt;&gt;Yes, I remember seeing that error too; although it may have only been<br>
&gt;&gt;with<br>
&gt;&gt;version 2.5 that I saw that.<br>
&gt;&gt;<br>
&gt;&gt;So apparently some other libraries also used to be native, and are no<br>
&gt;&gt;longer, and I had already created the other links.<br>
&gt;&gt;<br>
&gt;&gt;So in addition to lipmpi*, you&#39;ll also want to do<br>
&gt;&gt;<br>
&gt;&gt;% cd /usr/lib/; sudo ln -s /opt/local/lib/libopen-pal*<br>
&gt;&gt;/opt/local/lib/libopen-rte* .<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;Let me know if that helps.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;On 5/21/12 2:11 PM, &quot;Babiuc-Hamilton, Maria&quot; &lt;<a href="mailto:babiuc@marshall.edu">babiuc@marshall.edu</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt;Scott,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;I finally got around to check follow your instructions, but I ran into<br>
&gt;&gt;&gt;this problem:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;-----------------------------------------------------------------<br>
&gt;&gt;&gt;               Parsed document of type Plugin<br>
&gt;&gt;&gt;-----------------------------------------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;Plugin: CarpetHDF5 (&quot;Carpet AMR/curvilinear HDF5 output generated by the<br>
&gt;&gt;&gt;Cactus Computational Toolkit&quot;, type=database) -- version 2.1<br>
&gt;&gt;&gt;    Attribute:  ()<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;-- The C compiler identification is GNU<br>
&gt;&gt;&gt;-- The CXX compiler identification is GNU<br>
&gt;&gt;&gt;-- Checking whether C compiler has -isysroot<br>
&gt;&gt;&gt;-- Checking whether C compiler has -isysroot - yes<br>
&gt;&gt;&gt;-- Checking whether C compiler supports OSX deployment target flag<br>
&gt;&gt;&gt;-- Checking whether C compiler supports OSX deployment target flag - yes<br>
&gt;&gt;&gt;-- Check for working C compiler: /usr/bin/gcc<br>
&gt;&gt;&gt;-- Check for working C compiler: /usr/bin/gcc -- works<br>
&gt;&gt;&gt;-- Detecting C compiler ABI info<br>
&gt;&gt;&gt;-- Detecting C compiler ABI info - done<br>
&gt;&gt;&gt;-- Checking whether CXX compiler has -isysroot<br>
&gt;&gt;&gt;-- Checking whether CXX compiler has -isysroot - yes<br>
&gt;&gt;&gt;-- Checking whether CXX compiler supports OSX deployment target flag<br>
&gt;&gt;&gt;-- Checking whether CXX compiler supports OSX deployment target flag -<br>
&gt;&gt;&gt;yes<br>
&gt;&gt;&gt;-- Check for working CXX compiler: /usr/bin/c++<br>
&gt;&gt;&gt;-- Check for working CXX compiler: /usr/bin/c++ -- works<br>
&gt;&gt;&gt;-- Detecting CXX compiler ABI info<br>
&gt;&gt;&gt;-- Detecting CXX compiler ABI info - done<br>
&gt;&gt;&gt;CMake Error at CMakeLists.txt:90 (VISIT_PLUGIN_TARGET_RTOD):<br>
&gt;&gt;&gt;  Unknown CMake command &quot;VISIT_PLUGIN_TARGET_RTOD&quot;.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;-- Configuring incomplete, errors occurred!<br>
&gt;&gt;&gt;make: *** No targets specified and no makefile found.  Stop.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;The only difference was that I did a<br>
&gt;&gt;&gt; ./configure --enable-cxx<br>
&gt;&gt;&gt;first in my hdf5-1.8.9 directory.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;Could you please help me out?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;Christian, do you have any suggestions?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;thanks,<br>
&gt;&gt;&gt;Maria<br>
&gt;&gt;&gt;________________________________________<br>
&gt;&gt;&gt;From: Babiuc-Hamilton, Maria<br>
&gt;&gt;&gt;Sent: Tuesday, May 15, 2012 8:42 AM<br>
&gt;&gt;&gt;To: Scott Hawley<br>
&gt;&gt;&gt;Subject: Re: [Users] How I got Visit 2.4.2 &amp; CarpetHDF5 to work on Mac<br>
&gt;&gt;&gt;OS<br>
&gt;&gt;&gt;X Lion<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;Scott,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;Fantastic! I&#39;ll try it right away! I had problems making Visit work with<br>
&gt;&gt;&gt;MacOS last year, and had to do my own little hack, but haven&#39;t use it<br>
&gt;&gt;&gt;for<br>
&gt;&gt;&gt;a while, because I was afraid that if I upgrade I&#39;ll run into problems<br>
&gt;&gt;&gt;again.<br>
&gt;&gt;&gt;Have had any success with ygraph?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;Cheers,<br>
&gt;&gt;&gt;Maria<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;On 5/14/12 5:23 PM, &quot;Scott Hawley&quot; &lt;<a href="mailto:scott.hawley@belmont.edu">scott.hawley@belmont.edu</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;Here&#39;s what I did:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;1. Downloaded the 64-bit binary of Visit 2.4.2 from the Visit web site<br>
&gt;&gt;&gt;&gt;2. Downloaded the CarpetHDF directory via svn.<br>
&gt;&gt;&gt;&gt;3. Downloaded hdf5-1.8.9 source via ftp.  I just put it in the<br>
&gt;&gt;&gt;&gt;CarpetHDF5<br>
&gt;&gt;&gt;&gt;directory.  Did a make and make installŠ.<br>
&gt;&gt;&gt;&gt;    &quot;HDF5 Directory&quot; is then .../hdf5-1.8.9/hdf5/ (see below)<br>
&gt;&gt;&gt;&gt;4. Made sure &quot;Remote Login&quot; is enabled under &quot;Sharing&quot; in &quot;System<br>
&gt;&gt;&gt;&gt;Preferences&quot;.  Visit uses this.<br>
&gt;&gt;&gt;&gt;    Went ahead and did a &quot;ssh localhost&quot; just to make sure. I was<br>
&gt;&gt;&gt;&gt;actually<br>
&gt;&gt;&gt;&gt;prompted to confirm an address because I&#39;m on LSU&#39;s network right now.<br>
&gt;&gt;&gt;&gt;    (Presumably Visit needs a clean login with no pesky questions or<br>
&gt;&gt;&gt;&gt;password prompts.)<br>
&gt;&gt;&gt;&gt;5. Created symbolic links in /usr/lib to whichever MPI libraries I<br>
&gt;&gt;&gt;&gt;planned<br>
&gt;&gt;&gt;&gt;to use.<br>
&gt;&gt;&gt;&gt;   Older versions of OS X had native MPI support, and this is hard<br>
&gt;&gt;&gt;&gt;coded<br>
&gt;&gt;&gt;&gt;in the binary you get from the visit site.<br>
&gt;&gt;&gt;&gt;    I use OpenMPI and MacPorts, so I went to /usr/lib and did &quot;sudo ln<br>
&gt;&gt;&gt;&gt;-s<br>
&gt;&gt;&gt;&gt;/opt/local/lib/libmpi* .&quot;<br>
&gt;&gt;&gt;&gt;6. Deleted my ~/.visit directory entirely.  This may not be necessary.<br>
&gt;&gt;&gt;&gt;7. Went in the CarpetHDF5 and ran ./install and Šbasically just did<br>
&gt;&gt;&gt;&gt;what<br>
&gt;&gt;&gt;&gt;was in the readme, that is:<br>
&gt;&gt;&gt;&gt;  in the xmledit window, clicked on &quot;Cmake&quot; and then updated the flags,<br>
&gt;&gt;&gt;&gt;as<br>
&gt;&gt;&gt;&gt;in<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;   CXXFLAGS =<br>
&gt;&gt;&gt;&gt;-I/Applications/VisIt.app/Contents/Resources/2.4.2/darwin-x86_64/includ<br>
&gt;&gt;&gt;&gt;e<br>
&gt;&gt;&gt;&gt;-I/Users/shawley/apps/VizTools/CarpetHDF5/hdf5-1.8.9/hdf5/include<br>
&gt;&gt;&gt;&gt;   LDFLAGS =<br>
&gt;&gt;&gt;&gt;-L/Applications/VisIt.app/Contents/Resources/2.4.2/darwin-x86_64/lib<br>
&gt;&gt;&gt;&gt;-L/Users/shawley/apps/VizTools/CarpetHDF5/hdf5-1.8.9/hdf5/lib<br>
&gt;&gt;&gt;&gt;  Saved and closed the window, let it do its thing...<br>
&gt;&gt;&gt;&gt;8. Ran visit from the command line, using the -noconfig option.   The<br>
&gt;&gt;&gt;&gt;latest version of Visit has a problem with &quot;localhost&quot; on Mac, for some<br>
&gt;&gt;&gt;&gt;reason.<br>
&gt;&gt;&gt;&gt;so<br>
&gt;&gt;&gt;&gt;visit -noconfig<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;..and then visit came up, I opened a .h5 file and was able to do all<br>
&gt;&gt;&gt;&gt;the<br>
&gt;&gt;&gt;&gt;usual things with it!<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;Good luck!<br>
&gt;&gt;&gt;&gt;-Scott<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;_______________________________________________<br>
&gt;&gt;&gt;&gt;Users mailing list<br>
&gt;&gt;&gt;&gt;<a href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
&gt;&gt;&gt;&gt;<a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<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>
</div></div></blockquote></div><br>