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

Update allinea-performance-reports.md

parent 4dfd66ed
Branches
No related tags found
No related merge requests found
Pipeline #39697 failed
!!!warning
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
salloc: Granted job allocation 1566484
salloc: Waiting for resource configuration
salloc: Nodes cn[206-207] are ready for job
$ qsub -q qexp -l select=2:ncpus=128:mpiprocs=128:ompthreads=1 -I $ qsub -q qexp -l select=2:ncpus=128:mpiprocs=128:ompthreads=1 -I
qsub: waiting for job 262197.infra-pbs to start qsub: waiting for job 262197.infra-pbs to start
qsub: job 262197.infra-pbs ready qsub: job 262197.infra-pbs ready
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment