From 803eab83269367c7c1a340df4f5c136b6de83db6 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: Thu, 7 Dec 2017 11:59:00 +0100
Subject: [PATCH] fix

---
 docs.it4i/software/mic/mic_environment.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/software/mic/mic_environment.md b/docs.it4i/software/mic/mic_environment.md
index 016b7c80f..92422788b 100644
--- a/docs.it4i/software/mic/mic_environment.md
+++ b/docs.it4i/software/mic/mic_environment.md
@@ -437,7 +437,11 @@ Test passed
 !!! tip
     PATH of MIC libraries for Intel Compiler set automatically.
 
-## MPI
+## Modules
+
+Examples for modules.
+
+### MPI
 
 Load module for devel environment `devel_environment` and load mpi module `impi/2017.3.196-iccifort-2017.4.196-GCC-6.4.0-2.28` (intel/2017b)
 
@@ -475,7 +479,7 @@ r21u01n577-mic0:~$ mpirun hostname | sort | uniq -c | sort -n
 !!! warning
     Modules icc, ifort and iccifort are only libraries and headers, not compilers... For compile use the procedure from the chapter Native Mode
 
-## Octave/3.8.2
+### Octave/3.8.2
 
 Load module for devel environment `devel_environment`, load module `Octave/3.8.2` and run test
 
-- 
GitLab