1 - 10 of 191 for ShareSearch Results
View search results from all Wolfram sites (2565 matches)
Share   (Built-in Mathematica Symbol)
Share[expr] changes the way expr is stored internally, to try and minimize the amount of memory used. Share[] tries to minimize the memory used to store all expressions.
Mathematica's symbolic parallel computation architecture provides a uniquely convenient mechanism for communicating and sharing resources between parallel processes. Its ...
UnsetShared   (Built-in Mathematica Symbol)
UnsetShared[s_1, s_2, ...] stops the sharing of the variables or functions s_i among parallel kernels.UnsetShared[patt] stops the sharing of all variables and functions whose ...
$BaseDirectory   (Built-in Mathematica Symbol)
$BaseDirectory gives the base directory in which systemwide files to be loaded by Mathematica are conventionally placed.
Virtual Shared Memory   (Parallel Package Tutorial)
Special-purpose multiprocessing hardware comes in two types, shared memory and distributed memory. In a shared-memory machine, all processors have access to a common main ...
Memory Management   (Mathematica Tutorial)
Finding memory usage. Particularly for symbolic computations, memory is usually the primary resource which limits the size of computations you can do. If a computation runs ...
DistributeDefinitions   (Built-in Mathematica Symbol)
DistributeDefinitions[s_1, s_2, ...] distributes all definitions for the symbols s_i to all parallel kernels.DistributeDefinitions["context"] distributes definitions for all ...
FrontEndSharedQ   (JLink Symbol)
FrontEndSharedQ[link] returns True if the front end is being shared with a specified link, and returns False otherwise.
$SharedFunctions   (Built-in Mathematica Symbol)
$SharedFunctions is the list of functions currently being shared among parallel kernels.
$SharedVariables   (Built-in Mathematica Symbol)
$SharedVariables is the list of variables currently being shared among parallel kernels.
1|2|3|4 ... 20 Next

...