GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SERROR(3PVM) PVM Version 3.4 SERROR(3PVM)

pvm_serror - Sets automatic error message printing on or off.
[In Version 3.2: Replaced by pvm_setopt]

C	int oldset = pvm_serror( int set )

Fortran call pvmfserror( set, oldset )

set
Integer defining whether detection is to be turned on (1) or off (0).
oldset
Integer defining the previous setting of pvm_serror.

The 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.

C:
	info = pvm_serror( 1 );
Fortran:
	CALL PVMFSERROR( 0, INFO )

This error condition can be returned by pvm_serror
PvmBadParam
giving an invalid set value.

pvm_setopt(3PVM)
30 August, 1993

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.