Skip to content
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

Leowerneck/multiprocessing macos #57

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

leowerneck
Copy link
Collaborator

This PR addresses a long standing issue with multiprocessing in Mac OS. The multiprocessing module does not work properly in Jupyter notebooks on Mac OS, which requires the multiprocess module instead. Unfortunately this is a module that has to be manually installed (e.g., with pip install multiprocess), but without it notebooks tend to hang with no explanation.

While applying the fixes I noticed that Tutorial-Start_to_Finish-BSSNCurvilinear-Two_BHs_Collide-Psi4_new_way.ipynb is not working properly on Mac OS X either, but I could not quickly fix it. I will attempt later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant