This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/trilinos-zoltan/badges/latest-version.svg)](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]]