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

Re: [Condor-users] appending to output/error files on hold release?



I don't know of anything that will do that for you automatically, but you might be able to use condor_qedit to change the output filenames prior to doing a release.

Rob

Carsten Aulbert wrote:
Hi Rob

On Thursday 08 July 2010 18:45:38 Robert Rati wrote:
You can use variables in output/error files.  You can add something like:

out = stdout.$(PROCESS)

Or

out = stdout.$(CLUSTER).$(PROC).$(SOMETHING_ELSE)

Yes, but these variables are all set at submit time, right?

Is there any way to have a "dynamic" variable there which is changed when the job goes into hold and is then released again?

Cheers

Carsten