Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] condor_q and defined class ad
- Date: Tue, 31 Jan 2017 20:32:25 -0500
- From: Keith Brown <keith6014@xxxxxxxxx>
- Subject: [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 ?