Grid
Get
get a variable from a remote parallel compute node
Calling Sequence
Parameters
Description
Examples
Compatibility
Get(node,v1, v2, ...)
v1
-
variable name
node
integer
The Get command gets the value of variables from a remote parallel compute node.
If the specified node is not finished computing, the Get command will block and wait for the node to finish.
The Get command can only be called from the main interface, not on remote compute nodes; use Send and Receive to communicate between nodes.
The Get command is only available in local Grid mode.
Grid:-Run⁡1,a1 := 2:
Grid:-Get⁡1,a1
2
The Grid[Get] command was introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
See Also
Grid:-GetLastResult
Grid:-Receive
Grid:-Run
Grid:-Send
Grid:-Set
Download Help Document