LSF_GPU_HARDWARE_CHANGE
Specifies how LSF handles changes to GPU hardware on a host.
Syntax
LSF_GPU_HARDWARE_CHANGE=Y|NDescription
If set to LSF_GPU_HARDWARE_CHANGE=N, LSF assumes that the GPU hardware on the host remains unchanged. The lim daemon detects the number of GPUs and the static GPU information only at startup, then collects GPU dynamic information in subsequent loops. When the host GPU hardware changes, you must restart lim on the host to detect the new GPU hardware.
If set to LSF_GPU_HARDWARE_CHANGE=Y, LSF assumes that GPU hardware on the host might change. The lim daemon detects the number of GPUs, the GPU static information, and the GPU dynamic information in each loop.
Default
N