From 72d7f05a8aef25b1dbe856d5144392f2e716c849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Thu, 26 Jan 2017 15:09:56 +0100 Subject: [PATCH] Typo --- .../anselm-cluster-documentation/software/debuggers/cube.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.it4i/anselm-cluster-documentation/software/debuggers/cube.md b/docs.it4i/anselm-cluster-documentation/software/debuggers/cube.md index 2a11e646f..45b2c465c 100644 --- a/docs.it4i/anselm-cluster-documentation/software/debuggers/cube.md +++ b/docs.it4i/anselm-cluster-documentation/software/debuggers/cube.md @@ -6,7 +6,7 @@ CUBE is a graphical performance report explorer for displaying data from Score-P - **performance metric**, where a number of metrics are available, such as communication time or cache misses, - **call path**, which contains the call tree of your program -- s**ystem resource**, which contains system's nodes, processes and threads, depending on the parallel programming model. +- **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. @@ -27,7 +27,7 @@ Currently, there are two versions of CUBE 4.2.3 available as [modules](../../env CUBE is a graphical application. Refer to Graphical User Interface documentation for a list of methods to launch graphical applications on Anselm. -!!! Note "Note" +!!! 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 datasets, if you do not analyze the data with scalasca -examine before to opening them with CUBE, not all performance data will be available. -- GitLab