Platform LSF Administration Guide Version 6.2

External Load Indices and ELIM
Administering Platform LSF
226
Additional
examples
Example code for an ELIM is included in the LSF_MISC/examples directory. The
elim.c file is an ELIM written in C. You can modify this example to collect the load
indices you want.
Debugging an ELIM
Set the parameter LSF_ELIM_DEBUG=y in the Parameters section of
lsf.cluster.cluster_name to log all load information received by LIM from the
ELIM in the LIM log file.
Set the parameter
LSF_ELIM_BLOCKTIME=seconds in the Parameters section of
lsf.cluster.cluster_name to configure how long LIM waits before restarting the
ELIM.
Use the parameter
LSF_ELIM_RESTARTS=integer in the Parameters section of
lsf.cluster.cluster_name to limit the number of times an ELIM can be restarted.
See the Platform LSF Reference for more details on these parameters.