aboutsummaryrefslogtreecommitdiff
blob: ce1f97200879c0ac6f9a2e3d623fe85fedf558c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<longdescription lang="en">
  ParMETIS is an MPI-based parallel library that implements a variety
  of algorithms for partitioning unstructured graphs and for computing
  fill-reducing orderings of sparse matrices. ParMETIS extends the
  functionality provided by METIS and includes routines that are
  especially suited for parallel AMR computations and large scale
  numerical simulations.
</longdescription>
<use>
  <flag name='int64'>Build the 64 bits integer library (needed for > 2^31 vertices)</flag>
  <flag name='double-precision'>Floating-point operation done as double precision</flag>
</use>
</pkgmetadata>