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
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: