Skip to content
Snippets Groups Projects
Commit 952e2266 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

fix job-features.md

parent 91561f48
Branches
No related tags found
6 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,!196Master,!194Job features
......@@ -13,6 +13,7 @@ Load VTune kernel modules.
```console
$ qsub ... -l vtune=version_string
```
version_string is VTune version e.g. 2017_update2
## MIC Development Support
......@@ -22,6 +23,7 @@ Install development packages (gcc, g++, make, automake, autoconf, bison, flex, p
```console
$ qsub ... -l mic_devel=true
```
Available on Salomon Perrin nodes.
## Global RAM Disk
......@@ -31,6 +33,7 @@ Create global shared file system consisting of RAM disks of allocated nodes. Fil
```console
$ qsub ... -l global_ramdisk=true
```
Available on Salomon nodes.
## Virtualization Network
......@@ -40,6 +43,7 @@ Configure network for virtualization, create interconnect for fast communication
```console
$ qsub ... -l virt_network=true
```
[See Tap Interconnect](/anselm/software/virtualization/#tap-interconnect)
## x86 Adapt Support
......@@ -49,6 +53,7 @@ Load kernel module, that allows changing/toggling system parameters stored in MS
```console
$ qsub ... -l x86_adapt=true
```
Hazardous, it causes CPU frequency disruption.
Available on Salomon nodes.
......@@ -78,6 +83,7 @@ To offline CPU cores according pattern
```console
$ qsub ... -l cpu_offline_cores=PATTERN
```
where pattern is list of core's numbers to offline separated by character 'c' e.g. "5c11c16c23c"
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