# Invocation command line:
# /panfs/projects/innl/aknyaze1/OMP2012/1.0/bin/runspec --config=Intel64-omp2012_IVX-SMT.cfg --define omp_schedule=static --define half=60 --define block_time=infinite --define kmp_library=throughput --tune=all --reportable --iterations=3 --flagsurl /panfs/projects/innl/aknyaze1/OMP2012/1.0/config/flags/Intel-ic13.0-linux64.xml --threads=120 --size=ref all
# output_root was not used for this run
############################################################################

############################################################################
#
# Intel64-omp2012_IVX-SMT.cfg
#
VENDOR        = intel
action        = validate
ext           = ivx-smt
PATHSEP       = /

check_md5     = 1
env_vars      = 1
iterations    = 3
level         = 40
output_format = config,asc
backup_config = 0
sysinfo_program = $[top]/Docs/sysinfo -f

#
# These are listed as benchmark-tuning-extension-machine
#
default=default=default=default:
CC   = icc
FC   = ifort
CXX  = icpc
OBJ  = .o
#
# portability & libraries
#
default=default=default=default:
ENV_KMP_LIBRARY=%{kmp_library}
ENV_OMP_SCHEDULE=%{omp_schedule}
#ENV_KMP_LIBRARY=turnaround
ENV_KMP_BLOCKTIME=%{block_time}
ENV_KMP_STACKSIZE=190M
ENV_OMP_DYNAMIC=FALSE
ENV_OMP_NESTED=FALSE

350.md=default=default=default:
FPORTABILITY  = -FR

367.imagick=default=default=default:
CPORTABILITY  = -std=c99

357.bt331=default=default=default:
PORTABILITY   = -mcmodel=medium

363.swim=default=default=default:
PORTABILITY   = -mcmodel=medium

default=default=default=default:

notes_000     = ========================================================================
notes_005     = BIOS settings: Default
notes_010     =   Intel Turbo Boost Technology (Turbo)  : Disabled
notes_015     =   Transparent Huge Pages Disabled via "echo never > /sys/kernel/mm/redhat_transparent_hugepage/enabled"
notes_020 =

notes_025     = ========================================================================
notes_030     = General OMP Library Settings
notes_035     =   ENV_KMP_LIBRARY=throughput
notes_040     =   ENV_KMP_STACKSIZE=190M
notes_045     =   ENV_KMP_BLOCKTIME=infinite
notes_050     =   ENV_OMP_DYNAMIC=FALSE
notes_055     =   ENV_OMP_NESTED=FALSE
notes_060     =   ENV_OMP_SCHEDULE=static
#notes111      =   OpenMP Library Runtime=%{omprt}
notes_065     =

################################################################
# Base tuning default optimization                             #
################################################################

default=base=default=default:
OPTIMIZE=-O2 -openmp -ipo -xAVX
COPTIMIZE=-ansi-alias
CXXOPTIMIZE=-ansi-alias
FOPTIMIZE=-align array64byte
ENV_KMP_AFFINITY=compact,0,granularity=fine
notes_070     = ========================================================================
notes_075     = General base OMP Library Settings
notes_080     =   ENV_KMP_AFFINITY=compact,0,granularity=fine
notes_085     =

################################################################
# Peak tuning default optimization                             #
################################################################
default=peak=default=default:
OPTIMIZE=-O3 -openmp -ipo -xAVX -fno-alias
COPTIMIZE=-ansi-alias
CXXOPTIMIZE=-ansi-alias
FOPTIMIZE=-align array64byte
ENV_KMP_AFFINITY=compact,0,granularity=fine
notes_090      = ========================================================================
notes_095      = General peak OMP Library Settings
notes_100      =   ENV_KMP_AFFINITY=compact,0,granularity=fine
notes_105      =

default=default=default=default:
notes_110      = ========================================================================
notes_115      = Per benchmark peak OMP Library Settings
notes_120      =

350.md=peak=default=default:
OPTIMIZE=-O2 -openmp -ipo -xAVX -fno-alias -opt-malloc-options=1
FOPTIMIZE=-fp-model fast=2 -no-prec-div -no-prec-sqrt -align array64byte

351.bwaves=peak=default=default:
FOPTIMIZE=-fp-model fast=2 -no-prec-div -no-prec-sqrt -align array64byte
ENV_KMP_AFFINITY=compact,1,granularity=fine
ENV_OMP_SCHEDULE=static,1
threads=%{half}
notes_1351_000 = ========================================================================
notes_1351_005 = 351.bwaves:peak:
notes_1351_010 =   ENV_KMP_AFFINITY=compact,1,granularity=fine
notes_1351_015 =   ENV_OMP_SCHEDULE=static,1

352.nab=peak=default=default:
OPTIMIZE=-O3 -openmp -ipo -xAVX -fno-alias -opt-malloc-options=1 -opt-calloc -fp-model fast=2 -no-prec-div -no-prec-sqrt

357.bt331=peak=default=default:
ENV_OMP_SCHEDULE=static,1
FOPTIMIZE=-fp-model fast=2 -no-prec-div -no-prec-sqrt -align array64byte

358.botsalgn=peak=default=default:
OPTIMIZE=-O2 -openmp -ipo -xAVX

359.botsspar=peak=default=default:
ENV_KMP_AFFINITY=compact,1,granularity=fine
ENV_OMP_SCHEDULE=guided
threads=%{half}
notes_1359_000 = ========================================================================
notes1359_2    = 359.botsspar:peak:
notes_1359_010 =   ENV_KMP_AFFINITY=compact,1,granularity=fine
notes_1359_015 =   ENV_OMP_SCHEDULE=guided
notes_1359_020 =

360.ilbdc=peak=default=default:
OPTIMIZE=-O3 -openmp -ipo -xAVX -opt-malloc-options=1

362.fma3d=peak=default=default:
ENV_OMP_SCHEDULE=static,1
#ENV_KMP_AFFINITY=compact,1,granularity=fine
#threads=%{half}
notes_1362_000 = ========================================================================
notes_1359_005 = 359.botsspar:peak:
notes_1362_005 = 362.fma3d:peak:
#notes1362_4    =   ENV_KMP_AFFINITY=compact,1,granularity=fine
notes_1362_010 =   ENV_OMP_SCHEDULE=static,1
notes_1362_015 =
#OPTIMIZE=-O3 -openmp -ipo -xAVX -fno-alias -no-prec-div -no-prec-sqrt
#ENV_KMP_AFFINITY=scatter

363.swim=peak=default=default:
OPTIMIZE=-O3 -openmp -ipo -xSSE4.2 -fno-alias -opt-streaming-stores always -opt-malloc-options=3
ENV_KMP_AFFINITY=compact,1,granularity=fine
threads=%{half}
notes_1363_000 = ========================================================================
notes_1363_005 = 363.swim:peak:
notes_1363_010 =   ENV_KMP_AFFINITY=compact,1,granularity=fine
notes_1363_015 =

367.imagick=peak=default=default:
OPTIMIZE=-O2 -openmp -ipo -xAVX

370.mgrid331=peak=default=default:
OPTIMIZE=-O2 -openmp -ipo -xSSE4.2 -fno-alias -opt-malloc-options=3
ENV_KMP_AFFINITY=compact,1,granularity=fine
threads=%{half}
notes_1370_000 = ========================================================================
notes_1370_005 = 370.mgrid331:peak:
notes_1370_010 =   ENV_KMP_AFFINITY=compact,1,granularity=fine
notes_1370_015 =

371.applu331=peak=default=default:
OPTIMIZE=-O2 -openmp -ipo -xAVX
#ENV_KMP_AFFINITY=compact,1,granularity=fine
#threads=%{half}
#notes1371_1    = ========================================================================
#notes1371_2    = 371.applu331:peak:
#notes1371_4    =   ENV_KMP_AFFINITY=compact,1,granularity=fine
#notes1371_6    =

372.smithwa=peak=default=default:
OPTIMIZE=-O2 -openmp -ipo -xSSE4.2 -fno-alias -opt-streaming-stores always -opt-malloc-options=1
ENV_KMP_AFFINITY=compact,1,granularity=fine
ENV_OMP_SCHEDULE=static,1
threads=%{half}
notes_1372_000 = ========================================================================
notes_1372_005 = 372.smithwa:peak:
notes_1372_010 =   ENV_OMP_SCHEDULE=static,1
notes_1372_015 =   ENV_KMP_AFFINITY=compact,1,granularity=fine

#376.kdtree=peak=default=default:

default=default=default=default:
hw_cpu_name=Intel Xeon E7-4890 v2
hw_cpu_mhz = 2800
hw_cpu_max_mhz = 2800
hw_model = S4TR1SY4Q (Intel Xeon E7-4890 v2)
hw_memory = 512 GB (32 x 16 GB 2Rx4 PC3-12800R-11, ECC)
hw_fpu = Integrated
hw_nchips = 4
hw_ncores = 60
hw_ncoresperchip = 15
hw_nthreadspercore = 2
hw_ncpuorder = 1,2,3,4 Chips
hw_vendor = Intel
hw_pcache = 32 KB I + 32 KB D on chip per core
hw_scache = 256 KB I+D on chip per core
hw_tcache = 38400 KB I+D on chip per chip
hw_ocache = None
hw_disk=Panasas ActiveStor 14
sw_other=None
sw_os=Red Hat Enterprise Linux Server release 6.4
sw_base_ptrsize=64-bit
sw_peak_ptrsize=64-bit
sw_compiler000=C/C++/Fortran: Version 13.1.3 of Intel Composer
sw_compiler001 = XE for Linux Build 20130607
sw_file=Linux ext3
sw_state=Default
company_name=Intel Corporation
license_num=13
test_sponsor = Intel
tester = Intel
hw_avail=Feb-2014
sw_avail=Jun-2013
prepared_by=Alexander Knyazev<alexander.knyazev@intel.com>


# The following settings were obtained by running '$[top]/Docs/sysinfo -f'
default:
notes_plat_sysinfo_000 = Sysinfo program /panfs/projects/innl/aknyaze1/OMP2012/1.0/Docs/sysinfo
notes_plat_sysinfo_005 = $Rev: 395 $ $Date:: 2012-07-25 #$ 8f8c0fe9e19c658963a1e67685e50647
notes_plat_sysinfo_010 = running on eix05 Sat Feb  1 05:53:57 2014
notes_plat_sysinfo_015 =
notes_plat_sysinfo_020 = This section contains SUT (System Under Test) info as seen by
notes_plat_sysinfo_025 = some common utilities.  To remove or add to this section, see:
notes_plat_sysinfo_030 =   http://www.spec.org/omp2012/Docs/config.html#sysinfo
notes_plat_sysinfo_035 =
notes_plat_sysinfo_040 = From /proc/cpuinfo
notes_plat_sysinfo_045 =    model name : Intel(R) Xeon(R) CPU E7-4890 v2 @ 2.80GHz
notes_plat_sysinfo_050 =       4 "physical id"s (chips)
notes_plat_sysinfo_055 =       120 "processors"
notes_plat_sysinfo_060 =    cores, siblings (Caution: counting these is hw and system dependent.  The
notes_plat_sysinfo_065 =    following excerpts from /proc/cpuinfo might not be reliable.  Use with
notes_plat_sysinfo_070 =    caution.)
notes_plat_sysinfo_075 =       cpu cores : 15
notes_plat_sysinfo_080 =       siblings  : 30
notes_plat_sysinfo_085 =       physical 0: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
notes_plat_sysinfo_090 =       physical 1: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
notes_plat_sysinfo_095 =       physical 2: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
notes_plat_sysinfo_100 =       physical 3: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
notes_plat_sysinfo_105 =    cache size : 38400 KB
notes_plat_sysinfo_110 =
notes_plat_sysinfo_115 = From /proc/meminfo
notes_plat_sysinfo_120 =    MemTotal:       529160992 kB
notes_plat_sysinfo_125 =    HugePages_Total:       0
notes_plat_sysinfo_130 =    Hugepagesize:       2048 kB
notes_plat_sysinfo_135 =
notes_plat_sysinfo_140 = /usr/bin/lsb_release -d
notes_plat_sysinfo_145 =    Red Hat Enterprise Linux Server release 6.4 (Santiago)
notes_plat_sysinfo_150 =
notes_plat_sysinfo_155 = From /etc/*release* /etc/*version*
notes_plat_sysinfo_160 =    redhat-release: Red Hat Enterprise Linux Server release 6.4 (Santiago)
notes_plat_sysinfo_165 =    system-release: Red Hat Enterprise Linux Server release 6.4 (Santiago)
notes_plat_sysinfo_170 =    system-release-cpe: cpe:/o:redhat:enterprise_linux:6server:ga:server
notes_plat_sysinfo_175 =
notes_plat_sysinfo_180 = uname -a:
notes_plat_sysinfo_185 =    Linux eix05 2.6.32-358.6.2.el6.x86_64.crt1 #4 SMP Fri May 17 15:33:33 MDT
notes_plat_sysinfo_190 =    2013 x86_64 x86_64 x86_64 GNU/Linux
notes_plat_sysinfo_195 =
notes_plat_sysinfo_200 = run-level 3 Jan 27 20:46
notes_plat_sysinfo_205 =
notes_plat_sysinfo_210 = SPEC is set to: /panfs/projects/innl/aknyaze1/OMP2012/1.0
notes_plat_sysinfo_215 =    Filesystem    Type    Size  Used Avail Use% Mounted on
notes_plat_sysinfo_220 =    panfs://36.101.211.1/projects
notes_plat_sysinfo_225 =                 panfs     28T   18T  9.7T  65% /panfs/projects
notes_plat_sysinfo_230 =
notes_plat_sysinfo_235 = Cannot run dmidecode; consider saying 'chmod +s /usr/sbin/dmidecode'
notes_plat_sysinfo_240 =
notes_plat_sysinfo_245 = (End of data from sysinfo program)
# hw_cpu_name    = Intel Xeon E7-4890 v2
# hw_disk        = 28 TB  add more disk info here
# hw_memory001   = 504.647 GB fixme: If using DDR3, format is:
# hw_memory002   = 'N GB (M x N GB nRxn PCn-nnnnnR-n, ECC)'
# hw_nchips      = 4
# prepared_by    = aknyaze1  (is never output, only tags rawfile)
# sw_file        = panfs
# sw_os001       = Red Hat Enterprise Linux Server release 6.4 (Santiago)
# sw_os002       = 2.6.32-358.6.2.el6.x86_64.crt1
# sw_state       = Run level 3 (add definition here)


# The following section was added automatically, and contains settings that
# did not appear in the original configuration file, but were added to the
# raw file after the run.
default:
flagsurl000 = http://www.spec.org/omp2012/flags/Intel-ic13.0-linux64.20140219.xml
notes_1357_000 = ========================================================================
notes_1357_005 = 357.bt331:peak:
notes_1357_010 =   ENV_OMP_SCHEDULE=static,1
notes_1357_015 =