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

Re: [HTCondor-users] classads question



On 10/04/2016 07:21 PM, Keith Brown wrote:
i would like some arguments in my submit file to show up in the condor
collector. for instance in my submit file i put

+jar=1992

When the job runs I would like to do condor_status -direct hostname
-format "%s\n" Jar

How can I do that?
_______________________________________________

The following startd configuration will copy the value of the "jar" attribute from the job classad into the machine classad:

STARTD_JOB_ATTRS=jar

-greg