-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for OSX #58
Comments
Thanks for the report! I haven't done any testing on OSX; this bug is easy enough to fix, but I have no clue if the rest of the code is OSX-safe. I'll add a CI config so we can find out. |
@AlexGKim Unfortunately the tests don't pass on OSX, even after fixing the bug you reported (https://github.com/abacusorg/abacusutils/runs/7471117270?check_suite_focus=true). I don't have an OSX platform to debug on, so for now I don't think we'll be able to support OSX. But if you're feeling motivated to dig into this issue, we would welcome the contribution and I'd be happy to advise your debugging! I'm also going to rename the issue to reflect the current state of the problem. |
Hi @lgarrison . I had code that only had to be run once that got run on a UNIX machine. So my personal issue is solved. I will dig more deeply into this if the need arises. |
It seems that
os.sched_getaffinity
called in the enclosed link is not supported by OSX. Or at least it doesn't work on my laptop.I am running Python 3.8.8
abacusutils/abacusnbody/data/compaso_halo_catalog.py
Line 296 in 16d9728
The text was updated successfully, but these errors were encountered: