You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-cluster/charm/metadata.xml

27 lines
1.1 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>nicolasbock@gentoo.org</email>
<name>Nicolas Bock</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<use>
<flag name="ampi">Build implementation of MPI on top of Charm++</flag>
<flag name="charmdebug">Enable the charm debugger</flag>
<flag name="charmproduction">Optimize performance of Charm++ runtime</flag>
<flag name="charmtracing">Enable tracing support in Charm++</flag>
<flag name="cmkopt">Enable CMK optimisation</flag>
<flag name="mlogft">Compile with Charm++ message logging fault tolerance support</flag>
<flag name="numa">Support memory affinity with NUMA</flag>
<flag name="syncft">Compile with Charm++ fault tolerance support</flag>
<flag name="tcp">Use TCP (instead of UPD) for socket communication</flag>
</use>
<upstream>
<remote-id type="github">UIUC-PPL/charm</remote-id>
</upstream>
</pkgmetadata>