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

feature/interactive-threadpool-warning #213

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

ndortega
Copy link
Member

@ndortega ndortega commented Sep 2, 2024

Added warning log that checks for empty interactive threadpools when running in parallel mode

Interactive threadpools are designed for handling many short-lived tasks, which could otherwise overwhelm the scheduler in the default threadpool. If your version of julia supports this feature, then it will only help performance to designate at least one thread to handling these small tasks.

@ndortega ndortega linked an issue Sep 2, 2024 that may be closed by this pull request
@ndortega ndortega self-assigned this Sep 2, 2024
@ndortega ndortega merged commit 4b56baf into master Sep 2, 2024
7 checks passed
@ndortega ndortega deleted the feature/interactive-threadpool-warning branch September 3, 2024 02:30
frankier pushed a commit to frankier/Oxygen.jl that referenced this pull request Oct 13, 2024
added warning log that checks for empty interactive threadpools when running in parallel mode
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.

Unexpected multithreading behavior
1 participant