.. index:: Cube .. _Cube: 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: .. code-block:: bash $ module load cube/4.3.5 Cube is usually used inside a performance tool rather than directly by itself. Source ------ http://www.scalasca.org/software/cube-4.x/download.html License ------- Modified BSD. Admin notes ----------- I installed Cube as it's a requirement for :ref:`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: .. code-block:: bash $ ./configure --prefix=/common/debian/9.1/Core/cube/cube-4.3.5 $ make $ make install