Query: pvmfperror
OS: redhat
Section: 3pvm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PERROR(3PVM) PVM Version 3.4 PERROR(3PVM)NAMEpvm_perror - Prints message describing the last error returned by a PVM call.SYNOPSISC int info = pvm_perror( char *msg ) Fortran call pvmfperror( msg, info )PARAMETERSmsg Character string supplied by the user which will be prepended to the error message of the last PVM call. info Integer status code returned by the routine. Values less than zero indicate an error.DESCRIPTIONThe routine pvm_perror returns the error message of the last PVM call. The user can use msg to add additional information to the error mes- sage, for example, its location. Unless redirected, all stdout and stderr messages are placed in the file /tmp/pvml.<uid> on the master host.EXAMPLESC: if ( pvm_send( tid, msgtag ) ) pvm_perror(); Fortran: CALL PVMFSEND( TID, MSGTAG ) IF( INFO .LT. 0 ) CALL PVMFPERROR( 'Step 6', INFO )ERRORSNo error condition is returned by pvm_perror. 30 August, 1993 PERROR(3PVM)
Related Man Pages |
---|
pvm_recv(3pvm) - redhat |
pvm_sendsig(3pvm) - redhat |
pvmfsend(3pvm) - redhat |
pvm_sendsig(3pvm) - debian |
pvmfkill(3pvm) - debian |
Similar Topics in the Unix Linux Community |
---|
CentOS7 restoring file capabilities |
Docker learning Phase-I |
Issue with "rsh" on RedHat |
Issue with events occuring in DST window |
[TIP] Processing YAML files with yq |