Newer
Older
Special features installed/configured on the fly on allocated nodes, features are requested in PBS job.
Install development packages (gcc, g++, make, automake, autoconf, bison, flex, perl, libraries, ...) on MIC accelerators.
Create global shared file system consisting of RAM disks of allocated nodes. File-system is mounted on /mnt/global_ramdisk.
Configure network for virtualization, create interconnect for fast communication between node (host) and virtual machine (guest).
[See Tap Interconnect](/anselm/software/virtualization/#tap-interconnect)
Load kernel module, that allows changing/toggling system parameters stored in MSR and PCI registers of x86 processors.
Hazardous, it causes CPU frequency disruption.
Intel Turbo Boost on CPU is enabled on all all compute nodes.
```
To offline CPU cores according pattern
where pattern is list of core's numbers to offline separated by character 'c' e.g. "5c11c16c23c"
Hazardous, it causes Lustre threads disruption.
Intel Hyper Threading is disabled by default.
To enable Intel Hyper Threading on allocated nodes CPUs