{ "title" : "Send", "kind" : "atomic", "type" : "communicatorSend", "tags" : ["remote", "distributed", "communicator", "network", "send"], "description" : "

Communicator Send Node

This node should be put in a Remote or Spawn node only.

The inputs are

data
data to be sent
target rank
Rank of the target (receiver)
tag
message tag (optionnal)
socket
send message in given socket instead of communicator (optionnal)

The output is the status of the send execution (true if successful).

", "inputs" : ["data","target rank", "tag","socket"], "outputs" : ["status"] }