[Chtc-users] upcoming changes to condor_q output


Date: Wed, 13 Jul 2016 09:04:01 -0500
From: chtc-users@xxxxxxxxxxx
Subject: [Chtc-users] upcoming changes to condor_q output
Greetings CHTC users!

This message is for users of our high throughput compute (HTC) system, where jobs are submitted using the HTCondor scheduler. Â

Starting next Tuesday, July 19, the default output of the condor_q command will be significantly different, based on recent updates to HTCondor. Â
Currently, condor_q has an option called "-batch" which will display your jobs in groups, listing the current number of jobs running, held, idle, and completed. You can see what this looks like by running:
    condor_q -batch
As of July 19, this batched display option will become the default.ÂÂ

HTCondor will group jobs automatically by batch name (new), by DAG or by the sameÂexecutable. You can indicate which jobs belong to the same group yourself, by either:Â
  • adding the following line to any submit files that are part of the same group of jobs:Â
    • batch_name = mybatchname
  • using the following option with condor_submit:Â
    • $ condor_submit submit.file -batch-name mybatchname
To display more detailed condor_q output (where each job is listed on a separate line), you can use the batch name or any existing grouping constraint (ClusterId, other "-constraint" option) and the "-nobatch" flag.Â
   condor_q -nobatch 123456
   condor_q -nobatch -dag 123457
   condor_q -nobatch -constraint 'JobBatchName == "mybatchname"'

For complete details, we have an online guide detailing the new condor_q behavior (and other useful condor_q options!) here:Âhttp://chtc.cs.wisc.edu/condor_q

Let us know if you have any questions or concerns by emailing chtc@xxxxxxxxxxx. Â

Cheers,
Your CHTC team

[← Prev in Thread] Current Thread [Next in Thread→]
  • [Chtc-users] upcoming changes to condor_q output, chtc-users <=