# Invocation command line:
# /dev/shm/jsouthern/SPEC_OMP2012/omp2012-1.1/bin/runspec --config=zmm-high.cfg --define ICCV=19.1.3.304 --define AVX512=1 --define DPLACE=0-223 --threads 224 -n 3 --reportable --ignore_errors --define CPU_NICE=Intel Xeon Platinum 8380HL --define CPU_GHZ=2.9 --define CPU_MHZ=2900 --define NCHIPS=8 --define CORESPERCHIP=28 --define HW_NTHREADSPERCORE=1 --define HW_NCORES=224 --define OS_VER=SUSE Linux Enterprise Server 12 SP5 --define KERNEL=4.12.14-122.29-default --define ICC_BUILD=20200925 --define HYPERSTRING=Enabled gross
# output_root was not used for this run
############################################################################
# Invocation command line:
# /root/omp2012/bin/runspec --reportable --threads 480 -a validate -n 3 -o asc,csv,html,cfg,pdf -i ref -T base -c sgi-linux-ic14.cfg gross
# output_root was not used for this run
############################################################################

%if !defined(%{ICCV})
%    error must specify ICCV
%endif

%if defined(%{DEBUG})
%  define EXT .dbg
%else
%  define EXT
%endif

%if defined(%{AVX512})
%  define VECTOR .avx512
%else
%  define VECTOR .avx2
%endif

%if defined(%{HT})
%   if '%{HT}' eq 'ON'
%       define HW_NTHREADSPERCORE 2
%       define HYPERSTRING Enabled
%   elif '%{HT}' eq 'OFF'
%       define HW_NTHREADSPERCORE 1
%       define HYPERSTRING Disabled
%   else
%       error invalid specification for HT '%{HT}'
%   endif
%endif

############################################################################
# Invocation command line:
############################################################################
#teeout		     = yes
output_format	     = all
tune		         = base
ext		             = %{ICCV}%{VECTOR}%{EXT}.zmm
flagsurl000          = http://www.spec.org/omp2012/flags/HPE-Platform-Flags-Intel-V1.3-CLX-revD.xml
flagsurl001 = http://www.spec.org/omp2012/flags/HPE-OMP2012-ic18.xml
check_md5	         = yes
env_vars	         = yes
mean_anyway          = 1
use_submit_for_speed = 1
strict_rundir_verify = 1
sysinfo_program      = specperl $[top]/Docs/sysinfo -f -p
%if defined(%{DPLACE})
    submit = dplace -e -c %{DPLACE} $command
%else
%   if '%{HT}' eq 'ON'
        submit = dplace -e -c 0-71 $command
%   else
        submit = dplace -e -c 0-35 $command
%   endif
%endif

company_name	     = Hewlett Packard Enterprise
test_sponsor         = HPE
tester               = HPE
license_num          = 1

hw_vendor	     = Hewlett Packard Enterprise
hw_avail             = Jan-2021
hw_model000          = HPE Superdome Flex 280
hw_model001          = (Intel Xeon Platinum 8380HL, 2.9 GHz)
hw_ncpuorder         = 2, 4, 8 chips
hw_cpu_name          = Intel Xeon Platinum 8380HL
hw_cpu_char          = Intel Turbo Boost Technology up to 4.30 GHz
hw_nchips            = 8
hw_ncoresperchip     = 28
hw_nthreadspercore   = 2
hw_ncores            = 224
hw_cpu_mhz           = 2900
hw_cpu_max_mhz       = 4300
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_fpu               = Integrated
hw_memory            = 6 TB (48 x 128 GB 4Rx4 PC4-3200AA-L)
hw_disk              = 3 TB tmpfs
hw_other	     = None
sw_avail             = Dec-2020
sw_compiler000       = C/C++/Fortran: Version 19.1.3.304 of Intel
sw_compiler001       = Compiler Build 20200925 for Linux
sw_base_ptrsize      = 64-bit
sw_peak_ptrsize      = Not Applicable
sw_parallel_other    = None
sw_file		     = tmpfs
sw_os000             = SUSE Linux Enterprise Server 12 SP5
sw_os001             = Kernel 4.12.14-122.29-default
sw_state             = Multi-user, run level 3
sw_other000          = HPE Foundation Software 2.4
sw_other001          = (Build
sw_other002 = 734.1250.200729T0100.a.sles12sp5hpe-200729T0100)

prepared_by          = HPE HPC Performance Engineering

#
# These are listed as benchmark-tuning-extension-machine
#
default=default=default=default:
CC = icc
FC = ifort
CXX = icpc
#
# portability & libraries
#
#default=default=default=default:
makeopts= -j16

