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 >
Mathematica > Core Language > Tuning & Debugging > Parallel Computing > Concurrency >

EvaluationObject

EvaluationObject[n, expr, ...]
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]=
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team