1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/sysutils/condor/pkg-descr
Jason W. Bacon 08be2f3ab3 sysutils/htcondor: Unbreak and upgrade to 8.4.12
Fixes build errors caused by increased strictness of C++ compilers and
the switch to ninja as default back-end for cmake

This is a conservative upgrade to maintain compatibility with the current
port. The latest release, 8.6.10, also builds on FreeBSD, but includes
major changes that need to be tested before being put into production.

Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14909
2018-03-31 00:37:44 +00:00

14 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/