Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] appending to output/error files on hold release?
- Date: Thu, 08 Jul 2010 11:45:38 -0500
- From: Robert Rati <rrati@xxxxxxxxxx>
- Subject: Re: [Condor-users] appending to output/error files on hold release?
You can use variables in output/error files. You can add something like:
out = stdout.$(PROCESS)
Or
out = stdout.$(CLUSTER).$(PROC).$(SOMETHING_ELSE)
Rob
Carsten Aulbert wrote:
Hi all
is there a way to tell Condor for vanilla universe non-dagman submit files to
append to output and error files instead of truncating them? I have not found
anything on that in the manual nor in the list archives.
Alternatively, is it possible to use "variable" names for the output/error
files, e.g. Output = out.$DATE.$JOBID ?
Cheers
Carsten