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
## on_exit_remove = ((ExitBySignal == False) && (ExitCode == 0))
on_exit_remote = False
output = out.txt
error = err.txt
log = log.txt
hold = true
arguments = 11 12
queue
Any ideas?
Sean