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

Re: [Condor-users] removing a range of jobs?



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