Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Systems Interfaces & Deployment > Parallel Computing > Concurrency > EvaluationObject >
Mathematica > Core Language > Tuning & Debugging > Parallel Computing > Concurrency > EvaluationObject >

EvaluationObject

EvaluationObject
represents an expression submitted for evaluation on any available parallel kernel.
Submit a single evaluation and wait for it to finish:
Wait for all evaluation ids contained in a sum:
Submit a single evaluation and wait for it to finish:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
 
Wait for all evaluation ids contained in a sum:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
During scheduling, an evaluation goes through ready, running, received, and finished:
Evaluation objects are created with ParallelSubmit:
Their results are collected with WaitAll or WaitNext:
Scheduled evaluations no longer needed can be aborted with AbortKernels:
Each evaluation should be waited for exactly once:
The evaluation object has already completed:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF