On 07/31/2015 09:49 AM, Fischer, Max (SCC) wrote:
Hi all, Is there a way to apply condor_q/condor_status -constraint to ClassAd attributes requiring a TARGET? Can we perhaps actually supply a TARGET ClassAd for the evaluation? Is this possible with the python bindings perhaps?
condor_status (but not condor_q) takes an optional -target <filename> option, which specifies the filename containing a job classed (in condor_q -l format) that can serve as a TARGET reference for -format and -af, but not for -constraint. Perhaps that helps?
-greg