Condor is a freely available workload management system designed to enable high-throughput computing processes across local and distributed computer networks. The program's name was changed to HTCondor in 2012.
HTCondor is a specialized workload management system for compute-intensive jobs. Like other full-featured batch systems, HTCondor provides:
- a job queueing mechanism
- scheduling policy and priority scheme
- resource monitoring and management.
Users submit their serial or parallel jobs to HTCondor, HTCondor places them into a queue, chooses when and where to run the jobs based upon a policy, carefully monitors their progress, and ultimately informs the user upon completion.