Hi Stephen, Matt,<div>I haven't run rockstar with multiple readers at all. It also doesn't segfault for me, and my scripts successfully continue churning on.</div><div><br></div><div>Also, I've found that in a few places the force resolution is particularly touchy. What I naively thought -- that setting the force resolution to 3x the native resolution would decrease the number of low-mass halos and nail down the high mass ones -- actually created spurious, <i>high</i>-mass halos. I've seen one instance where two large halos are found only ~5kpc from each other, but the second one clearly does not exist, and disappears when the resolution is dropped to from 200pc -> 60pc. I only mention this because we were talking about this off-list, and because in casual testing I noticed this counterintuitive trend. Of course, it could just be that I'm only looking at a few snapshots... but we should definitely keep an option open for manually setting the force resolution.</div>
<div><br></div><div>chris</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 9, 2012 at 1:02 PM, Stephen Skory <span dir="ltr"><<a href="mailto:s@skory.us" target="_blank">s@skory.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Matt,<br>
<br>
Thanks for the reply!<br>
<div class="im"><br>
>> - When you run rockstar, does it always die with a segfault? On both<br>
>> mac and linux, after everything is done the run dies with a segfault<br>
>> that I can't make heads or tails of right now. It doesn't seem to<br>
>> affect the content of the output, but it's obviously wrong.<br>
>><br>
><br>
> This sounds familiar, but I thought it had been addressed.  I think it<br>
> might be related to communicators not being deallocated correctly.<br>
> Figuring out where it dies would be step 0 to fixing it ... :)<br>
<br>
</div>I think I've found it. What was essentially happening is the<br>
workgroups are supposed to be deleted inside a loop:<br>
<br>
for wg in workgroups:<br>
    del wg<br>
<br>
but this doesn't actually delete items from the list, of course.<br>
However, because there was some deletion of things inside wg in that<br>
loop, I think there were references that were left dangling. I'll<br>
issue a PR soon for just that fix.<br>
<br>
Regarding the duplicate halos, I haven't tracked that one down yet.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Stephen Skory<br>
<a href="mailto:s@skory.us">s@skory.us</a><br>
<a href="http://stephenskory.com/" target="_blank">http://stephenskory.com/</a><br>
<a href="tel:510.621.3687" value="+15106213687">510.621.3687</a> (google voice)<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></div>