![]() |
![]()
| ![]() |
![]()
NAMEpvm_pstat - Returns the status of the specified PVM process. SYNOPSISC int status = pvm_pstat( tid ) PARAMETERSDESCRIPTIONThe 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.
SEE ALSOpvm_notify(3PVM)
|