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

[HTCondor-users] condor_q -dag -run



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.