From 62e7fdb72cea4042b0ce713abe4bd235e0f9725f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz>
Date: Fri, 21 Jul 2017 10:56:27 +0200
Subject: [PATCH] Enhance job-features.md

---
 docs.it4i/job-features.md | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/docs.it4i/job-features.md b/docs.it4i/job-features.md
index 823bd3f6f..1f7a65235 100644
--- a/docs.it4i/job-features.md
+++ b/docs.it4i/job-features.md
@@ -2,7 +2,7 @@
 
 Special features installed/configured on the fly on allocated nodes, features are requested in PBS job.
 ```console
-qsub... -l feature-name=req
+qsub... -l feature=req
 ```
 
 ## VTune support
@@ -10,22 +10,22 @@ Load VTune kernel modules.
 ```console
 qsub ... -l vtune=version_string
 ```
-where version is VTune version e.g. 2017_update2
+version_string is VTune version e.g. 2017_update2
 
 
 ## MIC development support
-Available on Salomon Perrin nodes.
 Install development packages (gcc, g++, make, automake, autoconf, bison, flex, perl, libraries, ...) on MIC accelerators.
 ```console
 qsub ... -l mic_devel=true
 ```
+Available on Salomon Perrin nodes.
 
 ## Global RAM disk
-Available on Salomon Perrin nodes.
 Create global shared file system consisting of RAM disks of allocated nodes. File-system is mounted on /mnt/global_ramdisk.
 ```console
 qsub ... -l global_ramdisk=true
 ```
+Available on Salomon Perrin nodes.
 
 
 ## Virtualization Network
@@ -37,13 +37,14 @@ See https://docs.it4i.cz/anselm/software/virtualization/#tap-interconnect
 
 
 ## x86 Adapt Support
-Available on Salomon Perrin nodes.
 Load kernel module, that allows changing/toggling system parameters stored in MSR and PCI registers of x86 processors.
 ```console
 qsub ... -l x86_adapt=true
 ```
 Dangerous, it causes CPU frequency disruption.
 
+Available on Salomon Perrin nodes.
+
 
 ## Disabling Intel Turbo Boost on CPU
 Intel Turbo Boost on CPU is enabled on all all compute nodes.
-- 
GitLab