Condor High-Throughput Distributed Batch System Maintained by:pavlo@cs.wisc.edu Port Added: 05 Jun 2007 14:03:39 Also Listed In:parallel
Condor is a open-source, specialized workload management system for
compute-intensive jobs. Like other full-featured batch systems, Condor
provides a job queueing 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://www.cs.wisc.edu/condor/
To install the port:cd /usr/ports/sysutils/condor/ && make install clean To add the package:pkg_add -r condor
Configuration Options
===> The following configuration options are available for condor-7.0.0:
SUBMIT_NODE=On (default) "Configure system to be able to submit jobs"
EXECUTE_NODE=On (default) "Configure system to execute jobs in pool"
MANAGER_NODE=On (default) "Configure system as central manager node"
===> Use 'make config' to modify these settings
Condor is a open-source, specialized workload management system for
compute-intensive jobs. Like other full-featured batch systems, Condor
provides a job queueing 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.
WWW: http://www.cs.wisc.edu/condor/
PR: ports/112510
Submitted by: Andy Pavlo