<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi all,<br>
    I run into an error which occurs when I submit a yt script to run on
    cluster nodes. The script runs successfully from the command line
    though, and I am NOT running MPI here. The error is as follows:<br>
    <br>
    <i>Traceback (most recent call last):<br>
        File "MergerTree.py", line 1, in <module><br>
          from yt.mods import *<br>
        File "/turing/home/tszkali2/yt-ppc64/src/yt-hg/yt/mods.py", line
      92, in <module><br>
          from yt.visualization.api import \<br>
        File
      "/turing/home/tszkali2/yt-ppc64/src/yt-hg/yt/visualization/api.py",
      line 34, in <module><br>
          from plot_collection import \<br>
        File
      "/turing/home/tszkali2/yt-ppc64/src/yt-hg/yt/visualization/plot_collection.py",
      line 26, in <module><br>
          from matplotlib import figure<br>
        File
      "/turing/home/tszkali2/yt-ppc64/lib/python2.6/site-packages/matplotlib/figure.py",
      line 16, in <module><br>
          import artist<br>
        File
      "/turing/home/tszkali2/yt-ppc64/lib/python2.6/site-packages/matplotlib/artist.py",
      line 6, in <module><br>
          from transforms import Bbox, IdentityTransform,
      TransformedBbox, TransformedPath<br>
        File
      "/turing/home/tszkali2/yt-ppc64/lib/python2.6/site-packages/matplotlib/transforms.py",
      line 34, in <module><br>
          from matplotlib._path import affine_transform<br>
      ImportError:
      /turing/home/tszkali2/yt-ppc64/lib/python2.6/site-packages/matplotlib/_path.so:
      undefined symbol:
      _ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE9behaviorsEvE1p</i><br>
    <br>
    Apparently it is related to matplotlib. I tried to do something
    similar to the instructions on the wiki for CrayXT5 Installation<br>
    (<a class="moz-txt-link-freetext" href="http://yt.enzotools.org/wiki/CrayXT5Installation">http://yt.enzotools.org/wiki/CrayXT5Installation</a>) in the section
    'Running on a compute node', but I still got the same error. <br>
    <br>
    Does anyone have ideas on what this means? I appreciate any help
    from you.<br>
    <br>
    Thanks,<br>
    Tsz Ka<br>
  </body>
</html>