pvm_tidtohost(3)
Table of Contents

NAME

pvm_tidtohost - Returns the host of the specified PVM process.

SYNOPSIS

C int dtid = pvm_tidtohost( tid )

Fortran NOT AVAILABLE

PARAMETERS

tid Integer task identifier of the PVM process in question.

dtid Integer returns the tid of the host's pvmd3 or a negative value if an error.

DISCUSSION

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
Bad Parameter most likely an invalid tid value.
PvmSysErr
pvmd not responding.

SEE ALSO

pvm_config(3PVM) and pvm_tasks(3PVM)


Table of Contents

Back to man pages...