# Invocation command line:
# /home/OMP2012/bin/runspec --config=Cisco-CSL.cfg --define peak_kmp_affinity=compact,1 --define omp_schedule=static --define kmp_blocktime=infinite --define kmp_library=turnaround --tune=base --iterations=3 --reportable --flagsurl /home/OMP2012/config/flags/Intel-ic13.0-linux64.xml --threads=56 --size=ref all
# output_root was not used for this run
############################################################################
# Invocation command line:
# /home/omp2012/bin/runspec --config=Cisco-Skylake-smt.cfg --define kmp_blocktime=infinite --define kmp_library=turnaround --tune=base --iterations=3 --reportable --flagsurl /home/omp2012/config/flags/Intel-ic13.0-linux64.xml --threads=224 --size=ref all
# output_root was not used for this run
############################################################################
############################################################################
#
# Cisco-Skylake-smt.cfg
#
VENDOR        = intel
action        = validate
ext           = CSL-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 -L/opt/compilers_and_libraries_2018.0.082/linux/compiler/lib/intel64
#FC   = ifort -L/opt/compilers_and_libraries_2018.0.082/linux/compiler/lib/intel64
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_SCHEDULE=static,balanced
ENV_KMP_LIBRARY=turnaround
ENV_KMP_BLOCKTIME=%{block_time}
#ENV_KMP_BLOCKTIME=200
ENV_KMP_STACKSIZE=8G
ENV_OMP_DYNAMIC=FALSE
ENV_OMP_NESTED=FALSE
#ENV_KMP_DETERMINISTIC_REDUCTION=1
#ENV_OMP_WAIT_POLICY=ACTIVE

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 notes:
notes_010     =   Transparent Huge Pages enabled with:
notes_015     =   echo always > /sys/kernel/mm/transparent_hugepage/enabled

notes_020     = BIOS settings notes:
notes_025     =   Intel HyperThreading Technology set to Enabled
notes_030     =   CPU performance set to Enterprise
notes_035     =   Power Performance Tuning set to OS
notes_040     =   Sub Numa Clustering (SNC) set to Disabled
notes_045     =   IMC Interleaving set to Auto
notes_050     = General OMP Library Settings
#notes110      =   OpenMP Library Runtime=%{omprt}
notes_055     =   ENV_KMP_LIBRARY=turnaround

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

default=base=default=default:
OPTIMIZE=-O3 -qopenmp -ipo -xCORE-AVX512
COPTIMIZE=-ansi-alias
CXXOPTIMIZE=-ansi-alias
FOPTIMIZE=-align array64byte
ENV_KMP_AFFINITY=compact,1
notes_060     =   ENV_OMP_SCHEDULE=static
notes_065     =   ENV_KMP_BLOCKTIME=200
notes_070     =   ENV_KMP_STACKSIZE=702M
notes_075     =   ENV_OMP_DYNAMIC=FALSE

################################################################
# Peak tuning default optimization                             #
################################################################
default=peak=default=default:
OPTIMIZE=-O3 -openmp -ipo -xCORE-AVX512 -fno-alias
COPTIMIZE=-ansi-alias
CXXOPTIMIZE=-ansi-alias
FOPTIMIZE=-align array64byte
ENV_KMP_AFFINITY=compact,1
notes_080      =   ENV_OMP_NESTED=FALSE
notes_085      =
notes_090      = ========================================================================
notes_095      = General base OMP Library Settings

default=default=default=default:
notes_100      =   ENV_KMP_AFFINITY=compact,1
notes_105      = ========================================================================
notes_110  = Spectre and Meltdown
notes_115  = Yes: The test sponsor attests, as of date of publication, that CVE-2017-5754 (Meltdown)
notes_120  = is mitigated in the system as tested and documented.
notes_125  = Yes: The test sponsor attests, as of date of publication, that CVE-2017-5753 (Spectre variant 1)
notes_130  = is mitigated in the system as tested and documented.
notes_135  = Yes: The test sponsor attests, as of date of publication, that CVE-2017-5715 (Spectre variant 2)
notes_140  = is mitigated in the system as tested and documented.
notes_145  =

350.md=peak=default=default:
OPTIMIZE=-O3 -openmp -ipo -xCORE-AVX512 -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
ENV_OMP_SCHEDULE=static,1
threads=%{half}

352.nab=peak=default=default:
OPTIMIZE=-O3 -openmp -ipo -xCORE-AVX512 -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=-O3 -openmp -ipo -xSSE4.2 -fno-alias

