Manodeep Sinha
Manodeep Sinha
Noting that the intel channel on conda has an `mkl-devel` package, that contains the relevant `mkl.h` header and the libraries. We could add an option to request MKL and expand...
@JonLoveday I pushed a fix via e53bce3050139337dae5723a3601e707f1f37920. Should not be too long before we can merge this into `master`. If possible, would you please checkout the `code_quality` branch and see...
@JonLoveday The fix is now on the master branch - I am closing this issue. If the fix does not solve your case, please feel free to re-open this issue.
This is not fixed - see #210
@lgarrison Yup - that entire function needs to be updated to use GSL integration. If I remember correctly updating to gsl integration was breaking the tests. That's probably why the...
Might be more prudent to first merge in #132 and fix this bug separately. Otherwise, #132 will have to wait even longer.
@JonLoveday The issue you are facing is slightly different. In the theory pair-counters, we simply check to make sure that a left neighbouring cell does not become a right neighbouring...
I have a vague memory that this can be solved by installing the gsl-devel package (or libgsl-dev) - is it possible to try that? Otherwise, a conda env might be...
Thanks @zxzhai for the report. Could you please follow what @lgarrison suggested above. It seems that OpenMP might need to be explicitly enabled at runtime. When you installed Corrfunc with...
@zxzhai There is no real difference between `pip install` and `git clone + install`. Underneath the hood, the compiler is checked, and set as appropriate for the underlying OS (`gcc`...