Files
guru/sys-cluster/launchmon/metadata.xml
Alessandro Barbieri 6e5f8eb2e7 sys-cluster/launchmon: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-07-13 15:36:01 +02:00

20 lines
848 B
XML

<?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>