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: Sun, 12 Aug 2007 13:58:04 +0330
- From: "Majid Arabgol" <majid.arabgol@xxxxxxxxx>
- 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