gridMathematica

From Wikipedia, the free encyclopedia
gridMathematica
Developer(s)Wolfram Research
Stable release
10.0.1
Operating systemCross-platform (list)
Available inEnglish
TypeParallel computation
LicenseProprietary
Websitewww.wolfram.com/gridmathematica/

gridMathematica is a software product sold by Wolfram Research which extends the parallel processing capabilities of its main product Mathematica.[1]

Features[edit]

gridMathematica increases the number of parallel processes that Mathematica can run at once. Each parallel process applies an additional CPU to a task. A standard Mathematica license allows up to four parallel tasks to run at once. By increasing the number of tasks available, some types of problems can be solved faster.[2]

Standard Mathematica consists of a front end which provides a user interface and a controlling process (the control kernel) which has computational tasks performed by up to four processes. Mathematica calls the processes performing computations "compute kernels." gridMathematica allows additional kernels to be used.

The "gridMathematica Local" license allows the use of up to 8 compute kernels on a single computer. The "gridMathematica Server" license allows for the use of up to 16 compute kernels distributed across multiple computers.

Mathematica manages the interprocess communication such as queueing, virtual shared memory, and failure recovery.[3]

gridMathematica scales to larger grid systems when additional licenses are purchased. Compute processes can be located on a single multiprocessor computer or distributed over a remote heterogeneous network.[4][5] 64 bit platforms are supported.[6] The communication between the kernels and the front end uses the Mathlink interface, which is an interface designed to allow external programs to communicate with Mathematica. The communication is over TCP/IP[7] and use SSH or RSH for authentication.

History[edit]

Before the release of Mathematica 7, gridMathematica and the now-discontinued Mathematica Personal Grid Edition were the only versions of Mathematica to provide parallel computation. They worked as stand-alone products including Front End and Control Kernels and the Parallel Computing Toolkit developed by Roman Maeder, one of the original authors of Mathematica. With the release of Mathematica 7, the parallel programming tools were redesigned and included in Mathematica,[8] and gridMathematica was redesigned to work directly with Mathematica.[9]

See also[edit]

References[edit]

External links[edit]