|
|
|||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
Parallelize |
| Parallelize[expr] evaluates expr using automatic parallelization. |
| "CoarsestGrained" | break the computation into as many pieces as there are available kernels | |
| "FinestGrained" | break the computation into the smallest possible subunits | |
| "EvaluationsPerKernel"→e | break the computation into at most e pieces per kernel | |
| "ItemsPerEvaluation"→m | break the computation into evaluations of at most m subunits each | |
| Automatic | compromise between overhead and load-balancing |