Mailing List Archives
	Authenticated access
	
	
     | 
    
	 
	 
     | 
    
	
	 
     | 
  
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] KILL expression !!
- Date: Wed, 9 Feb 2005 22:01:23 +0100
 
- From: Mário Costa <atritoman@xxxxxxxxx>
 
- Subject: [Condor-users] KILL expression !!
 
I'm trying to kill, a job acording to an expression.
KILL = (CurrentTime - JobStart) < 60
but the job doesent die ... :S
can any one help me about this?