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

Re: [HTCondor-users] Halting a Dagman



Hi Stefano,

As Todd stated, the halt/resume options for the HTCondor noun verb tool were added in v24.8.1 of HTCondor and are not available for the LTS series. All of the options for the DAG noun only work for DAGs placed to run under an AP. If you do truly want to halt a DAGMan process ran by hand you could create a file in the DAG working directory called <DAG file>.halt for example if you executed DAG file sample.dag then you would touch a file called sample.dag.halt.

The question aside, I am curious as why or what use case you have for executing a DAG manually rather than placing the DAG to execute under the AP?

Cheers,
Cole Bollig

From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Todd L Miller via HTCondor-users <htcondor-users@xxxxxxxxxxx>
Sent: Friday, June 20, 2025 1:05 PM
To: Stefano Belforte via HTCondor-users <htcondor-users@xxxxxxxxxxx>
Cc: Todd L Miller <tlmiller@xxxxxxxxxxx>
Subject: Re: [HTCondor-users] Halting a Dagman
 
> By the way "htcondor dag halt" does not seem to be there  in my 24.0.6
> only submit and status are allowed.

         `htcondor dag halt` is a new command as of 24.8.1.

-- ToddM