Hi,<div><br></div><div>I've tried a fresh install with install_script.sh with only gcc loaded; my LD_LIBRARY_PATH only contains</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>/scinet/gpc/compilers/gcc-4.6.1/requiredlibs/lib:/scinet/gpc/compilers/gcc-4.6.1/lib:/scinet/gpc/compilers/gcc-4.6.1/lib64</div>
</blockquote><div><br></div><div>After building, I still get the same missing libimf.so error.  An ls of the directory you specified shows that it actually doesn't exist.  My suspicion is the associated python module somehow compiled incorrectly, but the only error I encountered during installation was that ZeroMQ didn't build properly, which was solved by fixing a line in the ZeroMQ source, then restarting install_script.bash.  This doesn't have anything to do with my current problem, right?</div>
<div><br></div><div>Running ipython with intel loaded has its own issues, but if that's actually easier than debugging this I can give it a go.</div><div><br></div><div>I've posted the output of env to <a href="http://past.yt-project.org">past.yt-project.org</a>.</div>
<div><br></div><div>Best,</div><div><br></div><div>Charles<br><br><div class="gmail_quote">On Fri, Jul 26, 2013 at 2:49 AM, Kacper Kowalik <span dir="ltr"><<a href="mailto:xarthisius.kk@gmail.com" target="_blank">xarthisius.kk@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On <a href="tel:26.07.2013%2001" value="+12607201301">26.07.2013 01</a>:25, Chenchong Zhu wrote:<br>

> Hi Kacper (and yt-users),<br>
><br>
> Thanks for your response!<br>
><br>
> I should have been more clear and said that I've only been using the yt<br>
> install script to do everything, and was surprised that libimf.so wasn't<br>
> compiled.  The full text of my error is:<br>
><br>
> (yt-x86_64)gpc-f101n084-$ ipython<br>
> Traceback (most recent call last):<br>
>   File "/home/m/mhvk/czhu/yt-x86_64/bin/ipython", line 5, in <module><br>
>     from IPython.frontend.terminal.ipapp import launch_new_instance<br>
>   File<br>
> "/home/m/mhvk/czhu/yt-x86_64/lib/python2.7/site-packages/IPython/__init__.py",<br>
> line 43, in <module><br>
>     from .config.loader import Config<br>
>   File<br>
> "/home/m/mhvk/czhu/yt-x86_64/lib/python2.7/site-packages/IPython/config/__init__.py",<br>
> line 16, in <module><br>
>     from .application import *<br>
>   File<br>
> "/home/m/mhvk/czhu/yt-x86_64/lib/python2.7/site-packages/IPython/config/application.py",<br>
> line 22, in <module><br>
>     import logging<br>
>   File "/home/m/mhvk/czhu/yt-x86_64/lib/python2.7/logging/__init__.py",<br>
> line 26, in <module><br>
>     import sys, os, time, cStringIO, traceback, warnings, weakref<br>
> ImportError: libimf.so: cannot open shared object file: No such file or<br>
> directory<br>
<br>
</div></div>Hi,<br>
it looks like the python itself was compiled with intel. You could<br>
verify that by running:<br>
<br>
  cd /home/m/mhvk/czhu/yt-x86_64/lib/python2.7/lib-dynload<br>
  readelf -d cStringIO.so -d | grep NEEDED<br>
<br>
See if libimf.so pops there. If that's the case I think you should<br>
remove the python2.7* in /home/m/mhvk/czhu/yt-x86_64/src and try<br>
installing it again via install_script.sh. Make sure you do *not* have<br>
any references to intel in LD_LIBRARY_PATH.<br>
<br>
Alternatively, you could try running ipython with intel module loaded.<br>
<br>
If you could paste output 'env' on <a href="http://paste.yt-project.org/" target="_blank">http://paste.yt-project.org/</a> we could<br>
try to find out where the intel compiler lurks ;)<br>
<br>
Cheers,<br>
Kacper<br>
<div class="im HOEnZb"><br>
> Best,<br>
><br>
> Charles<br>
><br>
> P.S. I wrote a meaningless "(though )" in my last e-mail, which was<br>
> supposed to report that installing ZeroMQ using install_script.bash gives<br>
> the error<br>
><br>
> "stream_engine.hpp(97): error #82: storage class is not first<br>
>           const static size_t greeting_size = 12"<br>
><br>
><br>
> which I had to manually fix in the source to "static const", and then rerun<br>
> install_script.bash.<br>
><br>
><br>
><br>
</div><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> yt-users mailing list<br>
> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
><br>
<br>
<br>
</div></div><br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
<br></blockquote></div><br></div>