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

[Condor-users] My jobs won't stay in the queue



I’m running 6.7.7.  My jobs are running fine, but when they complete, they leave the queue.  I would like them to stay in the queue with the status “Complete”.  I’ve tried setting on_exit_remove to a variety of things, but none seem to do what I need.  Here is my submit file. 

 

universe = vanilla

getenv = true

initialdir = C:/condor/spool

executable = C:/condor/bin/Exec.bat

notification = never

## == False) && (ExitCode == 0))

>

output = out.txt

error = err.txt

log = log.txt

hold = true

 

arguments = 11 12

queue

 

 

Any ideas?

 

Sean