ParallelSubmit
ParallelSubmit[expr]
submits expr for evaluation on the next available parallel kernel and returns an EvaluationObject expression representing the submitted evaluation.
ParallelSubmit[{var1,var2, …},expr]
builds a closure for the variables given before submitting expr.
Details and Options

- ParallelSubmit[{var1,var2, …},expr] substitutes the current values of the vari into expr before submitting it for evaluation.
- ParallelSubmit has attribute HoldAllComplete.
Examples
open all close allBasic Examples (3)
Scope (3)
Applications (4)
Properties & Relations (2)
Possible Issues (3)
Neat Examples (2)
Introduced in 2008
(7.0)