# Invocation command line: # /root/cpu2006-1.1/bin/runspec --rate 16 -c cpu2006.1.1.ic11.0.linux64.sse42.rate.feb2009.cfg --flagsurl=Intel-ic11.0-int-linux64-revA.xml --define dp-nhm --define physicalfirst -T all -o asc int # output_root was not used for this run ############################################################################ ############################################################################ # This is a sample config file. It was tested with: # # Compiler name/version: Intel Compiler 11.0 # Operating system version: 64-Bit SUSE LINUX Enterprise Server 10 or later # Hardware: Intel processors supporting SSE4.2 # ############################################################################ # SPEC CPU2006 Intel Linux64 config file # July 2008 Intel Compiler 11.0 for Linux64 ############################################################################ action = validate tune = base ext = cpu2006.1.1.ic11.0.linux64.sse42.rate.feb2009 PATHSEP = / check_md5=1 reportable=1 # # These are listed as benchmark-tuning-extension-machine # default=default=default=default: CC = icc CXX = icpc FC=ifort OBJ = .o SMARTHEAP_DIR = /spec/cpu2006.1.1/lib # For UP systems, we need to know if the processors are ordered across cores first or in order # If across cores, processors 0, 1, 2 and 3 are on distinct physical cores # Otherwise, processors 0, 2, 4 and 6 are on distinct physical cores %ifdef %{up-nhm} %ifdef %{physicalfirst} bind= 0, 1, 2, 3, 4, 5, 6, 7 %endif %ifdef %{physicallogical} bind= 0, 2, 4, 6, 1, 3, 5, 7 %endif %endif %ifdef %{dp-nhm} %ifdef %{physicalfirst} bind= 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 %endif %ifdef %{physicallogical} bind= 0, 2, 4, 6, 8, 10, 12, 14, 1, 3, 5, 7, 9, 11, 13, 15 %endif %endif %ifdef %{4p-nhm} bind= <