# Invocation command line: # /tmp/spec-accel/1.2/bin/runspec --config=/tmp/spec-accel/1.2/config/Taurus-omp-intel-knl.cfg --platform Intel --device MIC --tune=base,peak --size=ref --reportable --iterations=3 --flagsurl /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml openmp # output_root was not used for this run ############################################################################ # # Document Title: Ferry-openmp-knl.cfg # # Subject: SPEC ACCEL TU Dresden ZIH Ferry Xeon Phi configuration file # # Last Update: 01 Aug 2015 # # ------------------------------------------------------------- # # This is an example of a very simple ACCEL config file. # It is intended to cover the features sufficient to # get a ACCEL baseline run completed. Please see the # config.txt file for details on config file setup and # use and other example configuration files for further sample # implementations. # # IMPORTANT: This is an example configuration file for illustration # purposes. # # # Comments to the config file are found in lines that begin # with the "#" character. # # The first step in creating a configuration file is to document # your configuration. The example below contains an example of # some of the fields that are needed for documenting your # measurements. See example-medium.cfg for an example that # includes a list of all of the fields required for a full # publication of results. ##################################################################### # System Under Test (SUT) Section # If it affects performance, you need to describe it, either # in the pre-defined fields or by adding it to the notes section. # Replace the setting below with the ones that match your # machine. # # hw_model = name of the machine model # hw_memory = how much memory in the machine you are testing # hw_disk = what types and size of disk were used when tested # hw_vendor = what vendor makes the machine being tested # hw_cpu = what type of processor is in the system # hw_cpu_mhz = the clock frequency of the processor ####################################################################### # System Description hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_disk = 275 GB INTEL SSDSC2BB30 hw_vendor = Intel hw_avail = Jun-2016 # CPU description hw_cpu = Intel Xeon Phi 7210 @ 1.30GHz hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_nchips = 1 hw_ncores = 64 hw_ncoresperchip = 64 hw_nthreadspercore = 4 hw_ncpuorder = 1 chip hw_fpu = None hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = None hw_ocache = None #################################################################### # Accelerator Hardware information #################################################################### hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes hw_accel_desc000= 16 GB MCDRAM hw_accel_desc001= Cluster Mode: Quadrant, Memory Mode: Cache # Tester description - edit the date, put your license number here! #################################################################### # Tester information #################################################################### tester = Technische Universitaet Dresden test_sponsor = Technische Universitaet Dresden license_num = 37A prepared_by = #display_order = 1a # Operating system, file system sw_os000 = CentOS Linux release 7.3 sw_file = ext4 sw_accel_driver = sw_other = None sw_avail = Dec-2016 sw_state = sw_base_ptrsize = 64-bit ####################################################################### # End of SUT section # If this config file were to be applied to several SUTs, edits would # be needed only ABOVE this point. ###################################################################### ###################################################################### # The header section of the config file. Must appear # before any instances of "default=" # # ext = how the binaries you generated will be identified # tune = specify "base" or "peak" or "all" # the rest are default values ext = knlompintel output_format = asc,pdf,raw,txt,config #table = 0 teeout = no teerunout = yes tune = base env_vars = 1 ###################################################################### # Compiler selection, versions, and dates. # # sw_compiler = additional information describing the compiler # CC = how the C Compiler is invoked # FC = how the FORTRAN compiler is invoked default=default=default=default: sw_compiler000= Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 CC = icc CXX = icpc FC = ifort strict_rundir_verify = 0 submit = numactl -p 0 $command ####################################################################### # # notes8xx are used for listing the portability flags that are needed # to get some of the programs to compile. While SPEC has made efforts # to ensure that programs do not require these types of flags, some # of the programs are advanced enough and the differences between # operating systems great enough that some programs require these. # # For portability flags for benchmarks not listed, duplicate the format # used below. Each benchmark is assigned its own "area" and its own # setting for EXTRA_CFLAGS # # EXTRA_CFLAGS = Additional flags to use for compilation; typically # used for portability flags # EXTRA_LIBS = Additional libraries used for compilation; typically # used for issues of portability # EXTRA_FFLAGS = Additional flags to use for compilation; typically # used for portability flags ####################################################################### # # OPTIMIZE = flags applicable to all compilers # COPTIMIZE = flags applicable to the C compiler # FOPTIMIZE = flags applicable to the Fortran compiler # # See your compiler manual for information on the flags available # for your compiler # notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. OPTIMIZE= -O3 -g -qopenmp -xMIC-AVX512 -qopenmp-offload=host #-qopt-report=5 ENV_KMP_AFFINITY=compact,0 ENV_OMP_NUM_THREADS=128 ENV_KMP_HW_SUBSET=1S,64C,2T ENV_FORT_BUFFERED=true #-g -o0 -shared-intel -check:none #-openmp-simd -par-num-threads=124 #-O2 LIBS = EXTRA_LIBS = #EXTRA_CXXFLAGS = -I/opt/mpss/3.4.3/sysroots/k1om-mpss-linux/usr/include/c++/k1om-mpss-linux #EXTRA_CFLAGS = -I/opt/mpss/3.4.3/sysroots/k1om-mpss-linux/usr/include/c++/k1om-mpss-linux PORTABILITY = -DSPEC_USE_INNER_SIMD 550.pmd=default=default=default: FPORTABILITY=-80 559.pmniGhost=default=default=default: FPORTABILITY = -nofor_main default=peak=default=default: OPTIMIZE = -O3 -xMIC-AVX512 -g -qopenmp -qopenmp-offload=host #-qopt-report=5 PORTABILITY = -DSPEC_USE_INNER_SIMD FPORTABILITY = -DSPEC_USE_INNER_SIMD ENV_KMP_LIBRARY=turnaround ENV_KMP_BLOCKTIME=infinite ENV_OMP_DYNAMIC=FALSE ENV_KMP_AFFINITY=compact,0 ENV_FORT_BUFFERED=true 503.postencil=peak=default=default: ENV_OMP_NUM_THREADS=128 ENV_KMP_HW_SUBSET=64C,2T OPTIMIZE = -O3 -xCORE-AVX2 -g -qopenmp -qopenmp-offload=host -qopt-prefetch=3 504.polbm=peak=default=default: ENV_OMP_NUM_THREADS=128 ENV_KMP_HW_SUBSET=64C,2T OPTIMIZE += -xMIC-AVX512 -qopt-prefetch=5 514.pomriq=peak=default=default: ENV_OMP_NUM_THREADS=256 ENV_KMP_HW_SUBSET=64C,4T OPTIMIZE += -xMIC-AVX512 -qopt-prefetch=2 550.pmd=peak=default=default: ENV_OMP_NUM_THREADS=256 ENV_KMP_HW_SUBSET=64C,4T OPTIMIZE += -xMIC-AVX512 -qopt-prefetch=3 -no-prec-div -fimf-precision=low 551.ppalm=peak=default=default: ENV_OMP_NUM_THREADS=64 ENV_KMP_HW_SUBSET=64C,1T OPTIMIZE = -O3 -xMIC-AVX512 -g -qopenmp -qopenmp-offload=host -no-prec-sqrt -I/sw/taurus/libraries/fftw/3.3.6pl1-gcc5.3-intelmpi5.1/include #-I/sw/global/compilers/intel/2017/compilers_and_libraries_2017/linux/mkl/include/fftw #–I/sw/taurus/libraries/fftw/3.3.5-intel-xmpi/include #LIBS= -L/sw/global/compilers/intel/2017/compilers_and_libraries_2017/linux/mkl/lib/intel64 -lmkl -lfftw3 LIBS= -L/sw/taurus/libraries/fftw/3.3.6pl1-gcc5.3-intelmpi5.1/lib -lfftw3 PORTABILITY+= -DSPEC_HOST_FFTW3 FPORTABILITY+= -DSPEC_HOST_FFTW3 552.pep=peak=default=default: ENV_OMP_NUM_THREADS=256 ENV_KMP_HW_SUBSET=64C,4T OPTIMIZE += -xMIC-AVX512 -qopt-streaming-stores always 553.pclvrleaf=peak=default=default: ENV_OMP_NUM_THREADS=128 ENV_KMP_HW_SUBSET=64C,2T OPTIMIZE += -xMIC-AVX512 -qopt-streaming-stores always 554.pcg=peak=default=default: ENV_OMP_NUM_THREADS=128 ENV_KMP_HW_SUBSET=64C,2T OPTIMIZE = -O3 -xCORE-AVX2 -g -qopenmp -qopenmp-offload=host -qopt-prefetch=2 -qopt-streaming-stores always 555.pseismic=peak=default=default: ENV_OMP_NUM_THREADS=64 ENV_KMP_HW_SUBSET=64C,1T OPTIMIZE += -xMIC-AVX512 556.psp=peak=default=default: ENV_OMP_NUM_THREADS=64 ENV_KMP_HW_SUBSET=64C,1T OPTIMIZE += -xMIC-AVX512 -qopt-prefetch=2 557.pcsp=peak=default=default: ENV_OMP_NUM_THREADS=64 ENV_KMP_HW_SUBSET=64C,1T OPTIMIZE += -xMIC-AVX512 -qopt-prefetch=5 559.pmniGhost=peak=default=default: ENV_OMP_NUM_THREADS=128 ENV_KMP_HW_SUBSET=64C,2T OPTIMIZE += -xMIC-AVX512 -qopt-prefetch=3 -qopt-streaming-stores always 560.pilbdc=peak=default=default: ENV_OMP_NUM_THREADS=64 ENV_KMP_HW_SUBSET=64C,1T OPTIMIZE += -xMIC-AVX512 -qopt-prefetch=3 563.pswim=peak=default=default: ENV_OMP_NUM_THREADS=64 ENV_KMP_HW_SUBSET=64C,1T OPTIMIZE += -xMIC-AVX512 570.pbt=peak=default=default: ENV_OMP_NUM_THREADS=64 ENV_KMP_HW_SUBSET=64C,1T OPTIMIZE += -xMIC-AVX512 # The following settings were obtained by running 'specperl $[top]/Docs/sysinfo' default: notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) hw_cpu_name = Intel Xeon Phi 7210 hw_disk = 275 GB add more disk info here hw_memory001 = 94.135 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 = s1428123 (is never output, only tags rawfile) sw_file = ext4 sw_os001 = CentOS Linux release 7.3.1611 (Core) sw_os002 = 3.10.0-514.21.2.el7.x86_64 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = /home/s1428123/SPEC-ACCEL/run-spec-accel/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 32 MB I+D on chip per chip hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = None hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping. # 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 = https://www.spec.org/accel/flags/icc2015-openmp.xml hw_cpu_name = Intel Xeon Phi 7210 hw_cpu_char = Intel Turbo Boost 2 Technology up to 1.50 GHz hw_cpu_mhz = 1300 hw_cpu_max_mhz = 1500 hw_fpu = None hw_ncpuorder = 1 chip hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 1 MB I+D on chip per 2 cores hw_tcache = 16 GB I+D on chip per chip hw_ocache = None hw_disk = 275 GB INTEL SSDSC2BB30 hw_accel_model = Xeon Phi 7210 hw_accel_vendor = Intel hw_accel_name = Intel Xeon Phi 7210 hw_accel_type = CPU hw_accel_connect = N/A hw_accel_ecc = yes sw_file = ext4 sw_state = Run level 3 (user-level) sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit sw_other = FFTW 3.3.6pl1 hw_accel_desc000 = Intel Xeon Phi 7210, SMT ON, Turbo ON hw_accel_desc002 = Cluster Mode: Quadrant, Memory Mode: Cache test_sponsor = Technische Universitaet Dresden license_num = 37A tester = Technische Universitaet Dresden hw_avail = Jun-2016 sw_avail = Dec-2016 prepared_by = s1428123 (is never output, only tags rawfile) hw_vendor = Intel hw_nthreadspercore = 4 hw_ncoresperchip = 64 hw_ncores = 64 hw_nchips = 1 hw_memory000 = 96 GB (6 x 16 GB 2Rx4 PC4-2400T-R, running at hw_memory001 = 1066 MHz) hw_model000 = Intel Server System LADMP00AP Family (Xeon Phi hw_model001 = 7210, 1.3 GHz, 64 cores, 4 threads) sw_compiler000 = Intel Compiler C/C++/Fortran Version 17.0.1 sw_compiler001 = 20161005 sw_os000 = CentOS Linux release 7.3 sw_os001 = 3.10.0-514.21.2.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /tmp/spec-accel/1.2/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on taurusknl28.taurus.hrsk.tu-dresden.de Mon Jul 24 10:45:36 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/accel/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = From /proc/cpuinfo notes_plat_sysinfo_045 = model name : Intel(R) Xeon Phi(TM) CPU 7210 @ 1.30GHz notes_plat_sysinfo_050 = 1 "physical id"s (chips) notes_plat_sysinfo_055 = 256 "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 : 64 notes_plat_sysinfo_080 = siblings : 256 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 6 7 10 11 12 13 14 15 18 19 20 21 22 23 24 25 26 notes_plat_sysinfo_090 = 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 notes_plat_sysinfo_095 = 52 53 56 57 58 59 60 61 62 63 64 65 68 69 70 71 72 73 notes_plat_sysinfo_100 = cache size : 1024 KB notes_plat_sysinfo_105 = notes_plat_sysinfo_110 = From /proc/meminfo notes_plat_sysinfo_115 = MemTotal: 98707216 kB notes_plat_sysinfo_120 = HugePages_Total: 0 notes_plat_sysinfo_125 = Hugepagesize: 2048 kB notes_plat_sysinfo_130 = notes_plat_sysinfo_135 = /usr/bin/lsb_release -d notes_plat_sysinfo_140 = CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_145 = notes_plat_sysinfo_150 = From /etc/*release* /etc/*version* notes_plat_sysinfo_155 = centos-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_160 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.3 (Source) notes_plat_sysinfo_165 = os-release: notes_plat_sysinfo_170 = NAME="CentOS Linux" notes_plat_sysinfo_175 = VERSION="7 (Core)" notes_plat_sysinfo_180 = ID="centos" notes_plat_sysinfo_185 = ID_LIKE="rhel fedora" notes_plat_sysinfo_190 = VERSION_ID="7" notes_plat_sysinfo_195 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_200 = ANSI_COLOR="0;31" notes_plat_sysinfo_205 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_210 = redhat-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_215 = system-release: CentOS Linux release 7.3.1611 (Core) notes_plat_sysinfo_220 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_225 = notes_plat_sysinfo_230 = uname -a: notes_plat_sysinfo_235 = Linux taurusknl28.taurus.hrsk.tu-dresden.de 3.10.0-514.21.2.el7.x86_64 #1 SMP notes_plat_sysinfo_240 = Tue Jun 20 12:24:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = run-level 3 Jun 30 13:46 notes_plat_sysinfo_255 = notes_plat_sysinfo_260 = SPEC is set to: /tmp/spec-accel/1.2 notes_plat_sysinfo_265 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_270 = /dev/sda1 ext4 275G 6.5G 255G 3% / notes_plat_sysinfo_275 = Additional information from dmidecode: notes_plat_sysinfo_280 = notes_plat_sysinfo_285 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_290 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_295 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_300 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_305 = notes_plat_sysinfo_310 = notes_plat_sysinfo_315 = (End of data from sysinfo program) notes_submit_000 =submit = numactl -p 0 $command notes_000 =Used Environment Variables: notes_005 = ENV_KMP_AFFINITY=compact,0 - assign OpenMP Threads continously notes_010 = ENV_OMP_NUM_THREADS=128 - limits number of Threads to be started to 128 notes_015 = ENV_KMP_HW_SUBSET=1S,64C,2T - control Thread distribution accross sockets, cores and hw threads notes_020 = ENV_FORT_BUFFERED=true - enables buffered I/O for Fortran notes_025 = ENV_OMP_DYNAMIC - Enable or disable the dynamic adjustment of the number of threads within a team. If undefined, dynamic adjustment is disabled by default. notes_030 = ENV_KMP_LIBRARY - Selects the OpenMP runtime library throughput. The options for the variable value are: serial, turnaround, or throughput indicating the execution mode. notes_035 = ENV_KMP_BLOCKTIME - Sets the time, in milliseconds, that a thread should wait, after completing the execution of a parallel region, before sleeping.