cube
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.
- Versions: 4.3.5
- Website: https://www.scalasca.org/software/cube-4.x/download.html
- Licenses: Modified BSD
- Package source: gnu/packages/profiling.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cube
as follows:
guix install cube
Or install a particular version:
guix install cube@4.3.5
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 cube about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/cube'><img src='https://packages.guix.gnu.org/packages/cube/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/cube)
Example Org:
[[https://packages.guix.gnu.org/packages/cube][https://packages.guix.gnu.org/packages/cube/badges/latest-version.svg]]