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

[HTCondor-users] condor_q and defined class ad



If I have something like this in my submit file

...
+phn=123
....

Is it possible with condor_q to show all jobs which have phn defined?

I am doing
condor_q -format "%s\n" phn

But if no jobs are defined with phn, I see all jobs.

Is there a defined condition I can use for condor_q ?