simChef
simChef copied to clipboard
Add `inner_parallel_strategy` to allow for nested parallelization.
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.