.PVM.tidtohost {rpvm} | R Documentation |
Returns the host id which the specified task is running.
.PVM.tidtohost (tid)
tid |
integer task id specified. |
Positive integer represents the host id. -1 if failed.
Na (Michael) Li nali@umn.edu and A.J. Rossini rossini@u.washington.edu
PVM documentation
## Find out which host this process in running on ## Not run: myhost <- .PVM.tidtohost (.PVM.mytid()) ## End(Not run)