359.botsspar=peak=default=default:
ENV_KMP_AFFINITY=compact,1
ENV_OMP_SCHEDULE=guided
threads=%{half}

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

362.fma3d=peak=default=default:
ENV_OMP_SCHEDULE=static,1
#OPTIMIZE=-O3 -openmp -ipo -xCORE-AVX512 -fno-alias -no-prec-div -no-prec-sqrt
#ENV_KMP_AFFINITY=scatter

363.swim=peak=default=default:
OPTIMIZE=-O3 -openmp -ipo -xCORE-AVX512 -fno-alias -opt-streaming-stores always -opt-malloc-options=3
ENV_KMP_AFFINITY=compact,1
threads=%{half}

367.imagick=peak=default=default:
OPTIMIZE=-O3 -openmp -ipo -xCORE-AVX512

370.mgrid331=peak=default=default:
OPTIMIZE=-O3 -openmp -ipo -xCORE-AVX512 -fno-alias -opt-malloc-options=3
ENV_KMP_AFFINITY=compact,1
threads=%{half}

371.applu331=peak=default=default:
OPTIMIZE=-O3 -openmp -ipo -xCORE-AVX512
#ENV_KMP_AFFINITY=compact,1
#threads=%{half}
#notes1371_1    = ========================================================================
#notes1371_2    = 371.applu331:peak:
#notes1371_4    =   ENV_KMP_AFFINITY=compact,1
#notes1371_6    =

372.smithwa=peak=default=default:
OPTIMIZE=-O3 -openmp -ipo -xCORE-AVX512 -fno-alias -opt-streaming-stores always -opt-malloc-options=1
ENV_KMP_AFFINITY=compact,1
ENV_OMP_SCHEDULE=static,1
threads=%{half}

#376.kdtree=peak=default=default:

default=default=default=default:
hw_cpu_name=Intel Xeon Platinum 8280
hw_cpu_char = Intel Turbo Boost Technology up to 4.00 GHz
hw_cpu_mhz = 2700
hw_cpu_max_mhz = 4000
hw_model000= Cisco UCS C240 M5 (Intel Xeon Platinum 8280,
hw_model001 = 2.70 GHz)
hw_memory000= 382 GB (12 x 32 GB 2Rx4 PC4-2933V-R)
hw_fpu = Integrated
hw_nchips = 1
hw_ncores = 28
hw_ncoresperchip = 28
hw_nthreadspercore = 2
hw_ncpuorder = 1 Chips
hw_vendor = Cisco Systems
hw_pcache = 32 KB I + 32 KB D on chip per core
hw_scache = 1 MB I+D on chip per core
hw_tcache = 38.5 MB I+D on chip per chip
hw_ocache = None
hw_disk   =1 X 480 GB SSD SAS
hw_other = None
sw_other=None
sw_os000=SUSE Linux Enterprise Server 15 (x86_64)
sw_base_ptrsize=64-bit
sw_peak_ptrsize=Not Applicable
sw_compiler000=C/C++/Fortran: Version 19.0.1.144 of Intel
sw_compiler001 = Composer for Linux Build 20181018
sw_file=btrfs
sw_state=Run Level 3 (multi-user)
company_name=Intel Corporation
machine_name=Endeavour
license_num=9019
test_sponsor = Cisco Systems
tester = Cisco Systems
hw_avail=Apr-2019
sw_avail=Mar-2019
prepared_by=Cisco Systems


