Hey I'm trying to use condor_status -const to determine which computer are
running a parallel job (without having to look thought the log files). I'm
running condor version 6.6.7 on windows 2000.
I can use jobstart (see example below) and other classads to filter out
computers in my cluster, but I can't get JobId to work for my jobs. My job
id is 2307.0, I have tried
C:\>condor_status -const "JobId == 2307.0"
C:\>condor_status -const "JobId == '2307.0'"
C:\>condor_status -const 'JobId == "2307.0"'