table of contents
other versions
- bookworm 3.4.6-5
TIDTOHOST(3PVM) | PVM Version 3.4 | TIDTOHOST(3PVM) |
NAME¶
pvm_tidtohost - Returns the host of the specified PVM process.
SYNOPSIS¶
C int dtid = pvm_tidtohost( tid )
Fortran call pvmftidtoh( tid, dtid )
PARAMETERS¶
DESCRIPTION¶
The routine pvm_tidtohost returns the host id on which the process identified by tid is located.
ERRORS¶
The following error conditions can be returned
- PvmBadParam
- An invalid tid value was specified.
- PvmSysErr
- pvmd not responding.
SEE ALSO¶
pvm_config(3PVM), pvm_tasks(3PVM)
30 August, 1993 |