Query: pvm_exit
OS: redhat
Section: 3pvm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
EXIT(3PVM) PVM Version 3.4 EXIT(3PVM)NAMEpvm_exit - Tells the local pvmd that this process is leaving PVM.SYNOPSISC int info = pvm_exit( void ) Fortran call pvmfexit( info )PARAMETERSinfo Integer status code returned by the routine. Values less than zero indicate an error.DESCRIPTIONThe routine pvm_exit tells the local pvmd that this process is leaving PVM. This routine does not kill the process, which can continue to perform tasks just like any other serial process. pvm_exit should be called by all PVM processes before they stop or exit for good. It must be called by processes that were not started with pvm_spawn.EXAMPLESC: /* Program done */ pvm_exit(); exit(); Fortran: CALL PVMFEXIT(INFO) STOPERRORSPvmSysErr pvmd not respondingSEE ALSO30 August, 1993 EXIT(3PVM)
Related Man Pages |
---|
pvm_mytid(3pvm) - redhat |
pvm_send(3pvm) - redhat |
pvm_lvgroup(3pvm) - debian |
pvmflvgrp(3pvm) - debian |
pvm_lvgroup(3pvm) - linux |
Similar Topics in the Unix Linux Community |
---|
Make all words begin with capital letter? |
Create an unconfigured VMware host from a template that is set to do firstboot --reconfig |
Docker learning Phase-I |
About TODO |
Shopt -s histappend |