Parallel Computation Setup & Configuration
Mathematica automatically sets up the infrastructure for parallel computing on standard systems, and provides a variety of tools for sharing and synchronizing definitions across all kernels participating in a parallel computation.
Broadcasting Computations & Definitions
ParallelNeeds — load the same package into all parallel subkernels
Low-Level Kernel Setup
$KernelCount — number of currently running parallel subkernels
Kernels — list of currently running parallel subkernels
$KernelID — unique ID for each parallel subkernel
MORE ABOUT