|
|
|||
|
|
|
| BUILT-IN MATHEMATICA SYMBOL | See Also »|More About » |
DistributedContexts | ![]() |
| DistributedContexts is an option for various parallel computing functions that specifies which definitions for symbols appearing in an expression should be distributed to all parallel kernels. |
| "context`" | all symbols in context | |
| {"ctx1`","ctx2`",...} | all symbols in the given contexts | |
| None | do not distribute any definitions | |
| All | definitions of all symbols | |
| Automatic | all contexts appearing in expr | |
| $Context | all symbols in the current context |