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

Re: [HTCondor-users] Condor_qsub condor_q is not working in "sentinel scripts"



On 29/01/2015 16:29, Jacqueline Scholl wrote:
-- Submitter: users-mac-pro-2.local : <127.0.0.1:51199> : users-mac-pro-2.local
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD               
4157.0   jacquelinescho  1/29 15:59   0+00:01:00 R  0   1.2  bash /usr/local/fs
4158.0   jacquelinescho  1/29 15:59   0+00:00:00 H  0   1.2  bash /usr/local/fs
Try doing the following on any job which is in the "H" (hold) state, for more info on why they are held:

condor_q -analyze 4158.0

However, this idea of 'sentinel files' doesn't sound like a good way of sequencing jobs. The normal way to do this in condor would be with dagman, where you can declare all your submit files and the parent/child relationships between them.

HTH,

Brian.