Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Stopping job in condor
- Date: Mon, 24 Aug 2009 10:43:28 -0400
- From: Ian Chesal <ICHESAL@xxxxxxxxxx>
- Subject: Re: [Condor-users] Stopping job in condor
> then i submitted a job a simple c++ program but
> it is not executing ... it is showing 2 jobs 2 idle ... 0 running 0
> held ... so wot can be the reason
Run:
condor_q -better-analyze <clusterid>.<jobid>
That command will give you some insight in to why your job isn't being
picked up. Could be your execute slots are in the Owner state or your
job has set a requirements string that can't be fulfilled by any of your
current slots.
> and wot if i want to stop any of the
> job in the middle ....
condor_rm
Can stop a job any time. See the -h output for more information or:
http://www.cs.wisc.edu/condor/manual/v7.2/condor_rm.html#67311
- Ian
Confidentiality Notice.
This message may contain information that is confidential or otherwise protected from disclosure. If you are not the intended recipient, you are hereby notified that any use, disclosure, dissemination, distribution, or copying of this message, or any attachments, is strictly prohibited. If you have received this message in error, please advise the sender by reply e-mail, and delete the message and any attachments. Thank you.