Christopher Bradshaw

Results 6 comments of Christopher Bradshaw

I'm also having, perhaps related, perhaps totally different, problems with parallelization. In my case, setting `nthreads` appears to have no affect on runtime, and checking CPU usage via `htop` I...

Thanks a lot for the suggestions, I'll give them a try now. I am not running on a cluster, just my local desktop.

Thanks for the response, that makes sense. For the second question, both. I want all pairs within a single `r_p` bin (lets say of 1Mpc) and a single `pi` bin...

Hey @lgarrison I might be missing something (or just looking in entirely the wrong place) but it looks like `Corrfunc.theory.xi()` doesn't use the LS estimator, just the basic `DD/RR`. https://github.com/manodeep/Corrfunc/blob/d8a795859dc9a66b112c539f82da650fa0b8e586/theory/xi/countpairs_xi_impl.c.src#L619

That gist is actually really useful for what I am doing - I was using `N` instead of `N - 1` in some places too, so thanks! The test I...

I've also found running it with some intentional diffs a useful sanity check.