![]() |
![]()
| ![]() |
![]()
NAMEpvm_serror - Sets automatic error message printing on or off.
SYNOPSISC int oldset = pvm_serror( int set ) PARAMETERSDESCRIPTIONThe routine pvm_serror sets automatic error message printing for all subsequent PVM calls by this process. Any PVM routines that return an error condition will automatically print the associated error message. The argument set defines whether this detection is to be turned on (1) or turned off (0) for subsequent calls. In the future a value of (2) will cause the program to exit after printing the error message. pvm_serror returns the previous value of set in oldset. All stdout and stderr messages are placed in the file /tmp/pvml.<uid> on the master pvmd's host. EXAMPLESC: info = pvm_serror( 1 ); Fortran: CALL PVMFSERROR( 0, INFO ) ERRORSThis error condition can be returned by pvm_serror
SEE ALSOpvm_setopt(3PVM)
|