<div dir="ltr">Hi all,<div><br></div><div>I've recently been trying to use yt's inline analysis functionality with Enzo and am having some difficultly getting it to work in parallel.  I am using the development tip of yt.  In serial, everything works fine, but in parallel, I get the following error:</div><div><a href="http://paste.yt-project.org/show/5694/">http://paste.yt-project.org/show/5694/</a><br></div><div><br></div><div>It seems that the issue is that yt is not correctly identifying which grids are available on a given processory for the EnzoDatasetInMemory object.  Does anyone have an idea of how to fix this?  Has anyone else seen this?</div><div><br></div><div>For reference, my user_script is just this:</div><div><br></div><div><div><font face="monospace, monospace">import yt</font></div><div><font face="monospace, monospace">from yt.frontends.enzo.api import EnzoDatasetInMemory</font></div><div><br></div><div><font face="monospace, monospace">def main():</font></div><div><font face="monospace, monospace">    ds = EnzoDatasetInMemory()</font></div><div><span style="font-family:monospace,monospace">    ad = ds.all_data()</span><br></div><div><span style="font-family:monospace,monospace">    print ad.quantities.total_quantity("cell_mass")</span><br></div></div><div><br></div><div>Thanks for any help,</div><div><br></div><div>Britton</div></div>