Get - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Grid

  

Get

  

get a variable from a remote parallel compute node

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Get(node,v1, v2, ...)

Parameters

v1

-

variable name

node

-

integer

Description

• 

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.

Examples

Grid:-Run1,a1 := 2:

Grid:-Get1,a1

2

(1)

Compatibility

• 

The Grid[Get] command was introduced in Maple 2015.

• 

For more information on Maple 2015 changes, see Updates in Maple 2015.

See Also

Grid

Grid:-GetLastResult

Grid:-Receive

Grid:-Run

Grid:-Send

Grid:-Set