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

[Condor-users] DAGMan slow submission



I have a process which has 2k parent processes. The reason why I am
using DAGMan is to throttle the maximum number of jobs.

I would like to have no more than 200 processes running therefore I am using:

condor_submit_dag -maxjobs 100 dagfile


I noticed that after every 1 minute it adds more and more jobs. Is it
possible for DagMan to submit all of my jobs at 1 time?

TIA