Programs and libraries for graph, mesh and hypergraph partitioning
Programs and libraries for graph, mesh and hypergraph partitioning Its purpose 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.
- Devel package for openSUSE:Factory
-
6
derived packages
- Links to openSUSE:Factory / scotch
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout science/scotch && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000282 282 Bytes | |
scotch-Makefile.inc.in | 0000000455 455 Bytes | |
scotch-v6.1.0.tar.gz | 0006292006 6 MB | |
scotch.changes | 0000009018 8.81 KB | |
scotch.spec | 0000016903 16.5 KB |
Latest Revision
buildservice-autocommit
accepted
request 1119881
from
Egbert Eich (eeich)
(revision 52)
baserev update by copy to link target
Comments 2
It doesn't seem possible to link in a serial scotch library with any of the SLE_15 variants. Is this an oversight, or are there symbol conflicts with the respective MPI variants?
Would expect something like this around line 360:
General note for scotch maintainer(s):
with OpenFOAM we noticed some regressions with scotch-7.0.1 (perhaps other versions too) and are thus currently sticking locally with scotch-6.1.0 - so some caution may be needed if/when update versions here.
In homebrew (for example), they have aggressively enabled
-DSCOTCH_PTHREAD_MPI
, which means that any program using ptscotch will fail if MPI is not initialized withMPI_THREAD_MULTIPLE
(we normally do not use MPI threading for performance reasons). It would be nice to avoid that here.