The first is does condor provide a way to have an exit script executed
after a job successfully completes? I am thinking a shell script that
can do some more detailed post job cleanup would be useful.
The easiest way I can think of doing this would be to wrap your job in
a shell script that runs the job and the clean up and have condor run
it... the hard, but probably a lot more powerful way is to use DAGman.
Sincerely,
Bruno
--