Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] condor_q -dag -run
- Date: Tue, 30 Apr 2013 11:33:21 -0500
- From: Nathan Panike <nwp@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] condor_q -dag -run
FYI, This has already been reported as an issue
https://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=3578
Thanks for the report.
Nathan Panike
On Tue, Apr 30, 2013 at 05:11:17PM +0100, Brian Candler wrote:
> Just a minor point: I notice that "condor_q -run -dag" works fine, but
> "condor_q -dag -run" gives garbled output.
>
> $ condor_q -run -dag
>
> -- Submitter: master.example.com : <x.x.x.x:48111> : master.example.com
> ID OWNER/NODENAME SUBMITTED RUN_TIME HOST(S)
> 6556.0 brian 4/30 13:57 0+03:00:47 x.x.x.x
> 7593.0 |-C2698 4/30 14:45 0+00:00:04 slot1@xxxxxxxxxxxxxxxxxx
> 7594.0 |-C2699 4/30 14:45 0+00:00:03 slot1@xxxxxxxxxxxxxxxxxx
> 7595.0 |-C2700 4/30 14:45 0+00:00:02 slot1@xxxxxxxxxxxxxxxxxx
> 7596.0 |-C2701 4/30 14:45 0+00:00:02 slot1@xxxxxxxxxxxxxxxxxx
> 7597.0 |-C2702 4/30 14:45 0+00:00:02 slot1@xxxxxxxxxxxxxxxxxx
>
> $ condor_q -dag -run
>
> -- Submitter: master.example.com : <x.x.x.x:48111> : master.example.com
> ID OWNER/NODENAME SUBMITTED RUN_TIME HOST(S)
> [????????????] [????????????] [??????????] [????????????????]
> [????????????] [????????????] [??????????] [????????????????]
> [????????????] [????????????] [??????????] [????????????????]
> [????????????] [????????????] [??????????] [????????????????]
> [????????????] [????????????] [??????????] [????????????????]
> [????????????] [????????????] [??????????] [????????????????]
>
> This is condor-7.8.7-86173 package under Ubuntu 12.04.2.
>
> Regards,
>
> Brian.