|
SOLUTIONS
|
Mathematica
>
Systems Interfaces & Deployment
>
Mathematica System Setup
>
Parallel Computation Setup & Configuration
>
$ConfiguredKernels
BUILT-IN MATHEMATICA SYMBOL
$ConfiguredKernels
$ConfiguredKernels
is the default list of kernels that are configured to be launched for parallel computing.
DetailsDetails
- On a multicore computer the list typically includes as many local kernels as there are cores, up to a limit defined by license availability.
- Additional configurations for kernels on remote machines can be made available with the Wolfram Lightweight Grid and the Cluster Integration Package.
- When no kernels are running, LaunchKernels uses $ConfiguredKernels as the default.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
The default parallel kernel configuration:
| In[1]:= |
| Out[1]= |
When no kernels are running, LaunchKernels uses this list as the default to launch kernels:
| In[2]:= |
| Out[2]= |
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
