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

[Condor-users] Custom Attribute on Submit file



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"

....

and I've putten in the config file

START = ... && (JobAttr1 == "attr")

and wen I submit the file, it dosen't find any match...

is there any thing wrong in what I have just describe ??

Thanks.

Mário Costa