41 - 50 of 2023 for parallel computationSearch Results
View search results from all Wolfram sites (188377 matches)
ParallelCombine   (Built-in Mathematica Symbol)
ParallelCombine[f, h[e_1, e_2, ...], comb] evaluates f[h[e_1, e_2, ...]] in parallel by distributing parts of the computation to all parallel kernels and combining the ...
AbortKernels   (Built-in Mathematica Symbol)
AbortKernels[] aborts evaluations running in all parallel subkernels.
$DistributedContexts   (Built-in Mathematica Symbol)
$DistributedContexts is the default value of the DistributedContexts option of functions such as ParallelTable and ParallelMap.
MathLink connections between Mathematica sessions. This starts up a link on port number 8000. This connects to the link on port 8000.
DistributeDefinitions   (Built-in Mathematica Symbol)
DistributeDefinitions[s_1, s_2, ...] distributes all definitions for the symbols s_i to all parallel kernels.DistributeDefinitions["context"] distributes definitions for all ...
Computer Arithmetic Package   (Computer Arithmetic Package Guide)
 
Computer Arithmetic Package   (Computer Arithmetic Package Tutorial)
The arithmetic used by Mathematica is a mixture of variable-precision software arithmetic and whatever is provided by the manufacturer of the floating-point hardware (or the ...
ParallelSubmit   (Built-in Mathematica Symbol)
ParallelSubmit[expr] submits expr for evaluation on the next available parallel kernel and returns an EvaluationObject expression representing the submitted ...
Concurrency   (Mathematica Guide)
Mathematica provides not only automatic parallelization capabilities, but also a full built-in symbolic language for specifying concurrent computation.
WaitAll   (Built-in Mathematica Symbol)
WaitAll[expr] waits for all concurrent evaluations represented by EvaluationObject expressions in expr to finish, then returns the resulting expression obtained.
1|2|3|4|5|6|7|8 ... 203 Previous Next

...