diff --git a/docs/software/devtools/index.md b/docs/software/devtools/index.md index fd9ee0b0..f8122b18 100644 --- a/docs/software/devtools/index.md +++ b/docs/software/devtools/index.md @@ -27,7 +27,6 @@ This ensures that computational resources are utilized to their fullest potentia Learning to analyze the performance of an applications effectively is crucial to build a deeper understanding of how your code interacts with the underlying hardware. In this section we introduce the various performance analysis solutions available at CSCS. -If you have issues or questions about performance analysis tools, please do not hesitate to [contact us][ref-get-in-touch]. * [Linaro Forge MAP][ref-devtools-map] * [NVIDIA Nsight Developer Tools][ref-devtools-nsight] diff --git a/docs/software/devtools/linaro-ddt.md b/docs/software/devtools/linaro-ddt.md index 84450a28..ae9d6e68 100644 --- a/docs/software/devtools/linaro-ddt.md +++ b/docs/software/devtools/linaro-ddt.md @@ -11,7 +11,7 @@ DDT can be executed either with its graphical user interface or from the command ## User guide -The following guid will walk through the steps required to build and debug an application using DDT. +The following guide will walk through the steps required to build and debug an application using DDT. ### Set up the user environment and build the executable diff --git a/docs/software/devtools/linaro-map.md b/docs/software/devtools/linaro-map.md index f815a632..0a94af34 100644 --- a/docs/software/devtools/linaro-map.md +++ b/docs/software/devtools/linaro-map.md @@ -1,11 +1,9 @@ [](){#ref-devtools-map} # Linaro Forge MAP and Performance Reports -MAP can be used for profiling serial, multi-threaded (OpenMP), multi-process (MPI) and accelerated (Cuda, OpenACC) programs running on research and production systems, including the CSCS Alps system. +Linaro MAP can be used for profiling serial, multi-threaded (OpenMP), multi-process (MPI) and accelerated (Cuda, OpenACC) programs running on research and production systems, including the CSCS Alps system. MAP can be executed either with its graphical user interface or from the command-line. - -Linaro MAP can be used to profile an application either by the GUI or by the CLI. -In the first case the user can set the profiling configuration using the GUI and then see the results. +In the first case, the user can set the profiling configuration using the GUI and then see the results. In the latter (recommended) case, the user can use the MAP executable to launch the application they want to profile which will generate a report file that can then be opened from the locally installed [client](https://docs.linaroforge.com/latest/html/forge/forge/installing/mac_install.html). !!! note