mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
62c65f2797
- Stagify - Convert dependencies to new shlib format - Add USE_GCC=any for FreeBSD 10 - Add LICENSE=APACHE20 PR: ports/184738 Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer)
15 lines
723 B
Plaintext
15 lines
723 B
Plaintext
Condor is a open-source, specialized workload management system for
|
|
compute-intensive jobs. Like other full-featured batch systems, Condor
|
|
provides a job queuing mechanism, scheduling policy, priority scheme,
|
|
resource monitoring, and resource management. Users submit their serial
|
|
or parallel jobs to Condor, Condor 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. Condor
|
|
also contains mechanisms to submit jobs to grid-sites and supports many
|
|
different grid toolkits.
|
|
|
|
It is developed at the University of Wisconsin-Madison's Department
|
|
of Computer Sciences.
|
|
|
|
WWW: http://research.cs.wisc.edu/condor/
|