Commit 5e815d03 authored by Morris Jette's avatar Morris Jette
Browse files

scancel job array ID parsing fixes

Previous logic would not recognize a job ID specification with a
  job array task ID of "*" (e.g. "123_*") to indicated all job
  array tasks.
Previous logic would stop any parsing after the closing bracket
  on a job array specification (e.g. "123_[4-6] 234" would not
  see the "234").
Improve logging of job ID specifications (i.e. use job array
  specification).
parent ea366396
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