# ALL-DAG.dag File.
SPLICE DAG1 DAG1.submit
SPLICE DAG2 DAG2.submit
SPLICE DAG3 DAG3.submit
.......................
SPLICE DAG60 DAG60.submit
PARENT DAG1 CHILD DAG2
PARENT DAG2 CHILD DAG3
.....................
PARENT DAG59 CHILD DAG60
./condor_submit_dag ALL-DAG.dag
I have a set of 60 different DAGs (condor_dagman) and it seems its hitting the scheduler heavily. Unfortunately, I can't consolidate it into one dag since that will take considerable amount of time.is there dagman option to not schedule jobs so aggressively? or poll the scheduler every few seconds?
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/