Query: pvmftidtoh
OS: redhat
Section: 3pvm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TIDTOHOST(3PVM) PVM Version 3.4 TIDTOHOST(3PVM)NAMEpvm_tidtohost - Returns the host of the specified PVM process.SYNOPSISC int dtid = pvm_tidtohost( tid ) Fortran call pvmftidtoh( tid, dtid )PARAMETERStid 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.DESCRIPTIONThe routine pvm_tidtohost returns the host id on which the process identified by tid is located.ERRORSThe following error conditions can be returned PvmBadParam An invalid tid value was specified. PvmSysErr pvmd not responding.SEE ALSOpvm_config(3PVM), pvm_tasks(3PVM) 30 August, 1993 TIDTOHOST(3PVM)
Related Man Pages |
---|
pvm_mytid(3pvm) - redhat |
pvmfgettid(3pvm) - redhat |
pvmfkill(3pvm) - redhat |
pvmfmytid(3pvm) - redhat |
pvm_gettid(3pvm) - debian |
Similar Topics in the Unix Linux Community |
---|
Make all words begin with capital letter? |
How to capture ^x,^y via bash script? |
Retrieving previous command in a script |
CentOS7 restoring file capabilities |
Issue with "rsh" on RedHat |