scotch 6.0.9-1 source package in Ubuntu

Changelog

scotch (6.0.9-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - fixes bump_b1.grf tests. Closes: #932777.
      Drop debian patch skip_failing_tests.patch.
  * skip build-time tests if nocheck is set in DEB_BUILD_OPTIONS
  * drop VERSION,RELEASE,PATCHLEVEL from debian Makefile.inc files
    (VERSION is defined in src/Makefile)
    - update debian patch build-fixes.patch to build metis and
      esmumps component libraries with soname VERSION. Closes: #940176.
  * drop -I/usr/include/mpi from CFLAGS_COMMON in debian/rules
    (defunct non-multiarch path, and MPI path is now provided by mpicc)
  * ignore missing OpenFabrics transports in debian/tests
    (set MCA btl_base_warn_component_unused to 0)
  * Standards-Version: 4.4.1

 -- Drew Parsons <email address hidden>  Sun, 10 Nov 2019 23:57:57 +0900

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe math

Downloads

File Size SHA-256 Checksum
scotch_6.0.9-1.dsc 2.5 KiB 501587253ea8f81ea6411d0c8f9dbf18f60b31e724eb21334cbdcdc87263ead0
scotch_6.0.9.orig.tar.gz 6.0 MiB 622b4143cf01c480bb15708b3651b29c25e4aeb00c8c6447ff196aca2eca5c93
scotch_6.0.9-1.debian.tar.xz 18.8 KiB d4d4d4a89e6c14b0cd9b23464b849e602b4043e34c1d75e40242c98c9a3ad3af

Available diffs

No changes file available.

Binary packages built by this source

libptscotch-6.0: No summary available for libptscotch-6.0 in ubuntu hirsute.

No description available for libptscotch-6.0 in ubuntu hirsute.

libptscotch-6.0-dbgsym: No summary available for libptscotch-6.0-dbgsym in ubuntu groovy.

No description available for libptscotch-6.0-dbgsym in ubuntu groovy.

libptscotch-dev: MPI programs and libraries for graph, mesh and hypergraph partitioning

 Headers and libraries package for PT-SCOTCH, the MPI version of scotch, which
 is a set of programs and libraries which implement the static mapping and
 sparse matrix reordering algorithms developed within the SCOTCH project.

libscotch-6.0: No summary available for libscotch-6.0 in ubuntu hirsute.

No description available for libscotch-6.0 in ubuntu hirsute.

libscotch-6.0-dbgsym: No summary available for libscotch-6.0-dbgsym in ubuntu hirsute.

No description available for libscotch-6.0-dbgsym in ubuntu hirsute.

libscotch-dev: No summary available for libscotch-dev in ubuntu hirsute.

No description available for libscotch-dev in ubuntu hirsute.

libscotchmetis-dev: No summary available for libscotchmetis-dev in ubuntu groovy.

No description available for libscotchmetis-dev in ubuntu groovy.

libscotchparmetis-dev: programs and libraries for graph, mesh and hypergraph partitioning

 Scotch/ParMetis compatility interface, providing a free implementation of the
 ParMetis system for parallel graph partitioning and sparse matrix reordering.

ptscotch: MPI programs and libraries for graph, mesh and hypergraph partitioning

 PT-SCOTCH is the MPI version of scotch, which is a set of programs and
 libraries which implement the static mapping and sparse matrix reordering
 algorithms developed within the SCOTCH project.

ptscotch-dbgsym: No summary available for ptscotch-dbgsym in ubuntu groovy.

No description available for ptscotch-dbgsym in ubuntu groovy.

scotch: 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.
 .
 SCOTCH has many interesting features:
 .
 o Its capabilities can be used through a set of stand-alone programs
 as well as through the libSCOTCH library, which offers both C and
 Fortran interfaces.
 .
 o It provides algorithms to partition graph structures, as well as
 mesh structures defined as node-element bipartite graphs and which
 can also represent hypergraphs.
 .
 o It can map any weighted source graph onto any weighted target
 graph. The source and target graphs may have any topology, and their
 vertices and edges may be weighted. Moreover, both source and target
 graphs may be disconnected. This feature allows for the mapping of
 programs onto disconnected subparts of a parallel architecture made
 up of heterogeneous processors and communication links.
 .
 o It computes amalgamated block orderings of sparse matrices, for
 efficient solving using BLAS routines.
 .
 o Its running time is linear in the number of edges of the source
 graph, and logarithmic in the number of vertices of the target graph
 for mapping computations.
 .
 o It can handle indifferently graph and mesh data structures created
 within C or Fortran programs, with array indices starting from 0 or
 1.
 .
 o It offers extended support for adaptive graphs and meshes through
 the handling of disjoint edge arrays.
 .
 o It is dynamically parametrizable thanks to strategy strings that
 are interpreted at run-time.
 .
 o It uses system memory efficiently, to process large graphs and
 meshes without incurring out-of-memory faults;
 .
 o It is highly modular and documented. Since it has been released
 under the CeCILL-C free/libre software license, it can be used as a
 testbed for the easy and quick development and testing of new
 partitioning and ordering methods.
 .
 o It can be easily interfaced to other programs. The programs
 comprising the SCOTCH project have been designed to run in
 command-line mode without any interactive prompting, so that they can
 be called easily from other programs by means of system() or popen()
 calls, or piped together on a single command line. Moreover, vertex
 labeling capabilities allow for easy renumbering of vertices.
 .
 o It provides many tools to build, check, and display graphs, meshes
 and matrix patterns.
 .
 o It is written in C and uses the POSIX interface, which makes it
 highly portable. PT-SCOTCH uses the MPI interface, and optionally the
 POSIX threads.

scotch-dbgsym: debug symbols for scotch