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, 8 Jul 2010 22:26:08 +0200
- From: Carsten Aulbert <carsten.aulbert@xxxxxxxxxx>
- Subject: Re: [Condor-users] appending to output/error files on hold release?
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