<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks guys, it worked perfectly.<br>
Cheers,<br>
<br>
Jean-Claude<br>
<br>
Matthew Turk a écrit :
<blockquote
 cite="mid:i2ua998fef11005051924v8a1659cdva14b5f014f8e66d5@mail.gmail.com"
 type="cite">
  <pre wrap="">Hi JC,

I agree with Jeff and John -- what seems likely to me is that the last
time you rebuilt the amr_utils.so module, the intel compiler was
loaded.  This can happen when, for instance, you run "yt instinfo -u".
 To fix this, I would suggest you load the gnu module and do:

# module load gnu first!
cd /global/home/jcpassy/yt-x86_64/src/yt-trunk-svn/
python2.6 setup.py build_ext -i -f

That should rebuild all your yt C modules, this time with GNU.

-Matt

On Wed, May 5, 2010 at 3:33 PM, j s oishi <a class="moz-txt-link-rfc2396E" href="mailto:jsoishi@gmail.com"><jsoishi@gmail.com></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi JC,

I don't know why python works with the intel compiler, but I suspect
if you tried to do very much with it, it would eventually have trouble
finding a shared library.

It is telling you right on the command line what compiler it was built with:

    </pre>
    <blockquote type="cite">
      <pre wrap="">[11:37:59] seawolf1:$ python2.6
Python 2.6.3 (r263:75183, Apr 14 2010, 08:48:56)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2
      </pre>
    </blockquote>
    <pre wrap="">Load that module, and yt should work.

j
_______________________________________________
yt-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a>
<a class="moz-txt-link-freetext" href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
yt-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a>
<a class="moz-txt-link-freetext" href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a>
  </pre>
</blockquote>
</body>
</html>