Mathematica > Systems Interfaces & Deployment > Parallel Computing > Concurrency >
Mathematica > Core Language > Tuning & Debugging > Parallel Computing > Concurrency >

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.
  • ParallelSubmit[{var1, var2, ...}, expr] substitutes the current values of the vari into expr before submitting it for evaluation.
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team