SBL_Error
SBL_Error prints error description on stderr.
Synopsis:
void SBL_Error(int errCode, char *usrStr)
Parameters:
IN int errCode: error code (negative integer), as returned by
other SBL calls.
IN char *usrStr: user description of this particular call to
SBL_Error.
Description:
SBL_Error prints an error description on stderr. An error
description consists of caller process id (NodeId, pid) followed by
system description of this particular error followed by usrStr.
Return Values:
No return value.
Copyright (c) 1995,
Princeton University