Scilab function pvm_tidtohost - returns the host of the specified PVM process.
Sequence d'appel
- [dtid] = pvm_tidtohost(tid)
Parametres
- 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.
Description
pvm_tidtohost returns the host id on which the process identified by
Exemples
dtid = pvm_tidtohost(pvm_mytid())
Voir aussi