Scilab Reference Manual |
---|
pvm_gettid — returns the tid of the process identified by a group name and instance number
[tid] = pvm_gettid(group, inum)
group | : string, string that contains the name of an existing group. |
inum | : string, instance number of the process in the group. |
tid | : integer |
pvm_gettid returns the tid of the PVM process identified by the group name group and the instance number inum
The returned value tidwill be >= 0 if the call is successful and will be will be < 0 if some error occurs.
tid = pvm_gettid("worker",0)
<< pvm_getinst | pvm_get_timer >> |