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

cube 4.3.5

Performance report explorer for parallel programs

CUBE (CUBE Uniform Behavioral Encoding) is a tool to display a variety of performance metrics for parallel programs including MPI and OpenMP applications. CUBE allows interactive exploration of a multidimensional performance space in a scalable fashion. Scalability is achieved in two ways: hierarchical decomposition of individual dimensions and aggregation across different dimensions. All performance metrics are uniformly accommodated in the same display and thus provide the ability to easily compare the effects of different kinds of performance behavior.

Installation

Install cube 4.3.5 as follows:

guix install cube@4.3.5

Or install the latest version:

guix install cube

The cube package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install cube:lib

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.