I just tried it in serial on Stephen's data and it worked.  I'll queue it up for the larger data.  I intend to try a few different processor configurations to get some information on the ram usage.<br><br>Britton<br>
<br><div class="gmail_quote">On Thu, Apr 16, 2009 at 5:19 PM, Matthew Turk <span dir="ltr"><<a href="mailto:matthewturk@gmail.com">matthewturk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Guys,<br>
<br>
What seems to be happening was a floating point comparison issue.  It<br>
must just be something with the way the particles were aligned in the<br>
new dataset compared to the old.  Changing the type of 'fm' on line 59<br>
of hop_kd.c from 'float' to 'npy_float64' fixed it for me; the loop<br>
was never converging as a result, so it ran off the end and segfaulted<br>
when it was unable to locate any more data points insie the process's<br>
memory.  There may be other places that this needs to happen, and I<br>
will look for them, but if you could test with this change that'd be<br>
awesome.<br>
<br>
Let me know if that fixes it?  And if the memory improves?<br>
<br>
-Matt<br>
<div><div></div><div class="h5"><br>
On Thu, Apr 16, 2009 at 1:55 PM, Stephen Skory <<a href="mailto:stephenskory@yahoo.com">stephenskory@yahoo.com</a>> wrote:<br>
><br>
>> I can replicate the error with D0065 on my laptop.  I'll figure it out<br>
>> and fix it...  Not sure why it's not working with DD0065, but is with<br>
>> RD0005.  All the dtypes seem the same.<br>
><br>
> As a follow-up, yt-hop works fine on this dataset on Ranger with r1252.<br>
><br>
>  _______________________________________________________<br>
> <a href="mailto:sskory@physics.ucsd.edu">sskory@physics.ucsd.edu</a>           o__  Stephen Skory<br>
> <a href="http://physics.ucsd.edu/%7Esskory/" target="_blank">http://physics.ucsd.edu/~sskory/</a> _.>/ _Graduate Student<br>
> ________________________________(_)_\(_)_______________<br>
> _______________________________________________<br>
> Yt-dev mailing list<br>
> <a href="mailto:Yt-dev@lists.spacepope.org">Yt-dev@lists.spacepope.org</a><br>
> <a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
><br>
_______________________________________________<br>
Yt-dev mailing list<br>
<a href="mailto:Yt-dev@lists.spacepope.org">Yt-dev@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org</a><br>
</div></div></blockquote></div><br>