Commit 0133f20e authored by jette's avatar jette
Browse files

squeue to list multiple reasons for job array

If a pending job array has multiple reasons for being in a pending state,
    then print all reasons in a comma separated list.

Before:
             JOBID PARTITION     NAME     USER ST       TIME  NODES NODELIST(REASON)
       97354_[1-4]     debug      tmp    jette PD       0:00      1 (Resources)

After:
             JOBID PARTITION     NAME     USER ST       TIME  NODES NODELIST(REASON)
       97354_[1-4]     debug      tmp    jette PD       0:00      1 (Resources,JobHeldUser)
parent 84cd28ce
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment