.PVM.parent {rpvm} | R Documentation |
Returns the tid
of the parent process.
.PVM.parent ()
None.
If the calling process was not created with .PVM.spawn
,
return 0 (no parent).
Returns tid of the process that spawned the calling process.
Na (Michael) Li nali@umn.edu and A.J. Rossini rossini@u.washington.edu
PVM documentation
## Not run: myparent <- .PVM.parent ()