LSB_USE_SEQUENTIAL_SIGNAL

Syntax

LSB_USE_SEQUENTIAL_SIGNAL=y|Y|n|N

Description

When this parameter is set to Y or y, the transition sequence of signals for parallel jobs that are killed is the same as the sequence of signals for sequential jobs that are killed. That is, when this parameter is set to Y or y the signal sequence for parallel jobs that are killed is SIGINT, SIGTERM, then SIGKILL.

The minimum time between each signal transition is defined by the JOB_TERMINATE_INTERVAL parameter in lsb.params, which is 10 seconds by default.

Default

N. When killing a parallel job, only the SIGKILL signal is sent.