aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kerr <cjk34@cam.ac.uk>2013-06-15 15:42:17 +0100
committerChris Kerr <cjk34@cam.ac.uk>2013-06-15 15:42:17 +0100
commitae04761c5d7e0ab5f4bc89bfc13ab8cffa244a31 (patch)
tree08c37c22e772279550d5d1ffb386d571a56254f5 /sys-cluster/htcondor/metadata.xml
parentx11-misc/envytools: Fix license (diff)
downloadsci-ae04761c5d7e0ab5f4bc89bfc13ab8cffa244a31.tar.gz
sci-ae04761c5d7e0ab5f4bc89bfc13ab8cffa244a31.tar.bz2
sci-ae04761c5d7e0ab5f4bc89bfc13ab8cffa244a31.zip
Copied old Condor files, moved to sys-cluster/htcondor
Diffstat (limited to 'sys-cluster/htcondor/metadata.xml')
-rw-r--r--sys-cluster/htcondor/metadata.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-cluster/htcondor/metadata.xml b/sys-cluster/htcondor/metadata.xml
new file mode 100644
index 000000000..bd197e13d
--- /dev/null
+++ b/sys-cluster/htcondor/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>cluster</herd>
+ <maintainer>
+ <email>bicatali@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
+ 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.
+</longdescription>
+ <use>
+ <flag name="classads">Enable the Condor's classified advertisement language</flag>
+ <flag name="drmaa">Enable the Distributed Resource Management
+ Application API</flag>
+ <flag name="gcb">Enable condor to communicate over firewall/NAT</flag>
+ <flag name="kbdd">Enable the Condor Keyboard Daemon to monitor logged in X users for activity</flag>
+ </use>
+</pkgmetadata>