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

Re: [HTCondor-users] evaluated ads with condor_q -long?



On 05/16/2018 08:24 AM, Thomas Hartmann wrote:
Hi all,

just a short question: can I ask Condor for all a job's ClassAds -where
all ads get actually evaluated?

E.g., an extra ad is a somewhat lengthy expression
   FooProxy = ifThenElse(x509UserProxyVOName =?= ... )
with

Try

condor_q -af FooProxy

assuming that the expression is just referencing other attributes in the job ad, and not looking at attributes of a machine ad.

-greg