This page has not been updated yet. The page does not reflect the transition from PBS to Slurm.
# Allinea Performance Reports
# Allinea Performance Reports
## Introduction
## Introduction
...
@@ -33,11 +30,16 @@ The MPI program will run as usual. `perf-report` creates two additional files, i
...
@@ -33,11 +30,16 @@ The MPI program will run as usual. `perf-report` creates two additional files, i
## Example
## 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 nodes via the express queue:
First, we allocate nodes via the express queue:
```console
```console
$salloc -A PROJECT_ID -p qcpu_exp --nodes=2 --ntasks-per-node=128 --cpus-per-task=1