========================================================================
BIOS settings notes:
Intel Hyper-Threading Technology (SMT): Enabled
Intel Turbo Boost Technology (Turbo) : Enabled (Max 3.6GHz)
Patrol Scrub: Disabled
========================================================================
Extra Flags:
318.galgel_m: -FI -132
330.art_m: -DINTS_PER_CACHELINE=16 -DDBLS_PER_CACHELINE=8
========================================================================
General Notes and Environment variables
export KMP_LIBRARY=turnaround
export KMP_STACKSIZE=31M
export KMP_BLOCKTIME=infinite
export OMP_DYNAMIC=FALSE
ONESTEP=yes
ulimit -s 64000
For compiler/openmp flags description please refer:
SGI-20100816-Linux-Intel11.1-intel64.html
Base optimization flags and environment variables:
========================================================================
Medium:
OPTIMIZE = -O3 -xSSE4.2 -ipo1 -openmp
COPTIMIZE=-ansi-alias
export KMP_AFFINITY=scatter,1
Peak optimization flags and environment variables:
========================================================================
Medium:
OPTIMIZE = -O3 -xSSE4.2 -ipo1 -openmp -rcd
export KMP_AFFINITY=compact,1
Peak per-benchmark optimization flags and environment variables:
========================================================================
310.wupwise_m
export KMP_AFFINITY=scatter,1
========================================================================
312.swim_m
OPTIMIZE=-O3 -xSSE4.2 -ipo1 -openmp -opt-streaming-stores always -align -rcd
srcalt = ompl.32
export OMP_NUM_THREADS=12
========================================================================
314.mgrid_m
OPTIMIZE=-O3 -xSSE4.2 -ipo1 -openmp -fno-alias -rcd
export OMP_NUM_THREADS=12
========================================================================
316.applu_m
export KMP_AFFINITY=scatter,1
========================================================================
318.galgel_m
export OMP_NUM_THREADS=6
RM_SOURCES=lapak.f90
EXTRA_LIBS=-lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core
export KMP_AFFINITY=scatter,0
========================================================================
320.equake_m
export OMP_NUM_THREADS=12
========================================================================
324.appsi_m
OPTIMIZE=-O3 -xSSE4.2 -ipo1 -openmp
========================================================================
326.gafort_m
srcalt = ompl.32
========================================================================
328.fma3d_m
FOPTIMIZE=-no-prec-sqrt -fp-model fast=2
srcalt = ompl.32
========================================================================
330.art_m
COPTIMIZE=-ansi-alias
========================================================================
332.ammp_m
OPTIMIZE=-O3 -xSSE4.2 -ipo1 -openmp
export KMP_AFFINITY=scatter,1
|