diff --git a/docs.it4i/software/debuggers/allinea-performance-reports.md b/docs.it4i/software/debuggers/allinea-performance-reports.md index 2319747dc8665bbd0539c262a8e7133b99f69ee3..40ec884173e2551b7e9b569864c19a2695a26861 100644 --- a/docs.it4i/software/debuggers/allinea-performance-reports.md +++ b/docs.it4i/software/debuggers/allinea-performance-reports.md @@ -4,13 +4,13 @@ Allinea Performance Reports characterize the performance of HPC application runs. After executing your application through the tool, a synthetic HTML report is generated automatically, containing information about several metrics along with clear behavior statements and hints to help you improve the efficiency of your runs. -The Allinea Performance Reports is most useful in profiling MPI rograms. +Allinea Performance Reports is most useful in profiling MPI programs. Our license is limited to 64 MPI processes. ## Modules -Allinea Performance Reports version 6.0 is available +Allinea Performance Reports version 6.0 is available: ```console $ ml PerformanceReports/6.0 @@ -20,9 +20,9 @@ The module sets up environment variables, required for using the Allinea Perform ## Usage -Use the the perf-report wrapper on your (MPI) program. +Use the perf-report wrapper on your (MPI) program. -Instead of [running your MPI program the usual way][1], use the the perf report wrapper: +Instead of [running your MPI program the usual way][1], use the perf report wrapper: ```console $ perf-report mpirun ./mympiprog.x @@ -32,7 +32,7 @@ The MPI program will run as usual. The perf-report creates two additional files, ## Example -In this example, we will be profiling the mympiprog.x MPI program, using Allinea performance reports. Assume that the code is compiled with intel compilers and linked against intel MPI library: +In this example, we will be profiling the mympiprog.x MPI program, using Allinea performance reports. Assume that the code is compiled with Intel compilers and linked against Intel MPI library: First, we allocate some nodes via the express queue: @@ -50,7 +50,7 @@ $ ml PerfReports/6.0 $ mpirun ./mympiprog.x ``` -Now lets profile the code: +Now let us profile the code: ```console $ perf-report mpirun ./mympiprog.x