The functions accessible with Wolfram LibraryLink make it possible to optimize numerical computations while still keeping the flexibility and generality of Mathematica. If ...
Reference
(C Compiler Driver Package Tutorial) The C Compiler Driver package allows you to use a C compiler from within Mathematica. This section summarizes the functionality. This section summarizes the functions used to ...
Mathematica's Cluster Integration provides a uniquely seamless interface to cluster management systems. With Cluster Integration you can launch and manage jobs running ...
LSF
(Cluster Integration Symbol) LSF["name"] represents a Platform Load Sharing Facility cluster with the specified name.
PBS
(Cluster Integration Symbol) PBS["name"] represents a Altair Portable Batch System with the specified name.
SGE
(Cluster Integration Symbol) SGE["name"] represents a Sun Grid Engine with the specified name.
The Wolfram Lightweight Grid is a system for launching and managing remote Mathematica kernels, a key element of a Mathematica^® grid computing environment.
LightweightGrid[agent] is a description of a subkernel to be launched on agent by the Lightweight Grid SystemLightweightGrid[{"Agent" -> agent, "KernelCount" -> count, ...
RemoteServices[manager] is a description of a subkernel to be launched on manager by the Lightweight Grid System.RemoteServices[{"Agent" -> agent, "KernelCount" -> count, ...
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 ...