[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] removing a range of jobs?
- Date: Tue, 16 Nov 2004 22:20:14 -0800
- From: John Wheez <john@xxxxxxxxxx>
- Subject: Re: [Condor-users] removing a range of jobs?
Excellent!
Thanks for the info..i'll study up on the expressions more!
JW
Erik Paulson wrote:
On Tue, Nov 16, 2004 at 10:56:40PM -0600, Erik Paulson wrote:
On Tue, Nov 16, 2004 at 08:37:37PM -0800, John Wheez wrote:
Hi,
I have a cluster of 50 jobs..is there anyway withing condor_rm to remove
the first 15 jobs for eaxmple...
or do i need to do it via some simple shell scripting?
condor_rm -constraint 'ClusterId > 1 && ClusterId < 10'
will remove cluster 2 through 9
And inside the cluster -
condor_rm -constraint 'ClusterId == X && ProcId < 16'
-Erik
_______________________________________________
Condor-users mailing list
Condor-users@xxxxxxxxxxx
http://lists.cs.wisc.edu/mailman/listinfo/condor-users