<div dir="ltr">Hi Sam,<div><br></div><div>Sorry for the delay. It's been a while since I had the time to work on this. Changing the center and width didn't work. Interestingly, changing the number of mpi processes did. I was originally using 24 processes, and it was failing when the value of bottom_id in the function get_reduce_owners() in amr_kdtree.py reached 32. </div><div><br></div><div>I did some testing, and it always worked when I used 16 processes or less. Sometimes higher numbers would work, but that depended on the input file. For instance, with one input file, it worked on 18 processes, but with a different input file, it didn't. Both the input files I tested were Flash hdf5 files, but with different levels of refinement.</div><div><br></div><div>Also, I'm not sure if this is related, but when I'm using the ipython notebook and I try to do </div><div><br></div><div>if yt.is_root()</div><div>     cam.show()</div><div><br></div><div>or</div><div><br></div><div><div>if yt.is_root()</div><div>     cam.snapshot()</div></div><div><br></div><div>these both cause the engines to hang. I can call cam.show() or cam.snapshot(), and they work just fine, as long as I'm calling it on all processes. But as soon as I restrict to to just root, it hangs.</div><div><br></div><div>I appreciate any help you could give me. For now, I'm just making sure to only use 16 processes, but that doesn't seem like a good long-term solution.</div><div><br></div><div>Thanks,</div><div><br></div><div>Daniel</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-11-03 15:42 GMT-05:00 Sam Skillman <span dir="ltr"><<a href="mailto:samskillman@gmail.com" target="_blank">samskillman@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Daniel, <br><br>Could you try a different center and width argument?  Something like:<div>c = ds.domain_center<br><div>W = ds.domain_width.max()</div><div><br></div></div><div>Sam</div><br><div class="gmail_quote"><div><div class="h5">On Fri Oct 31 2014 at 5:49:23 AM Daniel Fenn <<a href="mailto:dsfenn@gmail.com" target="_blank">dsfenn@gmail.com</a>> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hi,<div><br></div><div>I'm trying to do the simple volume rendering from the cookbook. The data is FLASH HDF5 data, and I'm using version 3.0.2 of yt. The script I'm running is here:</div><div><br></div><div><a href="http://paste.yt-project.org/show/5183/" target="_blank">http://paste.yt-project.org/show/5183/</a><br></div><div><br></div><div>However, I'm getting the following error:</div><div><br></div><div><a href="http://paste.yt-project.org/show/5184/" target="_blank">http://paste.yt-project.org/show/5184/</a><br></div><div><br></div><div>I guess it has something to do with the AMR tree, but unfortunately I don't know a lot about the specifics of that.</div><div><br></div><div>Could anyone offer any insight into this problem?</div><div><br></div><div>Thanks,</div><div><br></div><div>Daniel</div></div></div></div>
______________________________<u></u>_________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">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/<u></u>listinfo.cgi/yt-users-<u></u>spacepope.org</a><br>
</blockquote></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>