31 - 40 of 760 for parallel mapSearch Results
View search results from all Wolfram sites (184797 matches)
ParallelDo   (Built-in Mathematica Symbol)
ParallelDo[expr, {i_max}] evaluates expr in parallel i_max times. ParallelDo[expr, {i, i_max}] evaluates expr in parallel with the variable i successively taking on the ...
Concurrency: Managing Parallel Processes   (Parallel Package Tutorial)
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 ...
KernelObject   (Built-in Mathematica Symbol)
KernelObject[n, name, ...] represents a kernel available for parallel computing.
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 ...
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 ...
ParallelNeeds   (Built-in Mathematica Symbol)
ParallelNeeds["context"] evaluates Needs["context"] on all available parallel kernels.
$ConfiguredKernels   (Built-in Mathematica Symbol)
$ConfiguredKernels is the default list of kernels that are configured to be launched for parallel computing.
SystemsModelParallelConnect   (Built-in Mathematica Symbol)
SystemsModelParallelConnect[sys_1, sys_2] connects TransferFunctionModel or StateSpaceModel objects sys_1 and sys_2 in parallel.SystemsModelParallelConnect[sys_1, sys_2, ...
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 ...
$KernelID   (Built-in Mathematica Symbol)
$KernelID is a unique ID number assigned to each running parallel kernel.
1|2|3|4|5|6|7 ... 76 Previous Next

...