Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] kill process
- Date: Fri, 31 Dec 2010 12:21:42 +0100
- From: Lukas Slebodnik <slebodnik@xxxxxxxx>
- Subject: Re: [Condor-users] kill process
Hi,
did you try command "condor_rm"
http://www.cs.wisc.edu/condor/manual/v7.2/condor_rm.html
condor_rm remove Jobs from the condor queue
condor_rm username
remove one or more jobs from the condor job queue
example "condor_rm mlaouche" remove all the jobs submitted by mlaouche
condor_rm cluster
remove all jobs in the specified cluster
example "condor_rm 583"
condor_rm cluster.codecess
remove the specific job in the cluster
example "condor_rm 583.27"
condor_rm -help
get a brief description of the supported options
Lukas Slebodnik
On Fri, Dec 31, 2010 at 10:49:43AM +0000, LAOUCHEDI MAKHLOUF wrote:
> hi
> i am working on condor and i want to kill processes and have trouble with the use of kill commans. here are somme processes that i want to kill :
> 583.27 mlaouche 12/31 10:02 0+00:00:00 I 0 3.4 probtrackx
> 583.28 mlaouche 12/31 10:02 0+00:00:00 I 0 3.4 probtrackx
> 583.29 mlaouche 12/31 10:02 0+00:00:00 I 0 3.4 probtrackx
> 583.30 mlaouche 12/31 10:02 0+00:00:00 I 0 3.4 probtrackx
>
> thanks