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

Update allinea-performance-reports.md

parent 66b00b4b
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
......@@ -20,21 +20,19 @@ The module sets up environment variables, required for using the Allinea Perform
## Usage
Use the perf-report wrapper on your (MPI) program.
Instead of [running your MPI program the usual way][1], use 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
```
The MPI program will run as usual. The perf-report creates two additional files, in \*.txt and \*.html format, containing the performance report. Note that demanding MPI codes should be run within [the queue system][2].
The MPI program will run as usual. `perf-report` creates two additional files, in \*.txt and \*.html format, containing the performance report. Note that demanding MPI code should be run within [the queue system][2].
## 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:
First, we allocate some nodes via the express queue:
First, we allocate nodes via the express queue:
```console
$ qsub -q qexp -l select=2:ppn=24:mpiprocs=24:ompthreads=1 -I
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment