From b4fcd93995184183dfb658c3fe866ec771c287be Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Tue, 17 Mar 2020 14:02:04 +0100 Subject: [PATCH] Update cube.md --- docs.it4i/software/debuggers/cube.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs.it4i/software/debuggers/cube.md b/docs.it4i/software/debuggers/cube.md index 2c58f7a43..e42a55fc4 100644 --- a/docs.it4i/software/debuggers/cube.md +++ b/docs.it4i/software/debuggers/cube.md @@ -2,13 +2,13 @@ ## Introduction -CUBE is a graphical performance report explorer for displaying data from Score-P and Scalasca (and other compatible tools). The name comes from the fact that it displays performance data in a three-dimensions : +CUBE is a graphical performance report explorer for displaying data from Score-P and Scalasca (and other compatible tools). The name comes from the fact that it displays performance data in three dimensions: -* **performance metric**, where a number of metrics are available, such as communication time or cache misses, +* **performance metric**, where a number of metrics is available, such as communication time or cache misses, * **call path**, which contains the call tree of your program * **system resource**, which contains system's nodes, processes and threads, depending on the parallel programming model. -Each dimension is organized in a tree, for example the time performance metric is divided into Execution time and Overhead time, call path dimension is organized by files and routines in your source code etc. +Each dimension is organized in a tree, for example the time performance metric is divided into Execution time and Overhead time, call path dimension is organized by files and routines in your source code, etc.  @@ -25,12 +25,12 @@ Currently, there are two versions of CUBE 4.2.3 available as [modules][1]: ## Usage -CUBE is a graphical application. Refer to Graphical User Interface documentation for a list of methods to launch graphical applications on Anselm. +CUBE is a graphical application. Refer to the Graphical User Interface documentation for a list of methods to launch graphical applications on Anselm. !!! note Analyzing large data sets can consume large amount of CPU and RAM. Do not perform large analysis on login nodes. -After loading the appropriate module, simply launch cube command, or alternatively you can use Scalasca -examine command to launch the GUI. Note that for Scalasca data sets, if you do not analyze the data with `scalasca -examine` before to opening them with CUBE, not all performance data will be available. +After loading the appropriate module, simply launch the cube command, or alternatively you can use Scalasca -examine command to launch the GUI. Note that for Scalasca data sets, if you do not analyze the data with `scalasca -examine` before opening them with CUBE, not all performance data will be available. References 1\. [Download link][a] -- GitLab