HTCondor
Developer(s) | University of Wisconsin–Madison |
---|---|
Stable release | 24.4.0
/ February 6, 2025 |
Repository | |
Written in | High-Throughput Computing |
License | Apache License 2.0 |
Website | htcondor |
HTCondor is an open-source high-throughput computing software framework for coarse-grained distributed parallelization of computationally intensive tasks.[1] It can be used to manage workload on a dedicated
. HTCondor can integrate both dedicated resources (rack-mounted clusters) and non-dedicated desktop machines (cycle scavenging) into one computing environment.HTCondor is developed by the HTCondor team at the University of Wisconsin–Madison and is freely available for use. HTCondor follows an open-source philosophy and is licensed under the Apache License 2.0.[2]
While HTCondor makes use of unused computing time, leaving computers turned on for use with HTCondor will increase energy consumption and associated costs. Starting from version 7.1.1, HTCondor can hibernate and wake machines based on user-specified policies, a feature previously available only via third-party software.
History
The development of HTCondor started in 1988.
HTCondor was formerly known as Condor; the name was changed in October 2012 to resolve a trademark lawsuit.[3]
HTCondor was the scheduler software used to distribute jobs for the first draft assembly of the Human Genome.
Example of use
The
Features
HTCondor can run both sequential and parallel jobs. Sequential jobs can be run in several different "universes", including "vanilla" which provides the ability to run most "batch ready" programs, and "standard universe" in which the target application is re-linked with the HTCondor I/O library which provides for remote job I/O and job checkpointing. HTCondor also provides a "local universe" which allows jobs to run on the "submit host".
In the world of parallel jobs, HTCondor supports the standard Message Passing Interface and Parallel Virtual Machine (Goux, et al. 2000) in addition to its own Master Worker "MW" library for extremely parallel tasks.
HTCondor-G allows HTCondor jobs to use resources not under its direct control. It is mostly used to talk to grid and cloud resources, like pre-WS and WS Globus, Nordugrid ARC, UNICORE and Amazon Elastic Compute Cloud. But it can also be used to talk to other batch systems, like
HTCondor supports the
Other HTCondor features include "DAGMan" which provides a mechanism to describe job dependencies.
See also
References
- ^
Thain, Douglas; Tannenbaum, Todd; S2CID 15450656.
- ^ "HTCondor - License Information". research.cs.wisc.edu.
- ^ Tannenbaum, Todd. ""Condor" name changing to "HTCondor"". Retrieved 11 March 2013.