From ce979164f393c7993bcc2452729ad1ca260c250c Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Thu, 16 Apr 2020 14:17:43 +0200
Subject: [PATCH] Update intel-trace-analyzer-and-collector.md

---
 .../intel/intel-suite/intel-trace-analyzer-and-collector.md | 6 +++---
 1 file changed, 3 insertions(+), 3 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 305b0692c..ca4fc5d15 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
@@ -6,11 +6,11 @@ ITAC is an offline analysis tool - first you run your application to collect a t
 
 ## Installed Version
 
-The current version on Salomon is 9.1.2.024 and is available as an itac/9.1.2.024 module.
+The current version on Salomon is 9.1.2.024 and is available as the `itac/9.1.2.024` module.
 
 ## Collecting Traces
 
-ITAC can collect traces from applications that are using Intel MPI. To generate a trace, simply add the -trace option to your mpirun command:
+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
@@ -21,7 +21,7 @@ The trace will be saved in the myapp.stf file in the current directory.
 
 ## Viewing Traces
 
-To view and analyze the trace, open ITAC GUI in a [graphical environment][1]:
+To view and analyze the trace, open the ITAC GUI in a [graphical environment][1]:
 
 ```console
 $ ml itac/9.1.2.024
-- 
GitLab