141 - 150 of 2023 for parallel computationSearch Results
View search results from all Wolfram sites (188377 matches)
CriticalSection   (Built-in Mathematica Symbol)
CriticalSection[{var_1, var_2, ...}, expr] locks the variables var_i with respect to parallel computation, evaluates expr, then releases the var_i.
Interval Arithmetic   (Mathematica Guide)
Mathematica automatically uses sophisticated algorithms to track the precision of approximate numbers. Particularly for some verification applications, however, it is ...
LaunchKernels   (Built-in Mathematica Symbol)
LaunchKernels[] launches all currently configured parallel subkernels.LaunchKernels[n] launches n local subkernels on the current computer.LaunchKernels[des] launches a ...
Connect to Other Systems   (Mathematica How To)
The unified architecture of Mathematica is highly extensible, allowing you to connect to other systems and programs. Using the MathLink communication protocol, which operates ...
Applying Functions to Parts of ...   (Mathematica Tutorial)
If you have a list of elements, it is often important to be able to apply a function separately to each of the elements. You can do this in Mathematica using Map. This ...
$System   (Built-in Mathematica Symbol)
$System is a string describing the type of computer system on which Mathematica is being run.
SetSharedFunction   (Built-in Mathematica Symbol)
SetSharedFunction[f_1, f_2, ...] declares the symbols f_i as shared functions whose downvalues are synchronized among all parallel kernels.
Systems Interfaces & Deployment   (Mathematica Guide)
Unique customizability and connectivity powered by symbolic programming.
$ProcessorCount   (Built-in Mathematica Symbol)
$ProcessorCount gives the number of processor cores available on the computer system on which Mathematica is being run.
Interrupts and Aborts   (Mathematica Tutorial)
"Interrupting Calculations" describes how you can interrupt a Mathematica computation by pressing appropriate keys on your keyboard. In some cases, you may want to simulate ...
1 ... 12|13|14|15|16|17|18 ... 203 Previous Next

...