How to Install and Uninstall scotch Package on Ubuntu 21.10 (Impish Indri)

Last updated: November 07,2024

1. Install "scotch" package

Please follow the guidelines below to install scotch on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install scotch

2. Uninstall "scotch" package

Please follow the guidelines below to uninstall scotch on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove scotch $ sudo apt autoclean && sudo apt autoremove

3. Information about the scotch package on Ubuntu 21.10 (Impish Indri)

Package: scotch
Architecture: amd64
Version: 6.1.0-2
Priority: extra
Section: universe/math
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2167
Depends: libc6 (>= 2.7), libscotch-6.1 (>= 6.1.0)
Filename: pool/universe/s/scotch/scotch_6.1.0-2_amd64.deb
Size: 129612
MD5sum: 1f2dee1f7b22494ecce652014c140634
SHA1: bac285a420968a5a6b1a50569d1f8bb42ea03ebf
SHA256: ab0a6bae6060e1e93ae4ab7d983cb188e04d5c61b2b492ac5a4f9905fc14f2ca
SHA512: 7e45642da3505d98b4547147261557161b85a03a1fe887e92ba5e3a8ac8a1f5621a952649872edc23a2195460a7b7a8fc61ad59eda3d4a473e6c703c7426c243
Homepage: http://www.labri.fr/perso/pelegrin/scotch/
Description-en: 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.
Description-md5: d5dd99189155213730a9476b716aea87