# 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=2 --define HW_NCORES=224 --define OS_VER=SUSE Linux Enterprise Server 15 SP2 --define KERNEL=5.3.18-24.52-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-OMP2012-ic18.xml
flagsurl001          = http://www.spec.org/omp2012/flags/HPE-Platform-Flags-Intel-V1.3-CLX-revD.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             = Feb-2021
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 15 SP2
sw_os001             = Kernel 5.3.18-24.52-default
sw_state             = Multi-user, run level 3
sw_other000          = HPE Foundation Software 2.4.2
sw_other001          = (Build
sw_other002 = 737.1520.210121T0100.a.sles15sp2hpe-210121T0100)

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
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.

default:

# 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 Tue Apr  6 04:23: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:       6338988184 kB
#    HugePages_Total:       0
#    Hugepagesize:       2048 kB
#
# From /etc/*release* /etc/*version*
#    hpe-foundation-release: HPE Foundation Software 2.4.2, Build
#    737.1520.210121T0100.a.sles15sp2hpe-210121T0100
#    os-release:
#       NAME="SLES"
#       VERSION="15-SP2"
#       VERSION_ID="15.2"
#       PRETTY_NAME="SUSE Linux Enterprise Server 15 SP2"
#       ID="sles"
#       ID_LIKE="suse"
#       ANSI_COLOR="0;32"
#       CPE_NAME="cpe:/o:suse:sles:15:sp2"
#
# uname -a:
#    Linux cy011-sys 5.3.18-24.52-default #1 SMP Tue Mar 2 13:15:25 UTC 2021
#    (c35b124) x86_64 x86_64 x86_64 GNU/Linux
#
# run-level 3 Apr 2 13:10
#
# 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.330 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       = HPE Foundation Software 2.4.2, Build 737.1520.210121T0100.a.sles15sp2hpe-210121T0100
# sw_os002       = 5.3.18-24.52-default
# sw_state       = Run level 3 (add definition here)