Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/software/devtools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docs/software/devtools/linaro-ddt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 2 additions & 4 deletions docs/software/devtools/linaro-map.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down