From a9bb7ff4e88031956fc4ff33ef49ec94265aaeae Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Wed, 3 Jun 2020 10:10:34 +0200
Subject: [PATCH] Update intel-debugger.md fixed introduction section, related
 to #68

---
 docs.it4i/software/intel/intel-suite/intel-debugger.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs.it4i/software/intel/intel-suite/intel-debugger.md b/docs.it4i/software/intel/intel-suite/intel-debugger.md
index 414e410a0..3fcbed984 100644
--- a/docs.it4i/software/intel/intel-suite/intel-debugger.md
+++ b/docs.it4i/software/intel/intel-suite/intel-debugger.md
@@ -3,9 +3,9 @@
 !!! note
     IDB is no longer available since Intel Parallel Studio 2015.
 
-## Debugging Serial Applications
+## Introduction
 
-The Intel debugger version is available via the `intel/13.5.192` module. The debugger works for applications compiled with the C and C++ compiler and the ifort Fortran 77/90/95 compiler. The debugger provides a Java GUI environment. Use [X display][1] to run the GUI.
+The Intel debugger version is available via the `intel/13.5.192` module. The debugger works for serial and parallel applications compiled with the C and C++ compiler and the ifort Fortran 77/90/95 compiler. The debugger provides a Java GUI environment. Use [X display][1] to run the GUI.
 
 ```console
 $ ml intel/13.5.192
@@ -19,7 +19,9 @@ The debugger may run in text mode. To debug in the text mode, use:
 $ idbc
 ```
 
-To debug on the compute nodes, the `intel` module must be loaded. The GUI on compute nodes may be accessed using the same way as in the [GUI section][1].
+To debug on compute nodes, the `intel` module must be loaded. The GUI on compute nodes may be accessed using the same way as in the [GUI section][1].
+
+## Debugging Serial Applications
 
 Example:
 
-- 
GitLab