Resource Sharing in Parallel Computing
Mathematica's symbolic parallel computation architecture provides a uniquely convenient mechanism for communicating and sharing resources between parallel processes. Its foundation is a virtual shared memory model, implemented on top of MathLink-based message passing, running seamlessly on arbitrary clusters or networks of processors.
Shared Variables and Functions
Synchronization
Broadcasting Definitions
ParallelNeeds — load the same package into all parallel subkernels
MORE ABOUT