.PVM.tidtohost {rpvm}R Documentation

Host id of a task

Description

Returns the host id which the specified task is running.

Usage

.PVM.tidtohost (tid)

Arguments

tid integer task id specified.

Details

Value

Positive integer represents the host id. -1 if failed.

Author(s)

Na (Michael) Li nali@umn.edu and A.J. Rossini rossini@u.washington.edu

References

PVM documentation

Examples

## Find out which host this process in running on
## Not run: 
myhost <- .PVM.tidtohost (.PVM.mytid())
## End(Not run)

[Package rpvm version 0.6-2 Index]