aboutsummaryrefslogtreecommitdiff
blob: 065d9f33faf223cc8b244a8976440af179652013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>lssndrbarbieri@gmail.com</email>
		<name>Alessandro Barbieri</name>
	</maintainer>
	<longdescription lang="en">
LaunchMON is a software infrastructure that enables HPC run-time tools to co-locate tool daemons with a parallel job. Its API allows a tool to identify all the remote processes of a job and to scalably launch daemons into the relevant nodes.
	</longdescription>
	<use>
		<flag name="munge">enable munge for connection authentication</flag>
		<flag name="tracing-cost">enable tracing cost measuring codes</flag>
	</use>
	<upstream>
		<bugs-to>https://github.com/LLNL/LaunchMON/issues</bugs-to>
		<remote-id type="github">LLNL/LaunchMON</remote-id>
	</upstream>
</pkgmetadata>