Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Using condor_submit from php
- Date: Wed, 20 Jun 2007 16:14:12 -0400
- From: "Ian Chesal" <ICHESAL@xxxxxxxxxx>
- Subject: Re: [Condor-users] Using condor_submit from php
> Now the program just sits in queue being held:
> any ideas?
If this is 6.8.x or newer check to the HoldReason on the job:
condor_q 154.0 -f "%s\n" HoldReason
Condor tells you why a job was put on hold now. Very nice feature.
- Ian