submit = bindprocessor $BIND; $system_alloc_override $command;
$BIND A reference to a value from the bind line, a line of the form "bind = n n n n", where each "n" is a processor number. See http://www.spec.org/cpu2017/Docs/config.html#bind $system_alloc_override Helps in setup tcmalloc for base run $command Actually runs the benchmark with the specified input
MALLOCMULTIHEAP=1:Controls the number of heaps within the process private segment. MEMORY_AFFINITY=MCM: The operating system provides memory affinity by organizing its data structures along module boundaries. The default memory allocation policy rotates among the MCMs. In order to obtain preferential local MCM memory allocation, we set the MEMORY_AFFINITY environment variable to MCM. XLFRTEOPTS=intrinthrds=1 : Causes the Fortran runtime to only use a single thread. LIBPATH="path-containing-libtcmalloc_minimal.a"/: Tells the linker where to find shared libraries from. MALLOCTYPE=user:libtcmalloc_minimal.a: Provides an option to choose Tcmalloc instead of regular system malloc
AIX_STDBUFSZ=524288This variable is not set by default. They can be set to an integer value that specifies the buffer size in bytes, KB, MB. Limits: The minimum limit is 64 bytes and the maximum limit is 127 MB.
vmo -p -o lgpg_regions=72000 -o lgpg_size=16777216
Power Mode is settable at the Advanced System Management menu that controls the trade-offs between power efficiency, frequency, and consistency. Three modes are available:
The processor clock frequency will be set to its fixed, nominal value.
Enabling this feature reduces power consumption by lowering the processor clock frequency and voltage to fixed values. This reduces the power consumption of the system while delivering predictable performance.
Enabling this feature causes the processor frequency to vary based on workload and active core count. As the workload/active core count decreases, the processor uses less power, which enables the frequency to be increased above nominal. In this mode, the allowed socket power is increased to the maximum value, which results in top performance along with increased fan noise and higher power consumption. In more stressful environmental conditions, performance may vary.