[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Remove Batch Jobs



On 5/23/2017 1:24 PM, Justin Fisher wrote:
Hi.

Something odd happened during a submit and Condor now thinks I'm running about 9X more jobs than I entered. Is there a simple way to delete the second line without killing the first?

OWNER     BATCH_NAME      SUBMITTED   DONE   RUN    IDLE  TOTAL JOB_IDS
jfisher CMD: ngspice 5/23 14:15 _ 12 2033 2700 216.655 ... 218.899 jfisher CMD: ngspice 5/23 20:07 _ _ 23691 23691 219.0 ... 221.7889


--
Kind regards,

Justin Fisher.


See the "JOB_IDS" column above. Since the first line is just talking about job clusters 216-218, and the second line is 219-221, I think you could do:

  condor_rm 219 220 221

regards,
Todd