Applies a function in parallel to each element.
ParallelMap[f, expr]
ParallelMap[f, expr, levelspec]
ParallelMap[f, {1, 2, 3}]
→ {f[1], f[2], f[3]}- Method — default Automatic
- DistributedContexts — default $DistributedContexts
- ProgressReporting — default $ProgressReporting