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

Re: [HTCondor-users] Run job only after completion of previous job



DAGMan is the tool that HTCondor provides to achieve the serialization of job execution.
Itâs described in the HTCondor manual here:
https://htcondor.readthedocs.io/en/latest/users-manual/dagman-workflows.html

- Jaime

On Apr 29, 2023, at 11:33 PM, gagan tiwari <gagan.tiwari@xxxxxxxxxxxxxxxxxx> wrote:

Hi Guys,
                       We have a requirement that users should be able to submit multiple jobs but jobs should run sequentially. 

For example, if they submit 10 jobs , then the 2nd job should only start after completion of the first job and the 3rd job should start only after completion of the 2nd job and so on.  

Please let me know to achieve this.