11 - 17 of 17 for CheckAbortSearch Results
View search results from all Wolfram sites (46 matches)
AbortKernels   (Built-in Mathematica Symbol)
AbortKernels[] aborts evaluations running in all parallel subkernels.
WaitNext   (Built-in Mathematica Symbol)
WaitNext[{eid_1, eid_2, ...}] waits until the first evaluation represented by any of the eid_i finishes, then returns its result, the corresponding eid_i, and the list of ...
ParallelEvaluate   (Built-in Mathematica Symbol)
ParallelEvaluate[expr] evaluates the expression expr on all available parallel kernels and returns the list of results obtained.ParallelEvaluate[expr, kernel] evaluates expr ...
SetSharedVariable   (Built-in Mathematica Symbol)
SetSharedVariable[s_1, s_2, ...] declares the symbols s_i as shared variables whose values are synchronized among all parallel kernels.
WaitAll   (Built-in Mathematica Symbol)
WaitAll[expr] waits for all concurrent evaluations represented by EvaluationObject expressions in expr to finish, then returns the resulting expression obtained.
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.
Alphabetical Listing   (Mathematica Guide)
Mathematica has over 3000 built-in functions and other objects, all based on a single unified framework, and all carefully designed to work together, both in simple ...
1|2 Previous

...