mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="int64">Build the 64 bits integer library (needed for > 2^31 vertices)</flag>
|
|
<flag name="tools">Provides the graph, mesh, architecture, mapping/ordering, output handling programs (see Scotch User's Guide).</flag>
|
|
</use>
|
|
<longdescription lang="en">
|
|
SCOTCH is a software package and libraries for graph, mesh and
|
|
hypergraph partitioning, static mapping, and sparse matrix block
|
|
ordering.
|
|
Its purpose of Scotch is to apply graph theory, with a divide and
|
|
conquer approach, to scientific computing problems such as graph and
|
|
mesh partitioning, static mapping, and sparse matrix ordering, in
|
|
application domains ranging from structural mechanics to operating
|
|
systems or bio-chemistry.
|
|
The SCOTCH distribution is a set of programs and libraries which
|
|
implement the static mapping and sparse matrix reordering algorithms
|
|
developed within the SCOTCH project.
|
|
</longdescription>
|
|
</pkgmetadata>
|