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

Re: [Condor-users] setting up condor on multiple machines...



bruce wrote:

how can i see all jobs for all submits on a given
machine from the manager machine...??




on command line type condor_q --help


this lists all the options each command has...

condor_q -global is what you need....you will see there are options to just peek at a particular machines queue as well...

also, it appears that there is a serious delay, between the time a job is
submitted, and the time it's run. is there some config parameter that can be
set to decrease the delay....



I notice this too..sometimes it takes 2 minutes or so before jobs are executed..I'm not sure what variable to tweek to change this...it's probably possible. Sometimes condor instantly send out jobs.

JW