CONDENSE_PENDING_REASONS

Syntax

CONDENSE_PENDING_REASONS=ALL | PARTIAL |N

Description

Set to ALL, condenses all host-based pending reasons into one generic pending reason. This is equivalent to setting CONDENSE_PENDING_REASONS=Y.

Set to PARTIAL, condenses all host-based pending reasons except shared resource pending reasons into one generic pending reason.

When the condensed pending reason feature is enabled, only a main reason will be set for a job if it is supposed to have host reasons. In other words, the single key reason feature and the categorized reason feature will show the main reason as individual host based reasons.

If enabled, you can request a full pending reason list by running the following command:
badmin diagnose jobId
Tip:

You must be an LSF administrator or a queue administrator to run this command.

When disabled, (CONDENSE_PENDING_REASONS=N), all pending reasons are displayed, including all host-based pending reasons.

Examples

  • CONDENSE_PENDING_REASONS=ALL If a job has no other pending reason, bjobs -p or bjobs -l displays the following:
    Individual host based reasons
    
  • CONDENSE_PENDING_REASONS=N The pending reasons are not condensed or filtered:

Default

Set to N by default.