aboutsummaryrefslogtreecommitdiff
blob: 3846c294e0f319d7d5c424ae1065be9a72f5c4ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>cjk34@cam.ac.uk</email>
	</maintainer>
	<maintainer type="project">
		<email>cluster@gentoo.org</email>
		<name>Gentoo Cluster Project</name>
	</maintainer>
	<longdescription lang="en">
HTCondor is a open-source, specialized workload management system for
compute-intensive jobs. Like other full-featured batch systems, HTCondor
provides a job queueing mechanism, scheduling policy, priority scheme,
resource monitoring, and resource management. Users submit their serial
or parallel jobs to HTCondor, HTCondor 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. HTCondor
also contains mechanisms to submit jobs to grid-sites and supports many
different grid toolkits.
</longdescription>
	<use>
		<flag name="boinc">Enable backfill with BOINC jobs when the cluster is not being used</flag>
		<flag name="cgroup">Use <pkg>dev-libs/libcgroup</pkg> for kernel control groups</flag>
		<flag name="contrib">Build contrib modules</flag>
		<flag name="dmtcp">Use <pkg>sys-apps/dmtcp</pkg> for checkpointing</flag>
		<flag name="libvirt">Use <pkg>app-emulation/libvirt</pkg> for virtualisation</flag>
		<flag name="minimal">Don't support standard universe jobs</flag>
		<flag name="X">Enable the HTCondor Keyboard Daemon to monitor logged in X users for activity</flag>
	</use>
	<upstream>
		<remote-id type="github">htcondor/htcondor</remote-id>
	</upstream>
</pkgmetadata>