Skip to content
Snippets Groups Projects
Commit e5df7334 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update job-features.md

parent f1e5de30
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
...@@ -8,7 +8,7 @@ $ qsub... -l feature=req ...@@ -8,7 +8,7 @@ $ qsub... -l feature=req
## VTune Support ## VTune Support
Load VTune kernel modules. Load the VTune kernel modules.
```console ```console
$ qsub ... -l vtune=version_string $ qsub ... -l vtune=version_string
...@@ -18,7 +18,7 @@ version_string is VTune version e.g. 2017_update2 ...@@ -18,7 +18,7 @@ version_string is VTune version e.g. 2017_update2
## Global RAM Disk ## Global RAM Disk
Create global shared file system consisting of RAM disks of allocated nodes. File-system is mounted on /mnt/global_ramdisk. Create a global shared file system consisting of RAM disks of allocated nodes. File-system is mounted on /mnt/global_ramdisk.
```console ```console
$ qsub ... -l global_ramdisk=true $ qsub ... -l global_ramdisk=true
...@@ -39,7 +39,7 @@ $ qsub ... -l virt_network=true ...@@ -39,7 +39,7 @@ $ qsub ... -l virt_network=true
## x86 Adapt Support ## x86 Adapt Support
Load kernel module, that allows changing/toggling system parameters stored in MSR and PCI registers of x86 processors. Load a kernel module that allows changing/toggling system parameters stored in MSR and PCI registers of x86 processors.
```console ```console
$ qsub ... -l x86_adapt=true $ qsub ... -l x86_adapt=true
...@@ -53,7 +53,7 @@ $ qsub ... -l x86_adapt=true ...@@ -53,7 +53,7 @@ $ qsub ... -l x86_adapt=true
## Disabling Intel Turbo Boost on CPU ## Disabling Intel Turbo Boost on CPU
Intel Turbo Boost on CPU is enabled on all all compute nodes. Intel Turbo Boost on CPU is enabled on all compute nodes.
To disable Intel Turbo Boost on CPU To disable Intel Turbo Boost on CPU
...@@ -66,19 +66,19 @@ $ qsub ... -l cpu_turbo_boost=false ...@@ -66,19 +66,19 @@ $ qsub ... -l cpu_turbo_boost=false
!!! Info !!! Info
Not available now. Not available now.
To offline N CPU cores To offline N CPU cores:
```console ```console
$ qsub ... -l cpu_offline_cores=N $ qsub ... -l cpu_offline_cores=N
``` ```
To offline CPU cores according pattern To offline CPU cores according to pattern:
```console ```console
$ qsub ... -l cpu_offline_cores=PATTERN $ qsub ... -l cpu_offline_cores=PATTERN
``` ```
where pattern is list of core's numbers to offline separated by character 'c' e.g. "5c11c16c23c" where 'pattern' is a list of core's numbers to offline, separated by the character 'c' (e.g. "5c11c16c23c").
!!! Danger !!! Danger
Hazardous, it causes Lustre threads disruption. Hazardous, it causes Lustre threads disruption.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment