trilinos-zoltan
Parallel partitioning, load balancing and data-management services
The Zoltan library is a collection of data management services for parallel, unstructured, adaptive, and dynamic applications. It simplifies the load-balancing, data movement, unstructured communication, and memory usage difficulties that arise in dynamic applications such as adaptive finite-element methods, particle methods, and crash simulations. Zoltan's data-structure neutral design also lets a wide range of applications use it without imposing restrictions on application data structures. Its object-based interface provides a simple and inexpensive way for application developers to use the library and researchers to make new capabilities available under a common interface.
- Versions: 16.1.0
- Website: https://trilinos.github.io/
- Licenses: Modified BSD
- Package source: gnu/packages/maths.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of trilinos-zoltan as follows:
guix install trilinos-zoltan
Or install a particular version:
guix install trilinos-zoltan@16.1.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of trilinos-zoltan about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/trilinos-zoltan'><img src='https://packages.guix.gnu.org/packages/trilinos-zoltan/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/trilinos-zoltan)
Example Org:
[[https://packages.guix.gnu.org/packages/trilinos-zoltan][https://packages.guix.gnu.org/packages/trilinos-zoltan/badges/latest-version.svg]]