11.4. send command

send('-pid', pid, *data)

Send information to another processor.

pid (int)

ID of processor where data is sent to

data (list (int))

can be a list of integers

data (list (float))

can be a list of floats

data (str)

can be a string

Note

send command and recv command must match and the order of calling both commands matters.