LSF Version 7.3 - Platform LSF Configuration Reference
•
LC_MPI - Log MPI messages
•
LC_MULTI - Log messages pertaining to MultiCluster
•
LC_PEND - Log messages related to job pending reasons
•
LC_PERFM - Log performance messages
•
LC_PIM - Log PIM messages
•
LC_PREEMPT - Log preemption policy messages
•
LC_SIGNAL - Log messages pertaining to signals
•
LC_SYS - Log system call messages
•
LC_TRACE - Log significant program walk steps
•
LC_XDR - Log everything transferred by XDR
Default
Not defined
See also
LSF_CMD_LOG_MASK, LSF_CMD_LOGDIR, LSF_DEBUG_LIM, LSF_DEBUG_RES,
LSF_LIM_PORT, LSF_RES_PORT, LSB_MBD_PORT, LSB_SBD_PORT, LSF_LOGDIR,
LSF_LIM_DEBUG, LSF_RES_DEBUG
LSF_DEBUG_LIM
Syntax
LSF_DEBUG_LIM=log_class
Description
Sets the log class for debugging LIM.
Specifies the log class filtering to be applied to LIM. Only messages belonging to the specified
log class are recorded.
The LSF_DEBUG_LIM sets the log class and is used in combination with EGO_LOG_MASK
in ego,conf, which sets the log level.
For example, in ego.conf:
EGO_LOG_MASK=LOG_DEBUG
and in lsf.conf:
LSF_DEBUG_LIM=LC_TRACE
Important:
LSF_LOG_MASK in lsf.conf no longer specifies LIM logging level
in LSF Version 7. For LIM, you must use EGO_LOG_MASK in
ego.conf to control message logging for LIM. The default value
for EGO_LOG_MASK is LOG_WARNING.
You need to restart the daemons after setting LSF_DEBUG_LIM for your changes to take
effect.
If you use the command lsadmin limdebug to temporarily change this parameter without
changing lsf.conf, you do not need to restart the daemons.
lsf.conf
Platform LSF Configuration Reference 445