# Invocation command line: # /work/cpu2006-v11/bin/runspec -c cpu2006.1.1.ic11.0.linux64.dgt.speed -T all --input ref -n 3 -F config/Intel-ic11.0-int-linux64-revA.xml,config/Intel-Linux64-Platform.xml -o all 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 Core 2 and compatible Intel processors # supporting Intel 64 and SSE4.1 # ############################################################################ # 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.dgt.speed PATHSEP = / check_md5=1 reportable=1 mean_anyway=1 #include: SUT.inc # ----- Begin inclusion of 'SUT.inc' ############################################################################ # File to be included into config file for SPEC CPU2006 # This include file specifies the "System Under Test" (Hardware, # OS, BIOS, etc.) # Any information about the binaries is elsewhere. ################################################################ # Notes section # ################################################################ default=default=default=default: # notes_comp_010 = Compiler specific notes; see *.cfg # notes_port_010 = About Portabiliy flags; see *.cfg # notes_base_010 = About base binaries; see *.cfg # notes_peak_010 = About peak binaries; see *.cfg # notes_submit_010 = taskset has been used to bind processes to CPUs notes_os_000= 'ulimit -s unlimited' was used to set the stacksize to unlimited prior to run # notes_os020 = OMP_NUM_THREADS set to number of cores (default). notes_plat_000= BIOS configuration: notes_plat_005= Enhanced Speedstep Technology = Disable notes_plat_010= C1 Enhanced Mode = Disable notes_plat_015= Hardware Prefetch = Enable, Adjacent Sector Prefetch = Enable notes_plat_020= SnoopFilter = Disable # notes_plat020= Hardware Prefetch = Disable, Adjacent Sector Prefetch = Disable # notes_plat020= Adjacent Sector Prefetch = Disable # notes_plat030= SnoopFilter = Enable # notes_part_010 = Not for us notes_000=For information about Fujitsu Siemens Computers please see: notes_005=http://www.fujitsu-siemens.com ################################################################ # End of Notes section # ################################################################ # Use of thread-binding controlled by macro %ifdef %{binding} use_submit_for_speed=1 submit = /usr/bin/taskset -c $SPECCOPYNUM $command # submit0 = MYMASK=\$((1<<$SPECCOPYNUM)) # submit1 = /usr/bin/taskset \$MYMASK $command # submit= MYMASK=\$((1<<\$SPECCOPYNUM)) ; /usr/bin/taskset \$MYMASK $command # submit=MYMASK=`printf '0x%x' \$((1<<$SPECCOPYNUM))` ; /usr/bin/taskset \$MYMASK $command %endif ################################################################ # Description Hardware and Software ################################################################ default=default=default=default: hw_vendor = Fujitsu Siemens Computers hw_model = CELSIUS R650, Intel Xeon X5270 processor hw_cpu_name = Intel Xeon X5270 hw_cpu_char = hw_cpu_mhz = 3500 hw_fpu = Integrated # hw_nchips = 2 hw_ncores = 4 hw_ncoresperchip = 2 hw_nthreadspercore = 1 # hw_ncpuorder = 1,2 chips hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 6 MB I+D on chip per chip hw_tcache = None hw_ocache = None hw_memory = 8 GB (8x1 GB DDR2 5300F, 2 rank, CL5-5-5, ECC) hw_disk = 1 x SATA II, 400 GB, 7200 rpm hw_other = None sw_file=ext3 sw_state=Multi-User, Run Level 3 license_num = 22 test_sponsor = Fujitsu Siemens Computers tester = Fujitsu Siemens Computers hw_avail = Oct-2008 prepared_by = Fujitsu Siemens Computers # ---- End inclusion of '/work/cpu2006-v11/config/SUT.inc' # # 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 #################################################################### # Compiler options # for Dunnington use -xSSE4.1 # for processors prior to dunnington, replace -xSSE4.1 with -xSSSE3 #################################################################### SSE = -xSSE4.1 FAST = $(SSE) -ipo -O3 -no-prec-div -static FASTNOSTATIC = $(SSE) -ipo -O3 -no-prec-div ################################################################ # # portability & libraries # #################### Portability Flags and Notes ############################ 400.perlbench=default: CPORTABILITY= -DSPEC_CPU_LINUX_IA32 403.gcc=default: EXTRA_CFLAGS= -Dalloca=_alloca 462.libquantum=default: CPORTABILITY= -DSPEC_CPU_LINUX 483.xalancbmk=default: CXXPORTABILITY= -DSPEC_CPU_LINUX fp=default: PORTABILITY = -DSPEC_CPU_LP64 435.gromacs=default=default=default: LDPORTABILITY = -nofor_main 436.cactusADM=default=default=default: LDPORTABILITY = -nofor_main 454.calculix=default=default=default: LDPORTABILITY = -nofor_main 481.wrf=default=default=default: CPORTABILITY = -DSPEC_CPU_CASE_FLAG -DSPEC_CPU_LINUX ################################################################ # Tuning Flags ################################################################ # Base tuning default optimization # Feedback directed optimization not allowed in baseline for CPU2006 # However there is no limit on the number of flags as long as the same # flags are used in the same order for all benchmarks of a given language ################################################################ 471.omnetpp,473.astar,483.xalancbmk=default: EXTRA_LIBS= -L$(SMARTHEAP_DIR) -lsmartheap EXTRA_LDFLAGS= -Wl,-z,muldefs int=base=default=default: COPTIMIZE= $(FAST) -parallel -par-runtime-control -opt-prefetch CXXOPTIMIZE= $(FASTNOSTATIC) -opt-prefetch fp=base=default=default: OPTIMIZE= $(FAST) -parallel -opt-prefetch ################################################################ # Peak Tuning Flags int 2006 fast ################################################################ int=peak=default: COPTIMIZE= $(FAST) -auto-ilp32 CXXOPTIMIZE= $(FASTNOSTATIC) PASS1_CFLAGS = -prof-gen PASS2_CFLAGS = -prof-use PASS1_CXXFLAGS = -prof-gen PASS2_CXXFLAGS = -prof-use PASS1_LDFLAGS = -prof-gen PASS2_LDFLAGS = -prof-use 400.perlbench=peak=default: COPTIMIZE= $(FAST) -ansi-alias -opt-prefetch 401.bzip2=peak=default: CC= /opt/intel/Compiler/11.0/042/bin/intel64/icc -L/opt/intel/Compiler/11.0/042/ipp/em64t/lib -I/opt/intel/Compiler/11.0/042/ipp/em64t/include CPORTABILITY= -DSPEC_CPU_LP64 COPTIMIZE= $(FAST) -auto-ilp32 -opt-prefetch -ansi-alias 403.gcc=peak=default: COPTIMIZE = $(FAST) -inline-calloc -opt-malloc-options=3 feedback=0 429.mcf=peak=default: COPTIMIZE= $(FAST) -opt-prefetch feedback=0 445.gobmk=peak=default: COPTIMIZE= $(SSE) -O2 -ipo -no-prec-div -ansi-alias 456.hmmer=peak=default: CC= /opt/intel/Compiler/11.0/042/bin/intel64/icc -L/opt/intel/Compiler/11.0/042/ipp/em64t/lib -I/opt/intel/Compiler/11.0/042/ipp/em64t/include CPORTABILITY= -DSPEC_CPU_LP64 COPTIMIZE= $(FAST) -unroll2 -ansi-alias -auto-ilp32 feedback=0 458.sjeng=peak=default: COPTIMIZE= $(FAST) -unroll4 462.libquantum=peak=default: basepeak=yes 464.h264ref=peak=default: COPTIMIZE= $(FAST) -unroll2 -ansi-alias 471.omnetpp=peak=default: CXXOPTIMIZE= $(FASTNOSTATIC) -ansi-alias -opt-ra-region-strategy=block 473.astar=peak=default: CXXOPTIMIZE= $(FASTNOSTATIC) -ansi-alias -opt-ra-region-strategy=routine 483.xalancbmk=peak=default: basepeak=yes ################################################################ # Peak Tuning Flags for FP ################################################################ fp=peak=default: OPTIMIZE= $(FAST) COPTIMIZE= -auto-ilp32 CXXOPTIMIZE= -auto-ilp32 PASS1_CFLAGS = -prof-gen PASS2_CFLAGS = -prof-use PASS1_CXXFLAGS = -prof-gen PASS2_CXXFLAGS = -prof-use PASS1_FFLAGS = -prof-gen PASS2_FFLAGS = -prof-use PASS1_LDFLAGS = -prof-gen PASS2_LDFLAGS = -prof-use 410.bwaves=peak=default: OPTIMIZE= $(FAST) -opt-prefetch -parallel feedback=0 416.gamess=peak=default: OPTIMIZE= $(FAST) -unroll2 -Ob0 -ansi-alias -scalar-rep- 433.milc=peak=default: OPTIMIZE= $(FAST) -fno-alias COPTIMIZE= 434.zeusmp=peak=default: basepeak=yes 435.gromacs=peak=default: OPTIMIZE= $(FAST) -opt-prefetch 436.cactusADM=peak=default: OPTIMIZE= $(FAST) -unroll2 -opt-prefetch -parallel 437.leslie3d=peak=default: basepeak=yes 444.namd=peak=default: CXXOPTIMIZE= $(FAST) -fno-alias -auto-ilp32 447.dealII=peak=default: CXXOPTIMIZE= $(FAST) -unroll2 -ansi-alias -scalar-rep- -opt-prefetch 450.soplex=peak=default: PORTABILITY = CXX= /opt/intel/Compiler/11.0/042/bin/ia32/icpc -L/opt/intel/Compiler/11.0/042/ipp/ia32/lib -I/opt/intel/Compiler/11.0/042/ipp/ia32/include OPTIMIZE= $(FAST) -opt-malloc-options=3 CXXOPTIMIZE= 453.povray=peak=default: CXXOPTIMIZE= $(FAST) -unroll4 -ansi-alias 454.calculix=peak=default: OPTIMIZE= $(FAST) feedback=0 459.GemsFDTD=peak=default: OPTIMIZE= $(FAST) -unroll2 -Ob0 -opt-prefetch -parallel 465.tonto=peak=default: OPTIMIZE= $(FAST) -unroll4 -auto 470.lbm=peak=default: PORTABILITY = CC= /opt/intel/Compiler/11.0/042/bin/ia32/icc -L/opt/intel/Compiler/11.0/042/ipp/ia32/lib -I/opt/intel/Compiler/11.0/042/ipp/ia32/include basepeak=yes 481.wrf=peak=default: OPTIMIZE= $(FAST) -opt-prefetch -parallel feedback=0 482.sphinx3=peak=default: PORTABILITY = CC= /opt/intel/Compiler/11.0/042/bin/ia32/icc -L/opt/intel/Compiler/11.0/042/ipp/ia32/lib -I/opt/intel/Compiler/11.0/042/ipp/ia32/include COPTIMIZE= -unroll2 feedback=no ################################################################# # (Edit this to match your system) ################################################################# default=default=default=default: sw_avail = Nov-2008 sw_os000 = SuSE Linux Enterprise Server 10 (x86_64) SP2 sw_os001 = kernel 2.6.16.60-0.21-smp sw_other000 = Microquill SmartHeap V8.1 sw_other001 = Binutils 2.18.50.0.7.20080502 int=default=default=default: sw_compiler000 = Intel C++ Compiler 11.0 for Linux sw_compiler001 = Build 20080730, Package ID l_cproc_b_11.0.042 sw_base_ptrsize = 32-bit sw_peak_ptrsize = 32/64-bit # notes_020 = All benchmarks compiled in 32-bit mode except 401.bzip2 and 456.hmmer, # notes_025 = for peak, are compiled in 64-bit mode notes_os_005 = OMP_NUM_THREADS set to number of processors notes_os_010 = KMP_AFFINITY set to "physical,0" fp=default=default=default: sw_compiler001 = Intel C++ and Fortran Compiler 11.0 for Linux sw_compiler002 = Build 20080730 sw_base_ptrsize = 64-bit sw_peak_ptrsize = 32/64-bit # notes_020 = All benchmarks compiled in 64-bit mode except 450.soplex, # notes_025 = 470.lbm and 482.sphinx3, at peak, are compiled in 32-bit mode notes_os_028 = OMP_NUM_THREADS set to number of processors notes_os_029 = KMP_AFFINITY set to "physical,0" notes_os_030 = KMP_STACKSIZE set to 200M # 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 = http://www.spec.org/cpu2006/flags/Intel-ic11.0-int-linux64-revA.20090713.08.xml flagsurl001 = http://www.spec.org/cpu2006/flags/FSC-SLES10-Platform.xml