Skip to content

PBS: use qstat -f when polling in order to extract comment for stuck submitted jobs? #7398

Description

@MetRonnie

Problem

Sometimes a PBS job can become stuck in the submitted state (e.g. due to a problem with a queue). It may not be possible to tell the problem from Cylc, without manually running qstat -f

E.g.

comment = Not Running: Placement set is too small: Not enough free nodes available

Proposed Solution

Adjust the PBS job runner manager to use qstat -f -F json as the poll command, and parse the results.

The comment could be included in the poll output so would show in the job activity log, or could be sent by cylc message so it would show in the UI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions