# Invocation command line: # /spec/cpu2017/bin/harness/runcpu --threads 384 --define default-platform-flags --configfile ic17.0-lin-ws-core-avx2-speed-20160930.cfg --define cores=384 --tune base,peak --output_format all fpspeed # output_root was not used for this run ############################################################################ #------------------------------------------------------------------------------ # This is a sample SPEC CPU2017 config file. It was tested with: # # Compiler name/version: Intel(R) C/C++ and Fortran 17.0 Compilers for Linux # Operating system version: Redhat Enterprise Linux 7.2, GLIBC 2.17 # Hardware: Intel(R) processors supporting CORE-AVX2 tuning # # If you have different software or hardware, this config file may not work. # You may find a better config file for your system next to posted results: # http://www.spec.org/cpu2017/results # # Compiler issues: Contact your compiler vendor, not SPEC. # For SPEC help: http://www.spec.org/auto/cpu2017/Docs/techsupport.html #------------------------------------------------------------------------------ #--------- Preprocessor ------------------------------------------------------- # # Optionally edit if you wish: %define build_ncpus 8 # controls number of simultaneous compiles # Used to date the label %define version 20160930 # Used for the optimization tuning part of the label (not required) %if defined(%{noopt}) %define opt_label -noopt %elif defined(%{medopt}) %define opt_label -medopt %else %define opt_label %endif # Used for labeling static linked builds (not required) %if defined(%{static}) %define static_label -static %else %define static_label %endif #--------- Label -------------------------------------------------------------- # Arbitrary string, tags your binaries & directories. # Two Suggestions: # (1) Change this label as you try new ideas. label = ic17.0-lin-ws-core-avx2-speed%{opt_label}%{static_label}-%{version} # (2) Make the label meaningful to YOU. #--------- Global Settings ---------------------------------------------------- # For info, see: # https://www.spec.org/auto/cpu2017/Docs/config.html#fieldname XXX # Example: https://www.spec.org/auto/cpu2017/Docs/config.html#tune ######################################################## # ATTENTION ATTENTION ATTENTION ######################################################## # # NOTE If you change fail_build then PLEASE also # change the line 'define version', because # SPEC review tools use 'label' to track binaries. # ######################################################## # # vvvvvvvvvvvv # do not change unless you read NOTE above fail_build=0 # do not change unless you read NOTE above # ^^^^^^^^^^^^ # do not change unless you read NOTE above # ######################################################## # action = validate command_add_redirect = 1 line_width = 1020 log_line_width = 1020 makeflags = -j%{build_ncpus} output_format = txt,cfg,pdf,csv preenv = 1 tune = base bench_post_setup = sync parallel_test = 1 mean_anyway = 1 reportable = 1 # Set some environment variables %if !defined(%{cores}) %error please add --define cores=[ncores] to runcpu invocation %else preENV_OMP_NUM_THREADS = %{cores} %endif preENV_OMP_STACKSIZE = 192M %ifdef %{intspeed} preENV_KMP_AFFINITY = granularity=fine,scatter %else preENV_KMP_AFFINITY = granularity=fine,compact,1,0 %endif #Reference the flags files flagsurl000=http://www.spec.org/cpu2017/flags/Intel-ic17.0-official-linux64-revD.xml flagsurl001 = http://www.spec.org/cpu2017/flags/HP-Platform-Flags-Intel-V1.2-Integrity-revC.xml %ifdef %{default-platform-flags} %endif # Set some environment variables preENV_LD_LIBRARY_PATH = $[top]/lib/ia32:$[top]/lib/intel64:$[top]/sh10.2 # Affinitization Example - not used by default, KMP_AFFINITY can be edited above as well #%if !defined(%{affmask}) #%error please add a hex affinity mask to runcpu command line Ex: --define affmask 0xF0F0F0F0 #%else #default: #submit = taskset %{affmask} $command #%endif #--------- Compilers ---------------------------------------------------------- intspeed,fpspeed: CC = icc -m64 -std=c11 CXX = icpc -m64 FC = ifort -m64 # How to say "Show me your version, please" CC_VERSION_OPTION = --version CXX_VERSION_OPTION = --version FC_VERSION_OPTION = --version SMARTHEAP_DIR = /sh10.2 %if !defined(%{static}) SMARTHEAP32 = smartheap SMARTHEAP64 = smartheap64 %else SMARTHEAP32 = libsmartheap.a SMARTHEAP64 = libsmartheap64.a %endif #--------- Portability -------------------------------------------------------- intspeed,fpspeed: PORTABILITY = -DSPEC_LP64 600.perlbench_s: CPORTABILITY = -DSPEC_LINUX_X64 621.wrf_s: CPORTABILITY = -DSPEC_CASE_FLAG FPORTABILITY = -convert big_endian 623.xalancbmk_s: CXXPORTABILITY= -DSPEC_LINUX 627.cam4_s: CPORTABILITY= -DSPEC_CASE_FLAG 628.pop2_s: CPORTABILITY = -DSPEC_CASE_FLAG FPORTABILITY = -convert big_endian -assume byterecl #-------- Tuning Flags ---------------------------------------------- intrate,fprate: #reconsider using a rate config file instead of a speed config file fail=1 default: SSE = -xCORE-AVX2 EXTRA_FOPTIMIZE = -nostandard-realloc-lhs default=base: %if defined(%{noopt}) OPT_ROOT = -O0 %elif defined(%{medopt}) OPT_ROOT = -O2 %else OPT_ROOT = -ipo -O3 -no-prec-div %endif FAST_NOSTATIC = $(SSE) $(OPT_ROOT) -auto-p32 FORT_FASTNOSTATIC = $(SSE) $(OPT_ROOT) FAST = $(SSE) $(OPT_ROOT) -static -auto-p32 FORT_FAST = $(SSE) $(OPT_ROOT) -static any_cpp=default: EXTRA_LIBS = -L$(SMARTHEAP_DIR) -l$(SMARTHEAP64) EXTRA_LDFLAGS = -Wl,-z,muldefs default=base: %if !defined(%{static}) COPTIMIZE = $(FAST_NO_STATIC) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP CXXOPTIMIZE = $(FAST_NO_STATIC) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP FOPTIMIZE = $(FORT_FAST_NO_STATIC) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP %else COPTIMIZE = $(FAST) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP CXXOPTIMIZE = $(FAST) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP FOPTIMIZE = $(FORT_FAST) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP %endif default=peak=default: %if defined(%{noopt}) || defined(%{medopt}) #not building or executing peak against less opt fail=1 %endif PASS1_CFLAGS = -prof-gen PASS2_CFLAGS = -prof-use PASS1_FFLAGS = -prof-gen PASS2_FFLAGS = -prof-use PASS1_CXXFLAGS = -prof-gen PASS2_CXXFLAGS = -prof-use PASS1_LDFLAGS = -prof-gen PASS2_LDFLAGS = -prof-use OPT_ROOT = -ipo -O3 -no-prec-div FAST_NO_STATIC_PASS1 = $(OPT_ROOT) -auto-p32 FORT_FAST_NO_STATIC_PASS1 = $(OPT_ROOT) FAST_PASS1 = $(OPT_ROOT) -auto-p32 -static FORT_FAST_PASS1 = $(OPT_ROOT) -static FAST_NO_STATIC_PASS2 = $(SSE) $(OPT_ROOT) -auto-p32 FORT_FAST_NO_STATIC_PASS2 = $(SSE) $(OPT_ROOT) FAST_PASS2 = $(SSE) $(OPT_ROOT) -auto-p32 -static FORT_FAST_PASS2 = $(SSE) $(OPT_ROOT) -static fpspeed,intspeed_any_c=peak: OPT_ROOT_PASS1 = -O2 OPT_ROOT_PASS2 = -ipo -O3 -no-prec-div FAST_NO_STATIC_PASS1 = $(OPT_ROOT_PASS1) -auto-p32 FORT_FAST_NO_STATIC_PASS1 = $(OPT_ROOT_PASS1) FAST_PASS1 = $(OPT_ROOT_PASS1) -auto-p32 -static FORT_FAST_PASS1 = $(OPT_ROOT_PASS1) -static FAST_NO_STATIC_PASS2 = $(SSE) $(OPT_ROOT_PASS2) -auto-p32 FORT_FAST_NO_STATIC_PASS2 = $(SSE) $(OPT_ROOT_PASS2) FAST_PASS2 = $(SSE) $(OPT_ROOT_PASS2) -auto-p32 -static FORT_FAST_PASS2 = $(SSE) $(OPT_ROOT_PASS2) -static #maybe xz belongs here 605.mcf_s,631.deepsjeng_s=peak: FAST_NO_STATIC_PASS1 = $(OPT_ROOT) FORT_FAST_NO_STATIC_PASS1 = $(OPT_ROOT) FAST_PASS1 = $(OPT_ROOT) -static FORT_FAST_PASS1 = $(OPT_ROOT) -static FAST_NO_STATIC_PASS2 = $(SSE) $(OPT_ROOT) FORT_FAST_NO_STATIC_PASS2 = $(SSE) $(OPT_ROOT) FAST_PASS2 = $(SSE) $(OPT_ROOT) -static FORT_FAST_PASS2 = $(SSE) $(OPT_ROOT) -static default=peak=default: %if !defined(%{static}) PASS1_COPTIMIZE = $(FAST_NO_STATIC_PASS1) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP PASS1_CXXOPTIMIZE = $(FAST_NO_STATIC_PASS1) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP PASS1_FOPTIMIZE = $(FORT_FAST_NO_STATIC_PASS1) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP PASS2_COPTIMIZE = $(FAST_NO_STATIC_PASS2) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP PASS2_CXXOPTIMIZE = $(FAST_NO_STATIC_PASS2) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP PASS2_FOPTIMIZE = $(FORT_FAST_NO_STATIC_PASS2) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP %else PASS1_COPTIMIZE = $(FAST_PASS1) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP PASS1_CXXOPTIMIZE = $(FAST_PASS1) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP PASS1_FOPTIMIZE = $(FORT_FAST_PASS1) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP PASS2_COPTIMIZE = $(FAST_PASS2) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP PASS2_CXXOPTIMIZE = $(FAST_PASS2) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP PASS2_FOPTIMIZE = $(FORT_FAST_PASS2) -qopt-prefetch -qopt-mem-layout-trans=3 -DSPEC_SUPPRESS_OPENMP %endif #------------------------------------------------------------------------------- # Tester and System Descriptions - Edit the section below #------------------------------------------------------------------------------- # For info about any field, see # https://www.spec.org/auto/cpu2017/Docs/config.html#fieldname # Example: https://www.spec.org/auto/cpu2017/Docs/config.html#hw_memory #------------------------------------------------------------------------------- #--------- If you install new compilers, edit this section -------------------- intrate,intspeed,fpspeed,fprate: sw_compiler000 = C/C++: Version 17.0.0.098 of Intel C/C++ sw_compiler001 = Compiler for Linux; sw_compiler002 = Fortran: Version 17.0.0.098 of Intel Fortran sw_compiler003 = Compiler for Linux sw_base_ptrsize = 64-bit sw_peak_ptrsize = 32/64-bit #--------- Your info --------------------------------------------------------- # To understand the difference between hw_vendor/sponsor/tester, see: # www.spec.org/auto/cpu2017/Docs/config.html#test_sponsor intrate,intspeed,fprate,fpspeed: # Important: keep this line hw_vendor = Hewlett Packard Enterprise hw_ncoresperchip = 24 tester = HPE test_sponsor = HPE license_num = 3 #--------- Fill out this section ---------------------------------------------- intrate,intspeed,fprate,fpspeed: # Important: keep this line # Example # Brief info about field hw_avail = Jun-2016 sw_avail = Sep-2016 hw_cpu_nominal_mhz = 2200 hw_cpu_max_mhz = 3400 hw_ncores = 384 hw_nthreadspercore = 2 hw_ncpuorder = 2 to 16 chips hw_model000 = Integrity Superdome X hw_model001 = (384 core, 2.20 GHz, Intel Xeon E7-8890 v4) hw_other = None sw_other000 = Microquill SmartHeap V10.2 hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 256 KB I+D on chip per core hw_tcache = 60 MB I+D on chip per chip hw_ocache = None hw_memory000 = 4 TB (128 x 32 GB 2Rx4 PC4-2400T-L, hw_memory001 = running at 1600) #--------- Sysinfo fields - You may need to adjust this section --------------- # The following are partly filled out by sysinfo. # www.spec.org/auto/cpu2017/Docs/config.html#sysinfo # Uncomment lines for which you already have a better answer than sysinfo # intrate,intspeed,fprate,fpspeed: # Important: keep this line # Example # Brief info about field # hw_cpu_name = # Intel Xeon E9-9999 v9 # chip name # hw_disk = # 9 x 9 TB SATA III 9999 RPM # Size, type, other perf-relevant info # hw_nchips = # 99 # number chips enabled # sw_file = # ext99 # File system # sw_state = # Run level 99 # Software state. # sw_os001 = # Linux Sailboat # Operating system # sw_os002 = # Distribution 7.2 SP1 # and version prepared_by = HPE Performance Engineering #--------- Intel Recommended Fields - You may wish to adjust this section ----- default: notes_030 = Binaries compiled on a system with 1x Intel Core i7-4790K CPU + 32GB RAM notes_035 = memory using Redhat Enterprise Linux 7.2 notes_os_000 = Stack size set to unlimited using "ulimit -s unlimited" notes_os_005 = intel_idle.max_cstate=3 appended in kernel command line notes_os_010 = Power profile set with: notes_os_015 = cpupower -c all frequency-set -g performance notes_os_020 = Setting the value of perf-bias: notes_os_025 = cpupower set -b 0 notes_os_030 = Tuned profile set with: notes_os_035 = tuned-adm profile throughput-performance notes_os_040 = Transparent Huge Pages enabled by default #Ease of tagging results from the runcpu command line with commands run outside of runcpu harneess %if defined(%{THP_enabled}) notes_200 = Transparent Huge Pages enabled with: notes_201 = echo always > /sys/kernel/mm/transparent_hugepage/enabled %elif defined(%{THP_disabled}) notes_200 = Transparent Huge Pages disabled with: notes_201 = echo never > /sys/kernel/mm/transparent_hugepage/enabled %else %endif %ifdef %{drop_caches} notes_202 = Filesystem page cache cleared with: notes_203 = echo 1> /proc/sys/vm/drop_caches %endif %ifdef %{invoke_with_interleave} notes_204 = runcpu command invoked through numactl i.e.: notes_205 = numactl --interleave=all runcpu %endif intrate,fprate: %if defined(%{no-numa}) notes_submit_000 = The numactl mechanism was used to bind copies to processors. The config file option 'submit' notes_submit_001 = was used to generate numactl commands to bind each copy to a specific processor. notes_submit_002 = For details, please see the config file. %elif notes_submit_000 = The taskset mechanism was used to bind copies to processors. The config file option 'submit' notes_submit_001 = was used to generate taskset commands to bind each copy to a specific processor. notes_submit_002 = For details, please see the config file. %endif # The following settings were obtained by running the sysinfo_program # 'specperl $[top]/Docs/sysinfo' (sysinfo:SHA:37ff4d664a46f5bd7bd40a41b1aa816fd94437081cfd5e70566339c2930821c1) default: notes_plat_sysinfo_000 = Sysinfo program /spec/cpu2017/Docs/sysinfo notes_plat_sysinfo_005 = r4696 of 2016-07-28 da95b61906f345a0d9942e915810c155 notes_plat_sysinfo_010 = running on hawk049os1 Sat Oct 15 01:24:42 2016 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/cpu2017/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-8890 v4 @ 2.20GHz notes_plat_sysinfo_050 = 16 "physical id"s (chips) notes_plat_sysinfo_055 = 768 "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 : 24 notes_plat_sysinfo_080 = siblings : 48 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_090 = 27 28 29 notes_plat_sysinfo_095 = physical 1: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_100 = 27 28 29 notes_plat_sysinfo_105 = physical 2: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_110 = 27 28 29 notes_plat_sysinfo_115 = physical 3: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_120 = 27 28 29 notes_plat_sysinfo_125 = physical 4: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_130 = 27 28 29 notes_plat_sysinfo_135 = physical 5: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_140 = 27 28 29 notes_plat_sysinfo_145 = physical 6: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_150 = 27 28 29 notes_plat_sysinfo_155 = physical 7: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_160 = 27 28 29 notes_plat_sysinfo_165 = physical 8: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_170 = 27 28 29 notes_plat_sysinfo_175 = physical 9: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_180 = 27 28 29 notes_plat_sysinfo_185 = physical 10: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_190 = 27 28 29 notes_plat_sysinfo_195 = physical 11: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_200 = 27 28 29 notes_plat_sysinfo_205 = physical 12: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_210 = 27 28 29 notes_plat_sysinfo_215 = physical 13: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_220 = 27 28 29 notes_plat_sysinfo_225 = physical 14: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_230 = 27 28 29 notes_plat_sysinfo_235 = physical 15: cores 0 1 2 3 4 5 8 9 10 11 12 13 16 17 18 19 20 21 24 25 26 notes_plat_sysinfo_240 = 27 28 29 notes_plat_sysinfo_245 = cache size : 61440 KB notes_plat_sysinfo_250 = notes_plat_sysinfo_255 = From /proc/meminfo notes_plat_sysinfo_260 = MemTotal: 4235891396 kB notes_plat_sysinfo_265 = HugePages_Total: 0 notes_plat_sysinfo_270 = Hugepagesize: 2048 kB notes_plat_sysinfo_275 = notes_plat_sysinfo_280 = /usr/bin/lsb_release -d notes_plat_sysinfo_285 = SUSE Linux Enterprise Server 12 SP1 notes_plat_sysinfo_290 = notes_plat_sysinfo_295 = From /etc/*release* /etc/*version* notes_plat_sysinfo_300 = SuSE-release: notes_plat_sysinfo_305 = SUSE Linux Enterprise Server 12 (x86_64) notes_plat_sysinfo_310 = VERSION = 12 notes_plat_sysinfo_315 = PATCHLEVEL = 1 notes_plat_sysinfo_320 = # This file is deprecated and will be removed in a future service pack or notes_plat_sysinfo_325 = release. notes_plat_sysinfo_330 = # Please check /etc/os-release for details about this release. notes_plat_sysinfo_335 = os-release: notes_plat_sysinfo_340 = NAME="SLES" notes_plat_sysinfo_345 = VERSION="12-SP1" notes_plat_sysinfo_350 = VERSION_ID="12.1" notes_plat_sysinfo_355 = PRETTY_NAME="SUSE Linux Enterprise Server 12 SP1" notes_plat_sysinfo_360 = ID="sles" notes_plat_sysinfo_365 = ANSI_COLOR="0;32" notes_plat_sysinfo_370 = CPE_NAME="cpe:/o:suse:sles:12:sp1" notes_plat_sysinfo_375 = notes_plat_sysinfo_380 = uname -a: notes_plat_sysinfo_385 = Linux hawk049os1 3.12.53-60.30-default #1 SMP Wed Feb 10 14:41:46 UTC 2016 notes_plat_sysinfo_390 = (e57129f) x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_395 = notes_plat_sysinfo_400 = run-level 5 Oct 14 14:07 notes_plat_sysinfo_405 = notes_plat_sysinfo_410 = SPEC is set to: /spec/cpu2017 notes_plat_sysinfo_415 = Filesystem Type Size Used Avail notes_plat_sysinfo_420 = Use% Mounted on notes_plat_sysinfo_425 = /dev/mapper/3600c0ff0001e1834e672ee5701000000-part1 xfs 1.9T 64G 1.8T notes_plat_sysinfo_430 = 4% /spec notes_plat_sysinfo_435 = Additional information from dmidecode: notes_plat_sysinfo_440 = notes_plat_sysinfo_445 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_450 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_455 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_460 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_465 = notes_plat_sysinfo_470 = BIOS HP Bundle: 008.004.084 SFW: 043.025.000 08/16/2016 notes_plat_sysinfo_475 = Memory: notes_plat_sysinfo_480 = 128x HP HMA84GL7MFR4N-UH 32 GB 2 rank 1067 MHz, configured at 1600 MHz notes_plat_sysinfo_485 = 256x not defined not defined notes_plat_sysinfo_490 = notes_plat_sysinfo_495 = (End of data from sysinfo program) hw_cpu_name = Intel Xeon E7-8890 v4 hw_disk = 8 x C8S59A, 900 GB 10 K RPM SAS hw_memory001 = 4039.661 GB fixme: If using DDR3, format is: hw_memory002 = 'N GB (M x N GB nRxn PCn-nnnnnR-n, ECC)' hw_nchips = 16 prepared_by = root (is never output, only tags rawfile) fw_bios = HP Bundle: 008.004.084 SFW: 043.025.000 08/16/2016 sw_file = xfs sw_os000 = SUSE Linux Enterprise Server 12 (x86_64) SP1 sw_os001 = Kernel 3.12.53-60.30-default sw_state = Run level 5 (multi-user, w/GUI) # End of settings added by sysinfo_program # 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 =Environment variables set by runcpu before the start of the run: notes_005 =KMP_AFFINITY = "granularity=fine,compact,1,0" notes_010 =LD_LIBRARY_PATH = "/spec/cpu2017/lib/ia32:/spec/cpu2017/lib/intel64:/spec/cpu2017/sh10.2" notes_015 =OMP_NUM_THREADS = "%{cores}" notes_020 =OMP_STACKSIZE = "192M" notes_025 = notes_plat_000 =Firmware settings: notes_plat_005 = Memory RAS Configuration set to Maximum Performance notes_plat_update_000 = Regarding the sysinfo display about the memory installed, the correct amount of notes_plat_update_005 = memory is 4 TB and the dmidecode description should have one line reading as: notes_plat_update_010 = 128x HP HMA84GL7MFR4N-UH 32 GB 2 rank 1067 MHz, configured at 1600 MHz