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

Re: [HTCondor-users] Current ClassAd values in job files [.job.ad, .machine.ad] ?



On 04/13/2016 09:26 AM, Iain Bradford Steers wrote:
Hi Thomas,

If you want to edit/add the attributes in the job classad then you should set wantIOProxy = True in the job submission and use condor_chirp to update the values in the job classad.

This update will get passed back to the schedd via the shadow.

Not sure what would happen if you tried to manually change the machine.ad.

The starter writes out these two files at startup, and never reads them, so any changes by the user will be ignored by the system.

As Iain says, you can use the condor_chirp command to dynamically change values in the job ad at runtime, and the startd hooks to change values in the machine at runtime.

-Greg