Hi all,<div><br></div><div>I just wanted to announce that the new kd-Tree rendering framework is now in the 'yt' branch of the repository.  There are a couple things I wanted to point to if you are interested.</div>

<div><br></div><div>The changeset itself:</div><div><a href="http://yt.enzotools.org/changeset/c7947fef16ac/">http://yt.enzotools.org/changeset/c7947fef16ac/</a></div><div><br></div><div>A post on <a href="http://blog.enzotools.org">blog.enzotools.org</a> highlighting some recent successes:</div>

<div><a href="http://blog.enzotools.org/amr-kd-tree-rendering-added-to-yt">http://blog.enzotools.org/amr-kd-tree-rendering-added-to-yt</a></div><div><br></div><div>A simple script, where you should just have to change the parameter file name:</div>

<div><a href="http://paste.enzotools.org/show/1367/">http://paste.enzotools.org/show/1367/</a></div><div><br></div><div>A more advanced script that exposes a few new options:</div><div><a href="http://paste.enzotools.org/show/1368/">http://paste.enzotools.org/show/1368/</a></div>

<div><br></div><div>Both of these scripts should be able to be run in parallel (as long as N is a power of 2 for now) transparently as:</div><div><br></div><div>mpirun -np N python script.py --parallel</div><div><br></div>

<div>Parallel performance will depend on the structure of your data, but the docs for the Camera object have some suggestions.</div><div><br></div><div>If you find any problems or have any thoughts, let me know!</div><div>

<br></div><div>Best,</div><div>Sam </div><div><br></div>