From bf93978061c4166aad3c696b1aa126167d853b17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Mon, 20 Sep 2021 14:17:53 +0200 Subject: [PATCH] Update docs.it4i/software/intel/intel-suite/intel-trace-analyzer-and-collector.md --- .../intel/intel-suite/intel-trace-analyzer-and-collector.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.it4i/software/intel/intel-suite/intel-trace-analyzer-and-collector.md b/docs.it4i/software/intel/intel-suite/intel-trace-analyzer-and-collector.md index 1c68d0e93..8c9fc794b 100644 --- a/docs.it4i/software/intel/intel-suite/intel-trace-analyzer-and-collector.md +++ b/docs.it4i/software/intel/intel-suite/intel-trace-analyzer-and-collector.md @@ -19,7 +19,7 @@ $ ml av itac ITAC can collect traces from applications that are using Intel MPI. To generate a trace, simply add the `-trace` option to your `mpirun` command: ```console -$ ml itac/9.1.2.024 +$ ml itac/2020.3.036 $ mpirun -trace myapp ``` @@ -30,7 +30,7 @@ The trace will be saved in the myapp.stf file in the current directory. To view and analyze the trace, open the ITAC GUI in a [graphical environment][1]: ```console -$ ml itac/9.1.2.024 +$ ml itac/2020.3.036 $ traceanalyzer ``` -- GitLab