Remote Function Calls (2)
- Each remote function call causes the creation of a new thread on the executing node.
- All parameters are evaluated on the issuing node.
- Example: if called from node 1, some_function@2 {mynode} will execute some_function 1 on node 2
Notes:
No notes for slide 29