1TIDTOHOST(3PVM) PVM Version 3.4 TIDTOHOST(3PVM)
2
3
4
6 pvm_tidtohost - Returns the host of the specified PVM process.
7
8
10 C int dtid = pvm_tidtohost( tid )
11
12 Fortran call pvmftidtoh( tid, dtid )
13
14
16 tid Integer task identifier of the PVM process in question.
17
18 dtid Integer returns the tid of the host's pvmd3 or a negative value
19 if an error.
20
21
23 The routine pvm_tidtohost returns the host id on which the process
24 identified by tid is located.
25
26
28 The following error conditions can be returned
29
30 PvmBadParam
31 An invalid tid value was specified.
32
33 PvmSysErr
34 pvmd not responding.
35
37 pvm_config(3PVM), pvm_tasks(3PVM)
38
39
40
41 30 August, 1993 TIDTOHOST(3PVM)