# The following settings were obtained by running '$[top]/Docs/sysinfo -f'
default:
notes_plat_sysinfo_000 = Sysinfo program /home/omp2012/Docs/sysinfo
notes_plat_sysinfo_005 = $Rev: 395 $ $Date:: 2012-07-25 #$ 8f8c0fe9e19c658963a1e67685e50647
notes_plat_sysinfo_010 = running on C480-SLES12 Fri Oct  6 16:58:05 2017
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) Platinum 8180 CPU @ 2.50GHz
notes_plat_sysinfo_050 =       4 "physical id"s (chips)
notes_plat_sysinfo_055 =       224 "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 : 28
notes_plat_sysinfo_080 =       siblings  : 56
notes_plat_sysinfo_085 =       physical 0: cores 0 1 2 3 4 5 6 8 9 10 11 12 13 14 16 17 18 19 20 21 22 24
notes_plat_sysinfo_090 =       25 26 27 28 29 30
notes_plat_sysinfo_095 =       physical 1: cores 0 1 2 3 4 5 6 8 9 10 11 12 13 14 16 17 18 19 20 21 22 24
notes_plat_sysinfo_100 =       25 26 27 28 29 30
notes_plat_sysinfo_105 =       physical 2: cores 0 1 2 3 4 5 6 8 9 10 11 12 13 14 16 17 18 19 20 21 22 24
notes_plat_sysinfo_110 =       25 26 27 28 29 30
notes_plat_sysinfo_115 =       physical 3: cores 0 1 2 3 4 5 6 8 9 10 11 12 13 14 16 17 18 19 20 21 22 24
notes_plat_sysinfo_120 =       25 26 27 28 29 30
notes_plat_sysinfo_125 =    cache size : 39424 KB
notes_plat_sysinfo_130 =
notes_plat_sysinfo_135 = From /proc/meminfo
notes_plat_sysinfo_140 =    MemTotal:       790981324 kB
notes_plat_sysinfo_145 =    HugePages_Total:       0
notes_plat_sysinfo_150 =    Hugepagesize:       2048 kB
notes_plat_sysinfo_155 =
notes_plat_sysinfo_160 = /usr/bin/lsb_release -d
notes_plat_sysinfo_165 =    SUSE Linux Enterprise Server 12 SP2
notes_plat_sysinfo_170 =
notes_plat_sysinfo_175 = From /etc/*release* /etc/*version*
notes_plat_sysinfo_180 =    SuSE-release:
notes_plat_sysinfo_185 =       SUSE Linux Enterprise Server 12 (x86_64)
notes_plat_sysinfo_190 =       VERSION = 12
notes_plat_sysinfo_195 =       PATCHLEVEL = 2
notes_plat_sysinfo_200 =       # This file is deprecated and will be removed in a future service pack or
notes_plat_sysinfo_205 =       release.
notes_plat_sysinfo_210 =       # Please check /etc/os-release for details about this release.
notes_plat_sysinfo_215 =    os-release:
notes_plat_sysinfo_220 =       NAME="SLES"
notes_plat_sysinfo_225 =       VERSION="12-SP2"
notes_plat_sysinfo_230 =       VERSION_ID="12.2"
notes_plat_sysinfo_235 =       PRETTY_NAME="SUSE Linux Enterprise Server 12 SP2"
notes_plat_sysinfo_240 =       ID="sles"
notes_plat_sysinfo_245 =       ANSI_COLOR="0;32"
notes_plat_sysinfo_250 =       CPE_NAME="cpe:/o:suse:sles:12:sp2"
notes_plat_sysinfo_255 =
notes_plat_sysinfo_260 = uname -a:
notes_plat_sysinfo_265 =    Linux C480-SLES12 4.4.21-69-default #1 SMP Tue Oct 25 10:58:20 UTC 2016
notes_plat_sysinfo_270 =    (9464f67) x86_64 x86_64 x86_64 GNU/Linux
notes_plat_sysinfo_275 =
notes_plat_sysinfo_280 = run-level 3 Oct 5 13:19
notes_plat_sysinfo_285 =
notes_plat_sysinfo_290 = SPEC is set to: /home/omp2012
# hw_cpu_name    = Intel Xeon Platinum 8180
# hw_disk        = 404 GB  add more disk info here
# hw_memory001   = 754.339 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    = root  (is never output, only tags rawfile)
# sw_file        = xfs
# sw_os001       = SUSE Linux Enterprise Server 12 SP2
# sw_os002       = 4.4.21-69-default
# 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-ic19.0-linux64.xml
flagsurl001 = http://www.spec.org/omp2012/flags/Cisco-Platform-Settings-V1.2-revH.xml
#flagsurl001 = http://www.spec.org/omp2012/flags/Cisco-Platform-Settings-V1.2-revH.xml
# Invocation command line:
# /home/omp2012/bin/runspec --config=Cisco-Skylake-smt.cfg --define kmp_blocktime=infinite --define kmp_library=turnaround --tune=base --iterations=3 --reportable --flagsurl /home/omp2012/config/flags/Intel-ic13.0-linux64.xml --threads=224 --size=ref all
# output_root was not used for this run
#flagsurl001 = http://www.spec.org/omp2012/flags/Cisco-Platform-Settings-V1.2-revH.xml


# The following settings were obtained by running '$[top]/Docs/sysinfo -f'
default:
notes_plat_sysinfo_000 = Sysinfo program /home/OMP2012/Docs/sysinfo
notes_plat_sysinfo_005 = Revision 563 of 2016-06-10 (097295389cf6073d8c3b03fa376740a5)
notes_plat_sysinfo_010 = running on linux-8ofr Tue Mar 12 10:36:14 2019
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) Platinum 8280 CPU @ 2.70GHz
notes_plat_sysinfo_050 =       1 "physical id"s (chips)
notes_plat_sysinfo_055 =       56 "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 : 28
notes_plat_sysinfo_080 =       siblings  : 56
notes_plat_sysinfo_085 =       physical 0: cores 0 1 2 3 4 5 6 8 9 10 11 12 13 14 16 17 18 19 20 21 22 24
notes_plat_sysinfo_090 =       25 26 27 28 29 30
notes_plat_sysinfo_095 =    cache size : 39424 KB
notes_plat_sysinfo_100 =
notes_plat_sysinfo_105 = From /proc/meminfo
notes_plat_sysinfo_110 =    MemTotal:       394840428 kB
notes_plat_sysinfo_115 =    HugePages_Total:       0
notes_plat_sysinfo_120 =    Hugepagesize:       2048 kB
notes_plat_sysinfo_125 =
notes_plat_sysinfo_130 = From /etc/*release* /etc/*version*
notes_plat_sysinfo_135 =    os-release:
notes_plat_sysinfo_140 =       NAME="SLES"
notes_plat_sysinfo_145 =       VERSION="15"
notes_plat_sysinfo_150 =       VERSION_ID="15"
notes_plat_sysinfo_155 =       PRETTY_NAME="SUSE Linux Enterprise Server 15"
notes_plat_sysinfo_160 =       ID="sles"
notes_plat_sysinfo_165 =       ID_LIKE="suse"
notes_plat_sysinfo_170 =       ANSI_COLOR="0;32"
notes_plat_sysinfo_175 =       CPE_NAME="cpe:/o:suse:sles:15"
notes_plat_sysinfo_180 =
notes_plat_sysinfo_185 = uname -a:
notes_plat_sysinfo_190 =    Linux linux-8ofr 4.12.14-23-default #1 SMP Tue May 29 21:04:44 UTC 2018
notes_plat_sysinfo_195 =    (cd0437b) x86_64 x86_64 x86_64 GNU/Linux
notes_plat_sysinfo_200 =
notes_plat_sysinfo_205 = run-level 3 Mar 11 21:06
notes_plat_sysinfo_210 =
notes_plat_sysinfo_215 = SPEC is set to: /home/OMP2012
notes_plat_sysinfo_220 =    Filesystem     Type   Size  Used Avail Use% Mounted on
notes_plat_sysinfo_225 =    /dev/sda3      btrfs  222G   53G  168G  24% /home
notes_plat_sysinfo_230 = Additional information from dmidecode:
notes_plat_sysinfo_235 =
notes_plat_sysinfo_240 =    Warning: Use caution when you interpret this section. The 'dmidecode' program
notes_plat_sysinfo_245 =    reads system data which is "intended to allow hardware to be accurately
notes_plat_sysinfo_250 =    determined", but the intent may not be met, as there are frequent changes to
notes_plat_sysinfo_255 =    hardware, firmware, and the "DMTF SMBIOS" standard.
notes_plat_sysinfo_260 =
notes_plat_sysinfo_265 =   BIOS Cisco Systems, Inc. C240M5.4.0.3.34.0301190218 03/01/2019
notes_plat_sysinfo_270 =   Memory:
notes_plat_sysinfo_275 =    12x 0xCE00 M393A4K40CB2-CVF 32 GB 2 rank 2933 MT/s, configured at 2934 MT/s
notes_plat_sysinfo_280 =    12x NO DIMM NO DIMM
notes_plat_sysinfo_285 =
notes_plat_sysinfo_290 = (End of data from sysinfo program)
# hw_cpu_name    = Intel Xeon Platinum 8280
# hw_disk        = 222 GB  add more disk info here
# hw_memory001   = 376.549 GB fixme: If using DDR3, format is:
# hw_memory002   = 'N GB (M x N GB nRxn PCn-nnnnnR-n, ECC)'
# hw_nchips      = 1
# prepared_by    = root  (is never output, only tags rawfile)
# sw_file        = btrfs
# sw_os001       = NAME="SLES"
# sw_os002       = 4.12.14-23-default
# sw_state       = Run level 3 (add definition here)