Knowledge Center Contents Previous Next |
glb_perror()
Prints LSF License Scheduler error messages.
DESCRIPTION
glb_perror() is a library routine for printing LSF License Scheduler error messages corresponding to the reported error number.
glb_perror()
SYNOPSIS
#include <glb/glb.h> void glb_perror (const char *msg)PARAMETERS
*msg
The user-defined message. This is printed in front of the error message and is separated from the error message by a colon.
RETURN VALUES
void:
There is no return value.
ERRORS
Systems that conform to the Single UNIX specification are not required to detect error conditions for this function. - Error handling
SEE ALSO
Related APIs
glb_info() - Returns an array of license features information
glb_jobinfo() - Returns an array of running jobs that are using license tokens and licenses
glb_param() - Returns an array of parameters of the specified License Scheduler daemon
glb_userinfo() - Returns an array of users that are using license tokens and licenses
glb_workloadinfo() - Returns an array of workload distribution information
Platform Computing Inc.
www.platform.com |
Knowledge Center Contents Previous Next |