we are submitting a small DAG with very few jobs to DAGman (test jobs such as ls) and noticed that it takes about 20-25 seconds for the CONDOR job that DAGman submits to the queue to go from the idle to running state.
I've tried to figure out which condor_config file options affect this time (by reading the comments in condor_config and the manual section defining all the parameters), but haven't had much luck.
Please keep in mind that Condor is a high *throughput* system designed to execute large workloads over long time periods. It is *not* designed to be a low latency system that executes a single job quickly. Condor performs a large number of expensive operations in order to maximize scalability and reliability at the expense of latency.
1) using the 'test job feature' for fast turnaround time. Can this be applied to DAGman jobs?
2) Computing on Demand.
Condor Support Information: http://www.cs.wisc.edu/condor/condor-support/ To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with unsubscribe condor-users <your_email_address>