Knowledge Center Contents Previous Next |
lsb_perror()
Prints a batch LSF error message on stderr.
DESCRIPTION
lsb_perror() prints a batch LSF error message on stderr. The usrMsg is printed out first, followed by a ":" and the batch error message corresponding to lsberrno.
lsb_perror - Print LSBATCH error message on stderr. In addition to the error message defined by lsberrno, user supplied message usrMsg1 is printed out first and a ':' is added to separate * usrMsg1 and LSBATCH error message.
SYNOPSIS
#include <lsf/lsbatch.h> void lsb_perror (char *usrMsg)PARAMETERS
*usrMsg
A user supplied error message.
RETURN VALUES
None
Prints out the user supplied error message.
ERRORS
If the function fails, lsberrno is set to indicate the error.
SEE ALSO
Related APIs
none
Equivalent line command
none
Files
none
Platform Computing Inc.
www.platform.com |
Knowledge Center Contents Previous Next |