cluster.call
Syntax
- a = cluster.call(s,i)
Calls the symbol s on process i. i must be a process different than the native process (the process returned by
cluster.process
). The value returned is the return value of the call to s after execution on process i.If the value 0 is passed as the target process number, then the function s is executed on all processes, including the native one. In this case the return value is the return value of the native execution.
Was this helpful? ... | Itasca Software © 2024, Itasca | Updated: Oct 31, 2024 |