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

Issue 85 spawn #8

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

Conversation

pkopta
Copy link
Collaborator

@pkopta pkopta commented Nov 3, 2020

The start method for multiprocessing python's package is set to 'fork' only when not initialized before. For some environments, like Jupyter the 'spawn' method might be more usable, but such settings should be done in block protected with 'if name == "main"' as documentation suggest (with 'spawn' method the initialization block will be called also for spawned process but with different 'name'). So different settings must be done in scripts that uses QCG-PJ LocalManager class.

pkopta and others added 30 commits September 4, 2019 16:56
pkopta and others added 30 commits September 7, 2020 10:54
…thout it on some systems intel's mpirun has stalled
documentation about partial node allocations
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.

2 participants