Yadro Vesnin Flags file
- Environment variables that can be set before the run:
XLFRTEOPTS=intrinthrds=1 : Causes the Fortran runtime to only use a single thread.
- To reserve 16000 huge pages out of the physical memory pool, issue the following command,
echo 16000 > /proc/sys/vm/nr_hugepages
or
echo 16000 > /proc/sys/vm/nr_overcommit_hugepages
to allocate from the dynamic hugepage pool.
This can be done in both Red Hat and Suse Enterprise, since both distributions implements Transparent Huge Pages (THP).
THP is an abstraction layer that automates most aspects of creating, managing and using huge pages, and can currently only map anonymous memory regions such as heap and stack space.
- ulimit -s unlimited
Sets the maximum stack size to "unlimited".
- Intelligent Energy Optimizations
Intelligent Energy Optimization capabilities enable the POWER8 processor to operate at a higher frequency for increased performance. This processor / firmware feature maximizes performance as thermal conditions allow and enabled by default in firmware.
- Spectre and Meltdown vulnerabilities mitigation status
1. The test sponsor attests that CVE-2017-5754 (Meltdown) is mitigated in the system as tested.
Answer: NO.
2. The test sponsor attests that CVE-2017-5753 (Spectre variant 1) is mitigated in the system as tested.
Answer: NO.
3. The test sponsor attests that CVE-2017-5715 (Spectre variant 2) is mitigated in the system as tested.
Answer: NO.