aboutsummaryrefslogtreecommitdiff
blob: b1ffc3b13c23f72d9edaf4c60939870aaca5a525 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <longdescription>
  HPX (High Performance ParalleX) is a general C++ runtime system
  for parallel and distributed applications of any scale. It is the
  first freely available, open source, feature-complete, modular,
  and performance oriented implementation of the ParalleX execution
  model. HPX is targeted at conventional architectures and,
  currently, Linux based systems, such as SMP nodes and conventional
  clusters.
</longdescription>
  <maintainer>
    <email>gentryx@gmx.de</email>
  </maintainer>
  <maintainer>
    <email>cluster@gentoo.org</email>
    <name>Gentoo Cluster Project</name>
  </maintainer>
  <use>
    <flag name="jemalloc">Use <pkg>dev-libs/jemalloc</pkg> for memory allocation</flag>
    <flag name="perftools">Use <pkg>dev-util/google-perftools</pkg> for
  memory allocation</flag>
    <flag name="tbb">Use <pkg>dev-cpp/tbb</pkg> for memory
  allocation</flag>
    <flag name="papi">Use <pkg>dev-libs/papi</pkg> for NaCl</flag>
  </use>
</pkgmetadata>