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

DM-28418: Improve scheduler performance for large graph #112

Merged
merged 1 commit into from Jan 20, 2021

Conversation

andy-slac
Copy link
Collaborator

Multiprocessing scheduler did not scale very well with the number of
nodes in a quantum graph. Re-designed data structures to avoid looping
through the list of nodes on every iteration.

python/lsst/ctrl/mpexec/mpGraphExecutor.py Show resolved Hide resolved
python/lsst/ctrl/mpexec/mpGraphExecutor.py Outdated Show resolved Hide resolved
Multiprocessing scheduler did not scale very well with the number of
nodes in a quantum graph. Re-designed data structures to avoid looping
through the list of nodes on every iteration.
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

2 participants