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

Add inner_parallel_strategy to allow for nested parallelization. #54

Open
jpdunc23 opened this issue Sep 2, 2021 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@jpdunc23
Copy link
Contributor

jpdunc23 commented Sep 2, 2021

Future allows for nested parallelization, e.g. plan(cluster, multicore) where the first level parallelizes across nodes and the second level uses the cores on each node. A use case for this is parallelizing methods across nodes and then parallelizing reps across the cores on the nodes.

@jpdunc23 jpdunc23 added the enhancement New feature or request label Sep 2, 2021
@jpdunc23 jpdunc23 self-assigned this Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant