simChef icon indicating copy to clipboard operation
simChef copied to clipboard

Add `inner_parallel_strategy` to allow for nested parallelization.

Open jpdunc23 opened this issue 4 years ago • 0 comments
trafficstars

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 avatar Sep 02 '21 01:09 jpdunc23