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

RE: [Condor-users] condor_status -const and jobid



I doubt condor_status can get that info.
 
However, does
 
condor_q 407.0
 
do the job? (if on machine jobs were submitted)
 
If not on machine where job was submitted, howabout
 
condor_q -global 407.0 cliff                        (substitute cliff for your username)
 
cheers
 
JK
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx]On Behalf Of Cliff Padgett
Sent: 07 January 2005 19:10
To: condor-users@xxxxxxxxxxx
Subject: [Condor-users] condor_status -const and jobid

 
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"'
 
and several other variations, and it always returns a blank line.
Any idea's why this would not work also???
 
Thanks,
Cliff
 
 
 

C:\>condor_status -const "JobStart == 1105116599"
 
Name          OpSys       Arch   State      Activity   LoadAv Mem   ActvtyTime
 
vm2@xxxxxxxxx WINNT50     INTEL  Claimed    Busy       0.660  1024  0+01:54:37
 
                     Machines Owner Claimed Unclaimed Matched Preempting
 
       INTEL/WINNT50        1     0       1         0       0          0
 
               Total        1     0       1         0       0          0