ENV_KMP_AFFINITY=disabled
ENV_KMP_STACKSIZE=200M
ENV_KMP_SCHEDULE=static,balanced
ENV_OMP_DYNAMIC=FALSE

%if defined(%{DEBUG})
%  define OPT -O0 -g
%else
%  define OPT -O3
%endif

%if defined(%{AVX512})
%  define AVXFLAG -xCORE-AVX512
%else
%  define AVXFLAG -xCORE-AVX2
%endif

gross=default=default=default:
COPTIMIZE   = %{OPT} %{AVXFLAG} -ipo1  -qopenmp -qopt-zmm-usage=high -ansi-alias -mcmodel=medium -shared-intel
CXXOPTIMIZE = %{OPT} %{AVXFLAG} -ipo1  -qopenmp -qopt-zmm-usage=high -ansi-alias -mcmodel=medium -shared-intel
FOPTIMIZE   = %{OPT} %{AVXFLAG} -ipo1  -qopenmp -qopt-zmm-usage=high -mcmodel=medium -shared-intel


notes_comp_000 = COPTIMIZE=-O3 -xCORE-AVX512 -ipo1  -qopenmp -qopt-zmm-usage=high -ansi-alias -mcmodel=medium -shared-intel
notes_comp_005 = CXXOPTIMIZE=-O3 -xCORE-AVX512 -ipo1  -qopenmp -qopt-zmm-usage=high -ansi-alias -mcmodel=medium -shared-intel
notes_comp_010 = FOPTIMIZE=-O3 -xCORE-AVX512 -ipo1  -qopenmp -qopt-zmm-usage=high -mcmodel=medium -shared-intel

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

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

372.smithwa=default=default=default:

###############################
#       Peak settings
###############################

350.md=peak=default=default:
threads=576
FOPTIMIZE   = %{OPT} %{FLAG} -ipo1  -openmp -mcmodel=medium -shared-intel

351.bwaves=peak=default=default:
threads=517
FOPTIMIZE   = %{OPT} %{FLAG} -ipo1  -openmp -mcmodel=medium -shared-intel

352.nab=peak=default=default:
threads=520

357.bt331=peak=default=default:
threads=531
FOPTIMIZE   = %{OPT} %{FLAG} -ipo1  -openmp -mcmodel=medium -shared-intel

358.botsalgn=peak=default=default:
threads=576

359.botsspar=peak=default=default:
basepeak=1
#threads=567

360.ilbdc=peak=default=default:
threads=576
FOPTIMIZE   = %{OPT} %{FLAG} -ipo1  -openmp -mcmodel=medium -shared-intel

362.fma3d=peak=default=default:
threads=567
FOPTIMIZE   = %{OPT} %{FLAG} -ipo1  -openmp -mcmodel=medium -shared-intel

363.swim=peak=default=default:
threads=567
FOPTIMIZE   = %{OPT} %{FLAG} -ipo1  -openmp -mcmodel=medium -shared-intel

367.imagick=peak=default=default:
threads=576

370.mgrid331=peak=default=default:
threads=512

371.applu331=peak=default=default:
threads=531
FOPTIMIZE   = %{OPT} %{FLAG} -ipo1  -openmp -mcmodel=medium -shared-intel

372.smithwa=peak=default=default:
threads=576

376.kdtree=peak=default=default:
threads=576


default:
notes_submit_000 =For all benchmarks threads were bound to cores using
notes_submit_005 =the following submit command:
notes_submit_010 =    dplace -e -c 0-223 $command
notes_submit_015 =This binds threads in order of creation, beginning
notes_submit_020 =with the master thread on logical cpu 0, the first slave
notes_submit_025 =thread on logical cpu 1, and so on.
notes_submit_030 =
%if '%{THP}' eq 'never'
    notes_os_000 =Transparent Hugepages :
    notes_os_005 =    Transparent Hugepages are disabled by
    notes_os_010 =    echo never > /sys/kernel/mm/transparent_hugepage/enabled
    notes_os_015 =
%endif
notes_os_000 =Software Environment:
notes_os_005 =    export KMP_AFFINITY=disabled
notes_os_010 =    export KMP_STACKSIZE=200M
notes_os_015 =    export KMP_SCHEDULE=static,balanced
notes_os_020 =    export OMP_DYNAMIC=FALSE
notes_os_025 =    ulimit -s unlimited
notes_os_030 =
notes_os_035 = The tmpfs filesystem was set up with:
notes_os_040 =   mount -t tmpfs -o rw,nosuid,nodev,mpol=interleave:0-7 /dev/shm

