31 - 40 of 2023 for parallel computationSearch Results
View search results from all Wolfram sites (188377 matches)
ParallelProduct   (Built-in Mathematica Symbol)
ParallelProduct[expr, {i, i_max}] evaluates the product \[Product]i = 1 i_max expr in parallel.ParallelProduct[expr, {i, i_min, i_max}] starts with i = ...
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 ...
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.
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 ...
$KernelID   (Built-in Mathematica Symbol)
$KernelID is a unique ID number assigned to each running parallel kernel.
KernelObject   (Built-in Mathematica Symbol)
KernelObject[n, name, ...] represents a kernel available for parallel computing.
CloseKernels   (Built-in Mathematica Symbol)
CloseKernels[] terminates all parallel kernels from the list Kernels[].CloseKernels[k] terminates the kernel k.CloseKernels[{k_1, k_2, ...}] terminates the kernels k_1, k_2, ...
CellularAutomaton   (Built-in Mathematica Symbol)
CellularAutomaton[rule, init, t] generates a list representing the evolution of the cellular automaton with the specified rule from initial condition init for t steps. ...
DistributedContexts   (Built-in Mathematica Symbol)
DistributedContexts is an option for various parallel computing functions that specifies which definitions for symbols appearing in an expression should be distributed to all ...
1|2|3|4|5|6|7 ... 203 Previous Next

...