Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are several commands to be aware of, outlined below:

condor_q

 

The '''condor_q''' command shows which jobs are in the queue.  When specified without arguments, it shows only jobs submitted from the machine on which the command was executed.

...

$ condor_q

 

 

-- Schedd: lsst-dev.ncsa.illinois.edu : <141.142.225.160:37253>

 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD               

7092.0   srp             8/21 09:04   0+03:40:23 R  0   0.3  condor_dagman     

7094.0   srp             8/21 09:05   0+00:43:04 I  0   97.7 matrix.sh visit=88

7095.0   srp             8/21 09:05   0+00:42:54 I  0   97.7 matrix.sh visit=88

7096.0   srp             8/21 09:05   0+00:42:54 I  0   97.7 matrix.sh visit=88

 

4 jobs; 0 completed, 0 removed, 3 idle, 1 running, 0 held, 0 suspended

$

 

condor_rm

 

You can use condor_rm to remove jobs from the queue.  If you want to remove job 7096, run:

...

$ condor_rm -all

All jobs marked for removal.

-bash-4.1$ condor_q

 

 

-- Submitter: lsst-dev.ncsa.illinois.edu : <141.142.225.160:37253> : lsst-dev.ncsa.illinois.edu

 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD               

 

0 jobs; 0 completed, 0 removed, 0 idle, 0 running, 0 held, 0 suspended

$

 

condor_status

 

The '''condor_status''' command shows the status of machines in your Condor pool.

...