ClosedKernel["linkname"] represents a Lightweight Grid kernel that was successfully closed.
RemoteServicesAgent[properties] contains a list of properties for a Lightweight Grid Manager running on a networked computer.
RemoteServicesAgents[] returns a list of URLs for Lightweight Grid managers discovered on the local network.RemoteServicesAgents["agent"] returns a list of agent URLs known ...
RemoteServicesLinks[] returns the list of all Lightweight Grid kernels that are currently open.
Mathematica provides a powerful and unique environment for parallel computing. Much of the functionality can be used with a minimum of effort and without paying too much ...
A process is simply a Mathematica expression being evaluated. A processor is a parallel kernel that performs such evaluations. The command ParallelEvaluate discussed in the ...
Mathematica can run parallel kernels in a number of different ways; locally on the same machine or remote on other machines connected in a network. Furthermore, the network ...
A remote kernel in use may fail at any time, due to hardware, network, or software problems. A failure of a remote kernel will be noticed the next time Parallel Computing ...
Parallel computing in Mathematica is based on launching and controlling multiple Mathematica kernel (worker) processes from within a single master Mathematica, providing a ...
Legacy
(Parallel Package Tutorial) The parallel computing features of Mathematica entirely replace the Parallel Computing Toolkit that was available up to Mathematica Version 6. As stated in the Introduction, ...