Mailing List Archives
	Authenticated access
	
	
     | 
    
	 
	 
     | 
    
	
	 
     | 
  
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Automatically terminating a job after x seconds
- Date: Sat, 11 Aug 2007 23:56:12 +0330
 
- From: "Majid Arabgol" <arabgol@xxxxxx>
 
- Subject: Re: [Condor-users] Automatically terminating a job after x seconds
 
Try this :
 
 
add  "PERIODIC_REMOVE = ((JobStatus == 2) && ((CurrentTime -
EnteredCurrentStatus) > 100 ))"   line in your submitfile.
 
change value of 100  by whatever your time limit is.
 
Majid