Skip to content
Snippets Groups Projects
Commit 4568d0ca authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update allinea-performance-reports.md

parent 35388de5
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment