New in Wolfram Mathematica 7: Built-in Parallel Computing | ◄ previous | next ► |
The symbolic nature of Mathematica programs (they are data) makes it easy to transmit from the controlling master kernel to the parallel subkernels. The following example makes a function definition, and then uses DistributeDefinitions to send it to all the subkernels.