Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Custom Attribute on Submit file
- Date: Mon, 14 Feb 2005 11:34:21 +0000
- From: Matt Hope <matthew.hope@xxxxxxxxx>
- Subject: Re: [Condor-users] Custom Attribute on Submit file
On Mon, 14 Feb 2005 12:00:57 +0100, Mário Costa <atritoman@xxxxxxxxx> wrote:
> Im trying to use a custom attribute in a job sumittion file, i sounds
> easy, but wen i refer to the job attribute in the START expression of
> the condor configuration file it dosent work
>
> I've done someting like this
>
> In the jo Submitfile
> ....
>
> JobAttr1 = "attr"
try
+JobAttr1 = "attr"
instead...