Cube

Description

Cube is a performance report explorer, which can display a multi-dimensional performance space.

User instructions

Cube is available via the modules system. To add it to your environment run:

$ module load cube/4.3.5

Cube is usually used inside a performance tool rather than directly by itself.

License

Modified BSD.

Admin notes

I installed Cube as it’s a requirement for Scalasca. As it’s used only for analysis, a single version compiled with GCC could be used by both GNU and Intel compiler families. Compilation is via the usual autoconf approach:

$ ./configure --prefix=/common/debian/9.1/Core/cube/cube-4.3.5
$ make
$ make install