# Invocation command line: # C:\CPU200~1.1\bin\runspec --rate 8 -c cpu2006.1.1.ic11.1.winx64.sse42.rate.cfg -T all --define 1P4C8L --flagsurl=Intel-ic11.1-int-rate-winx64-revA.xml -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.1 , MS VS 2008 # Operating system version: Windows Vista (64-bit) # Hardware: Intel processors supporting # Streaming SIMD Extensions 4.2 # # If your platform uses different versions, different # hardware or operates in a different mode (for # example, 32- vs. 64-bit mode), there is the possibiliy # that this configuration file may not work as-is. # # Note that issues with compilation should be directed # to the compiler vendor. Information about SPEC technical # support can be found in the techsupport document in the # Docs directory of your benchmark installation. # # This config file uses the SmartHeap library and if you # do not have a licensed copy, please remove all # instances of shlW32M.lib from this config file. # # Also note that this is a sample configuration. It # is expected to work for the environment in which # it was tested; it is not guaranteed that this is # the config file that will provide the best performance. # # # Note that you might find a more recent config file for # your platform with the posted results at # http://www.spec.org/cpu2006 ############################################################################ # SPEC CPU2006 Intel Windows XP/Vista64 config file # Aug 19 2009. Intel Compiler 11.1 Visual Studio 2008 ############################################################################ action = validate tune = base ext = ic11.1.winx64.sse42.rate.aug192009.exe PATHSEP = / check_md5=1 reportable=1 use_submit_for_speed=1 # Works only on Vista32, Server2003 and all x64 Windows operating systems. # Does *not* work on Windows XP32 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<$SPECCOPYNUM), q{ $command } " ################################################################ # # These are listed as benchmark-tuning-extension-machine # ################################################################ # Compiler section ################################################################ CC = icl -Qvc9 -Qstd=c99 CXX = icl -Qvc9 FC = ifort OBJ = .obj int=default: EXTRA_LDFLAGS = /F512000000 fp=default: EXTRA_LDFLAGS = /F1000000000 ################################################################ # Portability section ################################################################ fp=default: PORTABILITY = -DSPEC_CPU_P64 403.gcc=default=default=default: CPORTABILITY = -DSPEC_CPU_WIN32 EXTRA_CFLAGS = -Dalloca=_alloca 410.bwaves=default: FPORTABILITY = /Qlowercase 436.cactusADM=default=default=default: FPORTABILITY = -Qlowercase /assume:underscore 444.namd=default=default=default: CXXPORTABILITY = /TP 447.dealII=default: CXXPORTABILITY = -DDEAL_II_MEMBER_VAR_SPECIALIZATION_BUG 453.povray=default=default=default: CXXPORTABILITY = -DSPEC_CPU_WINDOWS_ICL 454.calculix=default=default=default: FPORTABILITY = -Qlowercase CPORTABILITY = -DSPEC_CPU_NOZMODIFIER 464.h264ref=default=default=default: CPORTABILITY = -DWIN32 -DSPEC_CPU_NO_INTTYPES 481.wrf=default: CPORTABILITY = -DSPEC_CPU_WINDOWS_ICL 483.xalancbmk=default=default=default: CXXPORTABILITY = -Qoption,cpp,--no_wchar_t_keyword ################################################################ # Library Tuning Flags ################################################################ 471.omnetpp,473.astar,483.xalancbmk=default: EXTRA_LIBS= shlW32M.lib LDOUT= -Fe$@ -link /FORCE:MULTIPLE ################################################################ # Baseline Tuning Flags # default baseline for int and fp 2006 ################################################################ int=base=default=default: OPTIMIZE= -QxSSE4.2 -Qipo -O3 -Qprec-div- -Qopt-prefetch CXXOPTIMIZE= -Qcxx-features fp=base=default=default: OPTIMIZE= -QxSSE4.2 -Qipo -O3 -Qprec-div- -Qopt-prefetch COPTIMIZE= -Qauto-ilp32 CXXOPTIMIZE= -Qcxx-features -Qauto-ilp32 EXTRA_CXXLIBS= shlW64M.lib LDOUT= -Fe$@ -link /FORCE:MULTIPLE fp=peak: COPTIMIZE= -Qauto-ilp32 CXXOPTIMIZE= -Qauto-ilp32 EXTRA_CXXLIBS= shlW64M.lib LDOUT= -Fe$@ -link /FORCE:MULTIPLE ################################################################ # Peak Tuning Flags # default peak for int and fp 2006 ################################################################ ################################################################ # Peak Tuning Flags int 2006 fast ################################################################ int=peak=default=default: OPTIMIZE= -Qipo -O3 -Qprec-div- -Qopt-prefetch PASS1_CFLAGS= -Qprof_gen PASS2_CFLAGS= -QxSSE4.2 -Qprof_use PASS1_CXXFLAGS= -Qprof_gen PASS2_CXXFLAGS= -QxSSE4.2 -Qprof_use PASS1_LDFLAGS= -Qprof_gen PASS2_LDFLAGS= -QxSSE4.2 -Qprof_use 400.perlbench=peak=default: OPTIMIZE= -Qipo -O3 -Qprec-div- -Qansi-alias -Qopt-prefetch EXTRA_LIBS= shlW32M.lib LDOUT= -Fe$@ -link /FORCE:MULTIPLE 401.bzip2=peak=default: OPTIMIZE= -Qipo -O3 -Qprec-div- -Qopt-prefetch -Qansi-alias 429.mcf=peak=default: OPTIMIZE= -QxSSE4.2 -Qipo -O3 -Qprec-div- -Qopt-prefetch feedback=no ######################################################### %ifdef %{1P2C4L} copies=2 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P4C8L} copies=4 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P8C16L} copies=8 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P6C12L} copies=6 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P12C24L} copies=12 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif ######################################################### 445.gobmk=peak=default: OPTIMIZE= -Qipo -O2 -Qprec-div- -Qansi-alias 456.hmmer=peak=default: OPTIMIZE= -QxSSE4.2 -Qipo -O3 -Qprec-div- -Qunroll2 -Qansi-alias feedback=no ######################################################### %ifdef %{1P2C4L} copies=2 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P4C8L} copies=4 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P8C16L} copies=8 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P6C12L} copies=6 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P12C24L} copies=12 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif ######################################################### 458.sjeng=peak=default: OPTIMIZE= -Qipo -O3 -Qprec-div- -Qunroll4 462.libquantum=peak=default: basepeak=yes 464.h264ref=peak=default: OPTIMIZE= -Qipo -O3 -Qprec-div- -Qunroll2 -Qansi-alias 471.omnetpp=peak=default: OPTIMIZE= -Qipo -O3 -Qprec-div- -Qansi-alias -Qopt-ra-region-strategy=block 473.astar=peak=default: OPTIMIZE= -Qipo -O3 -Qprec-div- -Qansi-alias -Qopt-ra-region-strategy=routine 483.xalancbmk=peak=default: basepeak=yes ################################################################ # Peak Tuning Flags fp 2006 fast ################################################################ fp=peak=default=default: OPTIMIZE= -Qipo -O3 -Qprec-div- PASS1_CFLAGS= -Qprof_gen PASS2_CFLAGS= -QxSSE4.2 -Qprof_use PASS1_CXXFLAGS= -Qprof_gen PASS2_CXXFLAGS= -QxSSE4.2 -Qprof_use PASS1_FFLAGS= -Qprof_gen PASS2_FFLAGS= -QxSSE4.2 -Qprof_use PASS1_LDFLAGS= -Qprof_gen PASS2_LDFLAGS= -QxSSE4.2 -Qprof_use 410.bwaves=peak=default: OPTIMIZE= -QxSSE4.2 -Qipo -O3 -Qprec-div- -Qopt-prefetch feedback=0 ######################################################### %ifdef %{1P2C4L} copies=2 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P4C8L} copies=4 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P8C16L} copies=8 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P6C12L} copies=6 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P12C24L} copies=12 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif ######################################################### 416.gamess=peak=default: OPTIMIZE= -QxSSE4.2 -Qipo -O3 -Qprec-div- -Qopt-prefetch COPTIMIZE= -Qauto-ilp32 CXXOPTIMIZE= -Qcxx-features -Qauto-ilp32 feedback=no ######################################################### %ifdef %{1P2C4L} copies=2 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P4C8L} copies=4 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P8C16L} copies=8 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P6C12L} copies=6 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P12C24L} copies=12 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif ######################################################### 433.milc=peak=default: basepeak=yes 434.zeusmp=peak=default: basepeak=yes 435.gromacs=peak=default: OPTIMIZE= -Qipo -O3 -Qprec-div- -Qopt-prefetch 436.cactusADM=peak=default: basepeak=yes 437.leslie3d=peak=default: basepeak=yes ######################################################### %ifdef %{1P2C4L} copies=2 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P4C8L} copies=4 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P8C16L} copies=8 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P6C12L} copies=6 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P12C24L} copies=12 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif ######################################################### 444.namd=peak=default: OPTIMIZE= -Qipo -O3 -Qprec-div- -Oa 447.dealII=peak=default: OPTIMIZE= -Qipo -O3 -Qprec-div- -Qunroll2 -Qansi-alias -Qscalar-rep- 453.povray=peak=default: OPTIMIZE= -Qipo -O3 -Qprec-div- -Qunroll4 -Qansi-alias 450.soplex=peak=default: OPTIMIZE= -Qipo -O3 ######################################################### %ifdef %{1P2C4L} copies=2 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P4C8L} copies=4 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P8C16L} copies=8 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P6C12L} copies=6 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P12C24L} copies=12 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif ######################################################### 454.calculix=peak=default: OPTIMIZE= -QxSSE4.2 -Qipo -O3 -Qprec-div- feedback=0 459.GemsFDTD=peak=default: basepeak=yes ######################################################### %ifdef %{1P2C4L} copies=2 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P4C8L} copies=4 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P8C16L} copies=8 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P6C12L} copies=6 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P12C24L} copies=12 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif ######################################################### 465.tonto=peak=default: OPTIMIZE= -Qipo -O3 -Qprec-div- -Qunroll4 -Qauto 470.lbm=peak=default: OPTIMIZE= -QxSSE4.2 -Qipo -O3 -Qprec-div- -Qopt-prefetch feedback=no ######################################################### %ifdef %{1P2C4L} copies=2 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P4C8L} copies=4 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P8C16L} copies=8 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{1P6C12L} copies=6 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif %ifdef %{2P12C24L} copies=12 submit= specperl -e "system sprintf qq{start /b /wait /affinity %x %s}, (1<<(2*$SPECCOPYNUM)), q{ $command } " %endif ######################################################### 481.wrf=peak=default: basepeak=yes 482.sphinx3=peak=default: OPTIMIZE= -QxSSE4.2 -Qipo -O3 -Qprec-div- -Qunroll2 feedback=0 ################################################################# # (Edit this to match your system) ################################################################# default=default=default=default: license_num = 13 test_sponsor = Intel Corporation hw_avail = Jun-2009 sw_avail = Oct-2009 tester = Intel Corporation hw_cpu_name = Intel Core i7-870 hw_cpu_char = Intel Turbo Boost Technology up to 3.60 GHz hw_cpu_mhz = 2933 hw_disk = Intel X25-M 80GB SSD hw_fpu = Integrated hw_memory000 = 4 GB (2x2GB Micron MT16JTF25664AZ-1G4 DDR3-1333 hw_memory001 = CL9) hw_model = Intel DP55KG motherboard (Intel Core i7-870) hw_ncpuorder = 1 chip hw_ncores = 4 hw_nchips = 1 hw_ncoresperchip = 4 hw_nthreadspercore = 2 hw_other = None hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 256 KB I+D on chip per core hw_tcache = 8 MB I+D on chip per chip hw_ocache = None hw_vendor = Intel Corporation prepared_by = Anirudha Rahatekar sw_file = NTFS sw_os = Windows Vista Ultimate w/ SP1 (64-bit) sw_state = Default sw_other000 = None notes_000 = Tested systems can be used with Shin-G ATX case, notes_005 = PC Power and Cooling 1200W power supply notes_010 = System was configured with an ATI 5970 discrete graphics card int=default=default=default: sw_compiler000 = Intel C++ Compiler Professional 11.1 for IA32 sw_compiler001 = Build 20090903 Package ID: w_cproc_p_11.1.045 sw_compiler002 = Microsoft Visual Studio 2008 Professional SP1 sw_compiler003 = (for libraries) sw_other001 = SmartHeap Library Version 8.1 from sw_other002 = http://www.microquill.com/ sw_base_ptrsize = 32-bit sw_peak_ptrsize = 32-bit fp=default=default=default: sw_compiler001 = Intel C++ Compiler Professional 11.1 for Intel 64 sw_compiler002 = Build 20090903 Package ID: w_cproc_p_11.1.045 sw_compiler003 = Intel Visual Fortran Compiler Professional 11.1 for Intel 64 sw_compiler004 = Build 20090903 Package ID: w_cproc_p_11.1.045, w_cprof_p_11.1.045 sw_compiler005 = Microsoft Visual Studio 2008 Professional SP1 (for libraries) sw_other001 = SmartHeap Library Version 8.1 from sw_other002 = http://www.microquill.com/ sw_base_ptrsize = 64-bit sw_peak_ptrsize = 64-bit # 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-winx64-revA.20100302.02.xml notes_submit_000 =Windows start command was used to bind copies to processors