Skip to content

Commit f623ff2

Browse files
authored
Hpc tools (#52)
1 parent 12c8d48 commit f623ff2

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

docs/software/devtools/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ This ensures that computational resources are utilized to their fullest potentia
2727

2828
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.
2929
In this section we introduce the various performance analysis solutions available at CSCS.
30-
If you have issues or questions about performance analysis tools, please do not hesitate to [contact us][ref-get-in-touch].
3130

3231
* [Linaro Forge MAP][ref-devtools-map]
3332
* [NVIDIA Nsight Developer Tools][ref-devtools-nsight]

docs/software/devtools/linaro-ddt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DDT can be executed either with its graphical user interface or from the command
1111

1212
## User guide
1313

14-
The following guid will walk through the steps required to build and debug an application using DDT.
14+
The following guide will walk through the steps required to build and debug an application using DDT.
1515

1616
### Set up the user environment and build the executable
1717

docs/software/devtools/linaro-map.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[](){#ref-devtools-map}
22
# Linaro Forge MAP and Performance Reports
33

4-
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.
4+
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.
55
MAP can be executed either with its graphical user interface or from the command-line.
6-
7-
Linaro MAP can be used to profile an application either by the GUI or by the CLI.
8-
In the first case the user can set the profiling configuration using the GUI and then see the results.
6+
In the first case, the user can set the profiling configuration using the GUI and then see the results.
97
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).
108

119
!!! note

0 commit comments

Comments
 (0)