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

ParallelNeeds

ParallelNeeds["context`"]
evaluates Needs["context`"] on all available parallel kernels.
  • DistributeDefinitions in effect "registers" Needs specifications so that they are automatically performed in every new parallel kernel that may be launched.
Load package for master kernel:
Load package for subkernels:
Load package for master kernel:
In[1]:=
Click for copyable input
Load package for subkernels:
In[2]:=
Click for copyable input
It is generally necessary to load any package also on the master kernel:
Symbols can now be used on the master and parallel kernels:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team