BIOS settings notes:
Intel Hyper-Threading Technology (SMT): Enabled (default is Enabled)
Intel Turbo Boost Technology (Turbo) : Enabled (default is Enabled, Max 3.73GHz)
Extra Flags:
331.art_l: -DINTS_PER_CACHELINE=16 -DDBLS_PER_CACHELINE=8
all: -gcc-name=/usr/bin/gcc
General Notes and Eviroment variables
export KMP_LIBRARY=turnaround
export KMP_STACKSIZE=31M
export KMP_BLOCKTIME=infinite
export OMP_DYNAMIC=FALSE
ONESTEP=yes
ulimit -s 64000
SMT Enabled, Turbo Enabled
For compiler/openmp flags description please refer:
Intel-ic11.1-intel64-linux-flags-file.html
Base optimization flags and eviroment variables:
Large:
OPTIMIZE = -O3 -xSSE4.2 -ipo1 -openmp
COPTIMIZE = -ansi_alias
PORTABILITY = -mcmodel=medium -shared-intel
export KMP_AFFINITY=compact,1
Peak optimization flags and eviroment variables:
Large:
OPTIMIZE = -O3 -xSSE4.2 -ipo1 -openmp
COPTIMIZE = -ansi_alias
export KMP_AFFINITY=compact,1
Peak per-benchamrk optimization flags and eviroment variables:
311.wupwise_l
basepeak=yes
315.mgrid_l
OPTIMIZE=-O3 -xSSE4.2 -ipo1 -openmp -opt-streaming-stores never -align -rcd
export KMP_AFFINITY=proclist=[0,2,4,6,8,10,1,3,5,7,9,11],explicit
export OMP_NUM_THREADS=12
317.applu_l
321.equake_l
export KMP_AFFINITY=proclist=[0,2,4,6,8,10,1,3,5,7,9,11],explicit
export OMP_NUM_THREADS=12
325.appsi_l
EXTRA_LIBS=-L$(SPECLIB) -lhoard
327.gafort_l
PORTABILITY = -mcmodel=medium -shared-intel
export KMP_AFFINITY=scatter,0
329.fma3d_l
FOPTIMIZE=-no-prec-sqrt -fp-model fast=2
EXTRA_LIBS=-L$(SPECLIB) -lhoard
331.art_l
|