# The following settings were obtained by running 'specperl $[top]/Docs/sysinfo -f -p'
default:
# Sysinfo program /root/omp2012/Docs/sysinfo
# $Rev: 395 $ $Date:: 2012-07-25 #$ 8f8c0fe9e19c658963a1e67685e50647
# running on harp27-sys Sat Apr 11 13:28:04 2015
#
# This section contains SUT (System Under Test) info as seen by
# some common utilities.  To remove or add to this section, see:
#   http://www.spec.org/omp2012/Docs/config.html#sysinfo
#
# From /proc/cpuinfo
#    model name : Intel(R) Xeon(R) CPU E7-8890 v2 @ 2.80GHz
#       32 "physical id"s (chips)
#       480 "processors"
#    cores, siblings (Caution: counting these is hw and system dependent.  The
#    following excerpts from /proc/cpuinfo might not be reliable.  Use with
#    caution.)
#       cpu cores : 15
#       siblings  : 15
#       physical 0: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 1: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 2: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 3: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 4: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 5: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 6: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 7: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 8: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 9: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 10: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 11: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 12: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 13: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 14: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 15: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 16: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 17: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 18: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 19: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 20: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 21: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 22: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 23: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 24: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 25: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 26: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 27: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 28: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 29: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 30: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#       physical 31: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
#    cache size : 38400 KB
#
# From /proc/meminfo
#    MemTotal:       4102778388 kB
#    HugePages_Total:       0
#    Hugepagesize:       2048 kB
#
# /usr/bin/lsb_release -d
#    SUSE Linux Enterprise Server 11 (x86_64)
#
# From /etc/*release* /etc/*version*
#    SuSE-release:
#       SUSE Linux Enterprise Server 11 (x86_64)
#       VERSION = 11
#       PATCHLEVEL = 3
#    sgi-accelerate-release: SGI Accelerate 1.9, Build
#    711rp57.sles11sp3-1502132100
#    sgi-foundation-release: SGI Foundation Software 2.11, Build
#    711rp57.sles11sp3-1502132100
#    sgi-mpi-release: SGI MPI 1.9, Build 711rp57.sles11sp3-1502132100
#
# uname -a:
#    Linux harp27-sys 3.0.101-0.46-default #1 SMP Wed Dec 17 11:04:10 UTC 2014
#    (8356111) x86_64 x86_64 x86_64 GNU/Linux
#
# run-level 3 Apr 10 15:24 last=S
#
# SPEC is set to: /root/omp2012
#    Filesystem     Type  Size  Used Avail Use% Mounted on
#    /dev/sda6      ext3   46G   44G     0 100% /
#
# Additional information from dmidecode:
#   BIOS Silicon Graphics International Corp. SGI UV 300 series BIOS 11/13/2014
#   Memory:
#    256x Hynix HMT42GR7AFR4C-RD 16 GB 1333 MHz 1 rank
#
# (End of data from sysinfo program)
# hw_cpu_name    = Intel Xeon E7-8890 v2
# hw_disk        = 46 GB  add more disk info here
# hw_memory001   = 3912.714 GB fixme: If using DDR3, format is:
# hw_memory002   = 'N GB (M x N GB nRxn PCn-nnnnnR-n, ECC)'
# hw_nchips      = 32
# prepared_by    = root  (is never output, only tags rawfile)
# sw_file        = ext3
# sw_os001       = SUSE Linux Enterprise Server 11 (x86_64)
# sw_os002       = 3.0.101-0.46-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:
#notes_plat_form_000=Intel Hyperthreading set to %{HYPERSTRING}


