Parallel & Grid Computing
Mathematica's general
MathLink symbolic communication protocol immediately allows both platform-independent client-server operation—as well as parallel computation in which both data and programs can be exchanged seamlessly between
Mathematica kernels. Building on these foundations, grid
Mathematica provides a full environment for parallel computing, with fully integrated parallel-computation functions and advanced grid-management support.
— set up additional local or remote kernels
— choose the kernel to connect to
Evaluator — specify which kernel to use for a cell, button, etc.
LinkLaunch,
LinkCreate,
LinkConnect — start and connect kernels
-mathlink — command-line option for launching
Mathematica in
MathLink mode
LinkRead,
LinkWrite — read, write arbitrary data and programs over
MathLink LinkReadyQ — select between several
MathLink links
RELATED LINKS