Skip to content
Snippets Groups Projects
Commit 62e7fdb7 authored by Roman Sliva's avatar Roman Sliva
Browse files

Enhance job-features.md

parent cc903fc9
No related branches found
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
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Special features installed/configured on the fly on allocated nodes, features are requested in PBS job. Special features installed/configured on the fly on allocated nodes, features are requested in PBS job.
```console ```console
qsub... -l feature-name=req qsub... -l feature=req
``` ```
## VTune support ## VTune support
...@@ -10,22 +10,22 @@ Load VTune kernel modules. ...@@ -10,22 +10,22 @@ Load VTune kernel modules.
```console ```console
qsub ... -l vtune=version_string 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 ## MIC development support
Available on Salomon Perrin nodes.
Install development packages (gcc, g++, make, automake, autoconf, bison, flex, perl, libraries, ...) on MIC accelerators. Install development packages (gcc, g++, make, automake, autoconf, bison, flex, perl, libraries, ...) on MIC accelerators.
```console ```console
qsub ... -l mic_devel=true qsub ... -l mic_devel=true
``` ```
Available on Salomon Perrin nodes.
## Global RAM disk ## 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. Create 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
``` ```
Available on Salomon Perrin nodes.
## Virtualization Network ## Virtualization Network
...@@ -37,13 +37,14 @@ See https://docs.it4i.cz/anselm/software/virtualization/#tap-interconnect ...@@ -37,13 +37,14 @@ See https://docs.it4i.cz/anselm/software/virtualization/#tap-interconnect
## x86 Adapt Support ## 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. Load 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
``` ```
Dangerous, it causes CPU frequency disruption. Dangerous, it causes CPU frequency disruption.
Available on Salomon Perrin nodes.
## 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 all compute nodes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment