blob: d22934fe7e22a6255f275d4b27f459ee13227280 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>cluster@gentoo.org</email>
<name>Gentoo Cluster Project</name>
</maintainer>
<use>
<flag name="cma">Enable the CMA (Cross Memory Attach) MCA</flag>
<flag name="cuda">Add GPU direct support</flag>
<flag name="libompitrace">Enable support for contributed package libompitrace</flag>
<flag name="peruse">Enable PERUSE interface</flag>
<flag name="romio">Build the ROMIO MPI-IO component</flag>
</use>
<upstream>
<remote-id type="github">open-mpi/ompi</remote-id>
</upstream>
</pkgmetadata>
|