# The following settings were obtained by running 'specperl $[top]/Docs/sysinfo -f -p'
default:
# Sysinfo program /dev/shm/jsouthern/SPEC_OMP2012/omp2012-1.1/Docs/sysinfo
# Revision 563 of 2016-06-10 (097295389cf6073d8c3b03fa376740a5)
# running on cy011-sys Fri Feb 12 12:52:43 2021
#
# This section contains SUT (System Under Test) info as seen by
# some common utilities.  To remove or add to this section, see:
#   http://www.spec.org/omp2012/Docs/config.html#sysinfo
#
# From /proc/cpuinfo
#    model name : Intel(R) Xeon(R) Platinum 8380HL CPU @ 2.90GHz
#       8 "physical id"s (chips)
#       448 "processors"
#    cores, siblings (Caution: counting these is hw and system dependent.  The
#    following excerpts from /proc/cpuinfo might not be reliable.  Use with
#    caution.)
#       cpu cores : 28
#       siblings  : 56
#       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
#       25 26 27 28 29 30
#       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
#       25 26 27 28 29 30
#       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
#       25 26 27 28 29 30
#       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
#       25 26 27 28 29 30
#       physical 4: cores 0 1 2 3 4 5 6 8 9 10 11 12 13 14 16 17 18 19 20 21 22 24
#       25 26 27 28 29 30
#       physical 5: cores 0 1 2 3 4 5 6 8 9 10 11 12 13 14 16 17 18 19 20 21 22 24
#       25 26 27 28 29 30
#       physical 6: cores 0 1 2 3 4 5 6 8 9 10 11 12 13 14 16 17 18 19 20 21 22 24
#       25 26 27 28 29 30
#       physical 7: cores 0 1 2 3 4 5 6 8 9 10 11 12 13 14 16 17 18 19 20 21 22 24
#       25 26 27 28 29 30
#    cache size : 39424 KB
#
# From /proc/meminfo
#    MemTotal:       6339013428 kB
#    HugePages_Total:       0
#    Hugepagesize:       2048 kB
#
# /usr/bin/lsb_release -d
#    SUSE Linux Enterprise Server 12 SP5
#
# From /etc/*release* /etc/*version*
#    SuSE-release:
#       SUSE Linux Enterprise Server 12 (x86_64)
#       VERSION = 12
#       PATCHLEVEL = 5
#       # This file is deprecated and will be removed in a future service pack or
#       release.
#       # Please check /etc/os-release for details about this release.
#    hpe-foundation-release: HPE Foundation Software 2.4, Build
#    734.1250.200729T0100.a.sles12sp5hpe-200729T0100
#    hpe-mpi-release: HPE MPI 1.7, Build 722.1250.200812T1930.r.sles12sp5hpe
#    os-release:
#       NAME="SLES"
#       VERSION="12-SP5"
#       VERSION_ID="12.5"
#       PRETTY_NAME="SUSE Linux Enterprise Server 12 SP5"
#       ID="sles"
#       ANSI_COLOR="0;32"
#       CPE_NAME="cpe:/o:suse:sles:12:sp5"
#
# uname -a:
#    Linux cy011-sys 4.12.14-122.29-default #1 SMP Tue Jul 28 15:30:47 UTC 2020
#    (5a44c01) x86_64 x86_64 x86_64 GNU/Linux
#
# run-level 3 Feb 12 08:43
#
# SPEC is set to: /dev/shm/jsouthern/SPEC_OMP2012/omp2012-1.1
#    Filesystem     Type   Size  Used Avail Use% Mounted on
#    tmpfs          tmpfs  3.0T  1.4G  3.0T   1% /dev/shm
# Additional information from dmidecode:
#
#    Warning: Use caution when you interpret this section. The 'dmidecode' program
#    reads system data which is "intended to allow hardware to be accurately
#    determined", but the intent may not be met, as there are frequent changes to
#    hardware, firmware, and the "DMTF SMBIOS" standard.
#
#
# (End of data from sysinfo program)
# hw_cpu_name    = Intel Xeon Platinum 8380HL
# hw_disk        = 3.0 TB  add more disk info here
# hw_memory001   = 6045.354 GB fixme: If using DDR3, format is:
# hw_memory002   = 'N GB (M x N GB nRxn PCn-nnnnnR-n, ECC)'
# hw_nchips      = 8
# prepared_by    = jsouthern  (is never output, only tags rawfile)
# sw_file        = tmpfs
# sw_os001       = SUSE Linux Enterprise Server 12 SP5
# sw_os002       = 4.12.14-122.29-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:
notes_000 =System settings notes:
notes_005 =
notes_010 =Workload Profile set to HPC
notes_015 =Workload Profile set to Custom
notes_020 =Power Regulator set to OS Control
notes_025 =
notes_030 =Intel Turbo Boost Technology (Turbo): Enabled
notes_035 =Enhanced Processor Performance:  Enabled
notes_040 =
notes_045 =For all benchmarks core frequencies were set using the following command:
notes_050 =    cpupower frequency-set -d 2901MHz -u 2901MHz -g performance
notes_055 =
notes_060 =NA: The test sponsor attests, as of date of publication, the CVE-2017-5754 (Meltdown)
notes_065 =is mitigated in the system as tested and documented.
notes_070 =Yes: The test sponsor attests, as of date of publication, the CVE-2017-5753 (Spectre variant 1)
notes_075 =is mitigated in the system as tested and documented.
notes_080 =Yes: The test sponsor attests, as of date of publication, that CVE-2017-5754 (Spectre variant 2)
notes_085 =is mitigated in the system as tested and documented.
nc000 = SPEC has determined that this result was not in compliance with the SPEC
nc001 = OMP2012 run and reporting rules. Specifically, the submitter reported
nc002 = that the result used an unsupported version of the operating system.
nc003 = A result using a supported OS can be found at https://www.spec.org/omp2012/results/res2021q2/omp2012-20210406-00199.html .