Man Scilab

pvm_tidtohost
Scilab function

pvm_tidtohost - returns the host of the specified PVM process.

Calling Sequence

[dtid] = pvm_tidtohost(tid)

Parameters

Description

pvm_tidtohost returns the host id on which the process identified by tid is running.

The returned value dtid will be >= 0 if the call is successful and will be will be < 0 if some error occurs.

Examples


dtid = pvm_tidtohost(pvm_mytid())
 
  

See Also

pvm_config ,   pvm_tasks ,  

Back