Query: pvm_gettid
OS: redhat
Section: 3pvm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GETTID(3PVM) PVM Version 3.4 GETTID(3PVM)NAMEpvm_gettid - Returns the tid of the process identified by a group name and instance number.SYNOPSISC int tid = pvm_gettid( char *group, int inum ) Fortran call pvmfgettid( group, inum, tid )PARAMETERSgroup Character string that contains the name of an existing group. inum Integer instance number of the process in the group. tid Integer task identifier returned.DESCRIPTIONThe routine pvm_gettid returns the tid of the PVM process identified by the group name group and the instance number inum. If pvm_gettid is successful, tid will be > 0. If some error occurs then tid will be < 0.EXAMPLESC: tid = pvm_gettid("worker",0); Fortran: CALL PVMFGETTID('worker',5,TID)ERRORSThese error conditions can be returned by pvm_gettid. PvmSysErr Can not contact the local pvmd; most likely it is not running. PvmBadParam Bad Parameter most likely a NULL character string. PvmNoGroup No group exists by that name. PvmNoInst No such instance in the group.SEE ALSOpvm_joingroup(3PVM), pvm_getinst(3PVM) 30 August, 1993 GETTID(3PVM)
Related Man Pages |
---|
pvm_getinst(3pvm) - redhat |
pvm_gettid(3pvm) - redhat |
pvmfgettid(3pvm) - redhat |
pvmfgettid(3pvm) - debian |
pvmfjoingrp(3pvm) - debian |
Similar Topics in the Unix Linux Community |
---|
what a bunch of idiots... |
Mozilla fire...uh whatever |
hey! i took that!..... |
PThread liberary doubt |
Troj_dload.tid |