Scilab Reference Manual |
---|
pvm_tidtohost — returns the host of the specified PVM process.
[dtid] = pvm_tidtohost(tid)
tid | : integer, task identifier of the PVM process in question. |
dtid | : integer, the tid of the host's pvmd3 or a negative value if an error. |
pvm_tidtohost returns the host id on which the process identified by tid is running.
The returned value dtidwill be >= 0 if the call is successful and will be will be < 0 if some error occurs.
dtid = pvm_tidtohost(pvm_mytid())
<< pvm_tasks | pvm >> |