submit = taskset -p -c $SPECCOPYNUM $command
submit = taskset -p -c $SPECCOPYNUM $command
Options: -p, --pid operate on existing given pid -c, --cpu-list display and specify cpus in list format
XLFRTEOPTS=intrinthrds=1 : Causes the Fortran runtime to only use a single thread.
echo 16000 > /proc/sys/vm/nr_hugepagesor
echo 16000 > /proc/sys/vm/nr_overcommit_hugepagesto 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.
ppc64_cpu --smt=4ppc64_cpu command is used to display and set cpu characteristics on PowerPC platforms.
Options: --smt Display the current smt setting for the system. The output will state whether smt is off indicating there is only one thread per core online, smt is on indicating that all threads of every core is online, the smt is in a mixed state indicating that the number of threads online varies per core, or SMT=X indicating a specific smt state. --smt=value Set the smt state for each core to the specified value.
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.