# Invocation command line: # /home/tta701/accel-1.4/bin/runspec --tune=base --reportable --config=config.cfg --platform NVIDIA --device GPU opencl # output_root was not used for this run ############################################################################ ############################################################################ # # Document Title: Accel-opencl-nvidia-02.cfg # # Subject: SPEC ACCEL Config file # # Last Update: 08 Jun 2022 # # ------------------------------------------------------------- # # 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_model = KR580S2 hw_memory = 512 GB (8 x 64GB 2Rx4 PC4-3200AA-RA2-12-DC1) hw_disk = 2 x Samsung SSD 860 PRO 512GB (RAID 0) hw_vendor = KTNF hw_avail = May 2022 sw_avail = Jul 2021 # CPU description hw_cpu = Intel(R) Xeon(R) Platinum 8380 CPU @ 2.30GHz hw_cpu_name = Intel Xeon Platinum 8330 hw_cpu_mhz = 2300 hw_cpu_max_mhz = 3400 hw_cpu_char = Intel Turbo Boost Technology up to 3.4 GHz hw_ncores = 80 hw_nchips = 2 hw_ncoresperchip = 40 hw_nthreadspercore = 2 hw_ncpuorder = 1,2 chips hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 1024 KB I+D on chip per core hw_tcache = 60 MB I+D on chip per chip hw_ocache = None hw_other = LSI MegaRAID SAS-3 3108 # Accelerator description hw_accel_connect = PCIe 4.0 16x hw_accel_desc = NVIDIA Tesla A100-PCIE-40GB ##hw_accel_desc001 = 1230 MHz ##hw_accel_desc002 = 16GB HBM2 RAM hw_accel_ecc = Yes hw_accel_model = Tesla A100-PCIE-40GB hw_accel_name = NVIDIA Tesla A100-PCIE-40GB hw_accel_type = GPU hw_accel_vendor = NVIDIA sw_accel_driver = NVIDIA Driver Version 460.106.00 # Tester description - edit the date, put your license number here! license_num = 068A prepared_by = Eunsoo Choi(eunsoo.choi.111@gmail.com) tester = Telecommunications Technology Association test_sponsor = Telecommunications Technology Association display_order = 1a # Operating system, file system sw_os000 = CentOS Linux release 7.9.2009 (Core) sw_os001 = 3.10.0-1160.66.1.el7.x86_64 sw_file = xfs sw_state = Multi-user, run level 3 sw_other = NVIDIA CUDA 11.2 sysinfo_program = specperl $[top]/Docs/sysinfo -f ##flagsurl000 = https://www.spec.org/accel/flags/pgi2014_flags.xml ##/pgi2014_flags.xml ##flagsurl000 = /home/tta201/accel-1.3/config/gcc_flags.xml flagsurl000 = /home/tta701/accel-1.4/config/flags/gcc_flags.20210909.xml ##flagsurl000 = /home/tta301/accel-1.3/config/gcc_flags.xml ####################################################################### # 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 = compsys output_format = all #table = 0 teeout = no teerunout = yes tune = base ###################################################################### # 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_compiler = GCC version 4.8.5 20150623 CC = gcc CXX = g++ FC = gfortran strict_rundir_verify = 0 ####################################################################### # # 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 # OPTIMIZE = -O2 LIBS = -L/usr/local/cuda/lib64 -lOpenCL EXTRA_LIBS = EXTRA_CXXFLAGS = -I/usr/local/cuda/include EXTRA_CFLAGS = -I/usr/local/cuda/include notes_000 = ================================================================================================ notes_005 = Spectre and Meltdown notes_010 = Yes: The test sponsor attests, as of date of publication, that CVE-2017-5754 (Meltdown) notes_015 = is mitigated in the system as tested and documented. notes_020 = Yes: The test sponsor attests, as of date of publication, that CVE-2017-5753 (Spectre variant 1) notes_025 = is mitigated in the system as tested and documented. notes_030 = Yes: The test sponsor attests, as of date of publication, that CVE-2017-5715 (Spectre variant 2) notes_035 = is mitigated in the system as tested and documented. 116.histo=base=default=default: CPORTABILITY=-DSPEC_LOCAL_MEMORY_HEADROOM=2 ####################################################################### # End of user-supplied information. ####################################################################### # The following settings were obtained by running 'specperl $[top]/Docs/sysinfo -f' default: notes_plat_sysinfo_000 = Sysinfo program /home/tta701/accel-1.4/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on kr580s2 Wed Jun 8 17:20:55 2022 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(R) Platinum 8380 CPU @ 2.30GHz notes_plat_sysinfo_050 = 2 "physical id"s (chips) notes_plat_sysinfo_055 = 160 "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 : 40 notes_plat_sysinfo_080 = siblings : 80 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 notes_plat_sysinfo_090 = 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 notes_plat_sysinfo_095 = physical 1: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 notes_plat_sysinfo_100 = 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 notes_plat_sysinfo_105 = cache size : 61440 KB notes_plat_sysinfo_110 = notes_plat_sysinfo_115 = From /proc/meminfo notes_plat_sysinfo_120 = MemTotal: 527825800 kB notes_plat_sysinfo_125 = HugePages_Total: 0 notes_plat_sysinfo_130 = Hugepagesize: 2048 kB notes_plat_sysinfo_135 = notes_plat_sysinfo_140 = From /etc/*release* /etc/*version* notes_plat_sysinfo_145 = centos-release: CentOS Linux release 7.9.2009 (Core) notes_plat_sysinfo_150 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.8 (Source) notes_plat_sysinfo_155 = os-release: notes_plat_sysinfo_160 = NAME="CentOS Linux" notes_plat_sysinfo_165 = VERSION="7 (Core)" notes_plat_sysinfo_170 = ID="centos" notes_plat_sysinfo_175 = ID_LIKE="rhel fedora" notes_plat_sysinfo_180 = VERSION_ID="7" notes_plat_sysinfo_185 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_190 = ANSI_COLOR="0;31" notes_plat_sysinfo_195 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_200 = redhat-release: CentOS Linux release 7.9.2009 (Core) notes_plat_sysinfo_205 = system-release: CentOS Linux release 7.9.2009 (Core) notes_plat_sysinfo_210 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_215 = notes_plat_sysinfo_220 = uname -a: notes_plat_sysinfo_225 = Linux kr580s2 3.10.0-1160.66.1.el7.x86_64 #1 SMP Wed May 18 16:02:34 UTC 2022 notes_plat_sysinfo_230 = x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_235 = notes_plat_sysinfo_240 = run-level 3 Jan 16 08:46 notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = SPEC is set to: /home/tta701/accel-1.4 notes_plat_sysinfo_255 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_260 = /dev/mapper/centos-home xfs 898G 24G 875G 3% /home notes_plat_sysinfo_265 = Additional information from dmidecode: notes_plat_sysinfo_270 = notes_plat_sysinfo_275 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_280 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_285 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_290 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_295 = notes_plat_sysinfo_300 = notes_plat_sysinfo_305 = (End of data from sysinfo program) # hw_cpu_name = Intel Xeon Platinum 8380 # hw_disk = 898 GB add more disk info here # hw_memory001 = 503.374 GB fixme: If using DDR3, format is: # hw_memory002 = 'N GB (M x N GB nRxn PCn-nnnnnR-n, ECC)' # hw_nchips = 2 # prepared_by = tta701 (is never output, only tags rawfile) # sw_file = xfs # sw_os001 = CentOS Linux release 7.9.2009 (Core) # sw_os002 = 3.10.0-1160.66.1.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: sw_peak_ptrsize = Not Applicable # 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/gcc_flags.20211028.xml hw_cpu_name = Intel Xeon Platinum 8330 hw_cpu_char = Intel Turbo Boost Technology up to 3.4 GHz hw_cpu_mhz = 2300 hw_cpu_max_mhz = 3400 hw_ncpuorder = 1,2 chips hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 1024 KB I+D on chip per core hw_tcache = 60 MB I+D on chip per chip hw_ocache = None hw_memory = 512 GB (8 x 64GB 2Rx4 PC4-3200AA-R) hw_disk = 2 x Samsung SSD 860 PRO 512GB (RAID 0) hw_other = LSI MegaRAID SAS-3 3108 hw_accel_model = Tesla A100-PCIE-40GB hw_accel_vendor = NVIDIA hw_accel_name = NVIDIA Tesla A100-PCIE-40GB hw_accel_type = GPU hw_accel_connect = PCIe 4.0 16x hw_accel_ecc = Yes hw_accel_desc = NVIDIA Tesla A100-PCIE-40GB sw_accel_driver = NVIDIA Driver Version 460.106.00 sw_compiler = GCC version 4.8.5 20150623 sw_file = xfs sw_state = Multi-user, run level 3 sw_peak_ptrsize = Not Applicable sw_other = NVIDIA CUDA 11.2 test_sponsor = Telecommunications Technology Association license_num = 068A tester = Telecommunications Technology Association hw_avail = May 2022 sw_avail = Jul 2021 prepared_by = Eunsoo Choi(eunsoo.choi.111@gmail.com) hw_vendor = KTNF hw_model = KR580S2 hw_nthreadspercore = 2 hw_ncoresperchip = 40 hw_ncores = 80 hw_nchips = 2 sw_os000 = CentOS Linux release 7.9.2009 (Core) sw_os001 = 3.10.0-1160.66.1.el7.x86_64 notes_plat_sysinfo_000 = Sysinfo program /home/tta701/accel-1.4/Docs/sysinfo notes_plat_sysinfo_005 = $Rev: 6965 $ $Date:: 2015-04-21 #$ c05a7f14b1b1765e3fe1df68447e8a35 notes_plat_sysinfo_010 = running on kr580s2 Wed Jun 8 17:20:55 2022 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(R) Platinum 8380 CPU @ 2.30GHz notes_plat_sysinfo_050 = 2 "physical id"s (chips) notes_plat_sysinfo_055 = 160 "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 : 40 notes_plat_sysinfo_080 = siblings : 80 notes_plat_sysinfo_085 = physical 0: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 notes_plat_sysinfo_090 = 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 notes_plat_sysinfo_095 = physical 1: cores 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 notes_plat_sysinfo_100 = 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 notes_plat_sysinfo_105 = cache size : 61440 KB notes_plat_sysinfo_110 = notes_plat_sysinfo_115 = From /proc/meminfo notes_plat_sysinfo_120 = MemTotal: 527825800 kB notes_plat_sysinfo_125 = HugePages_Total: 0 notes_plat_sysinfo_130 = Hugepagesize: 2048 kB notes_plat_sysinfo_135 = notes_plat_sysinfo_140 = From /etc/*release* /etc/*version* notes_plat_sysinfo_145 = centos-release: CentOS Linux release 7.9.2009 (Core) notes_plat_sysinfo_150 = centos-release-upstream: Derived from Red Hat Enterprise Linux 7.8 (Source) notes_plat_sysinfo_155 = os-release: notes_plat_sysinfo_160 = NAME="CentOS Linux" notes_plat_sysinfo_165 = VERSION="7 (Core)" notes_plat_sysinfo_170 = ID="centos" notes_plat_sysinfo_175 = ID_LIKE="rhel fedora" notes_plat_sysinfo_180 = VERSION_ID="7" notes_plat_sysinfo_185 = PRETTY_NAME="CentOS Linux 7 (Core)" notes_plat_sysinfo_190 = ANSI_COLOR="0;31" notes_plat_sysinfo_195 = CPE_NAME="cpe:/o:centos:centos:7" notes_plat_sysinfo_200 = redhat-release: CentOS Linux release 7.9.2009 (Core) notes_plat_sysinfo_205 = system-release: CentOS Linux release 7.9.2009 (Core) notes_plat_sysinfo_210 = system-release-cpe: cpe:/o:centos:centos:7 notes_plat_sysinfo_215 = notes_plat_sysinfo_220 = uname -a: notes_plat_sysinfo_225 = Linux kr580s2 3.10.0-1160.66.1.el7.x86_64 #1 SMP Wed May 18 16:02:34 UTC 2022 notes_plat_sysinfo_230 = x86_64 x86_64 x86_64 GNU/Linux notes_plat_sysinfo_235 = notes_plat_sysinfo_240 = run-level 3 Jan 16 08:46 notes_plat_sysinfo_245 = notes_plat_sysinfo_250 = SPEC is set to: /home/tta701/accel-1.4 notes_plat_sysinfo_255 = Filesystem Type Size Used Avail Use% Mounted on notes_plat_sysinfo_260 = /dev/mapper/centos-home xfs 898G 24G 875G 3% /home notes_plat_sysinfo_265 = Additional information from dmidecode: notes_plat_sysinfo_270 = notes_plat_sysinfo_275 = Warning: Use caution when you interpret this section. The 'dmidecode' program notes_plat_sysinfo_280 = reads system data which is "intended to allow hardware to be accurately notes_plat_sysinfo_285 = determined", but the intent may not be met, as there are frequent changes to notes_plat_sysinfo_290 = hardware, firmware, and the "DMTF SMBIOS" standard. notes_plat_sysinfo_295 = notes_plat_sysinfo_300 = notes_plat_sysinfo_305 = (End of data from sysinfo program) notes_000 = ================================================================================================ notes_005 = Spectre and Meltdown notes_010 = Yes: The test sponsor attests, as of date of publication, that CVE-2017-5754 (Meltdown) notes_015 = is mitigated in the system as tested and documented. notes_020 = Yes: The test sponsor attests, as of date of publication, that CVE-2017-5753 (Spectre variant 1) notes_025 = is mitigated in the system as tested and documented. notes_030 = Yes: The test sponsor attests, as of date of publication, that CVE-2017-5715 (Spectre variant 2) notes_035 = is mitigated in the system as tested and documented.