Query: pvm_pstat
OS: redhat
Section: 3pvm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PSTAT(3PVM) PVM Version 3.4 PSTAT(3PVM)NAMEpvm_pstat - Returns the status of the specified PVM process.SYNOPSISC int status = pvm_pstat( tid ) Fortran call pvmfpstat( tid, status )PARAMETERStid Integer task identifier of the PVM process in question. status Integer returns the status of the PVM process identified by tid. Status is PvmOk if the task is running, PvmNoTask if not, and PvmBadParam if the tid is bad.DESCRIPTIONThe routine pvm_pstat returns the status of the process identified by tid. Also note that pvm_notify() can be used to notify the caller that a task has failed.EXAMPLESC: tid = pvm_parent(); status = pvm_pstat( tid ); Fortran: CALL PVMFPARENT( TID ) CALL PVMFPSTAT( TID, STATUS )ERRORSThe following error conditions can be returned by pvm_pstat. PvmBadParam Bad Parameter, most likely an invalid tid value. PvmSysErr pvmd not responding. PvmNoTask Task not running.SEE ALSOpvm_notify(3PVM) 30 August, 1993 PSTAT(3PVM)
Related Man Pages |
---|
pvm_kill(3pvm) - redhat |
pvmfsendsig(3pvm) - redhat |
pvm_kill(3pvm) - debian |
pvmfkill(3pvm) - debian |
pvmfsendsig(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 |
Tar Command |
CentOS7 restoring file capabilities |