Scilab Reference Manual |
---|
pvm_parent — tid of the process that spawned the calling process.
tid = pvm_parrent()
pvm_parent returns the tid of the process that spawned the calling process. If the calling process was not created with pvm_spawn, then tid is set to PvmNoParent=-23
tid = pvm_parent()
<< pvm_mytid | pvm_probe >> |