# Invocation command line: # /work/cpu2006-v11/bin/runspec -c fsc-ic101-rate -T all --input ref -n 3 --rate 8 -o all int # output_root was not used for this run ############################################################################ ########################################################## # SPEC CPU2006 v1.1 Intel SLES10 x64 config file # # Intel Compiler 10.1 for Linux Intel EM64T (mostly) # # for rate runs only # # Aug 2008 # ########################################################## action = validate tune = base ext = cpu2006.11.ic101.20080819.rate PATHSEP = / check_md5=1 reportable=1 mean_anyway = 1 flagsurl000= http://www.spec.org/cpu2006/flags/flags-ic101-linux-intel64.20090714.xml #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_os_000= 'ulimit -s unlimited' was used to set the stacksize to unlimited prior to run notes_os_005= 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_plat020= Hardware Prefetch = Enable, Adjacent Sector Prefetch = Enable # notes_plat030= SnoopFilter = Disable notes_plat_015= Hardware Prefetch = Disable, Adjacent Sector Prefetch = Disable notes_plat_020= 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 X5470 processor hw_cpu_name = Intel Xeon X5470 hw_cpu_char = hw_cpu_mhz = 3333 hw_fpu = Integrated # hw_nchips = 2 hw_ncores = 8 hw_ncoresperchip = 4 hw_nthreadspercore = 1 # hw_ncpuorder = 1,2 chips hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 12 MB I+D on chip per chip, 6 MB shared / 2 cores 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 = Sep-2008 prepared_by = Fujitsu Siemens Computers # ---- End inclusion of '/work/cpu2006-v11/config/SUT.inc' ################################################################ # Notes section # ################################################################ default=default=default=default: notes_comp_000 = Binaries have been built under SLES10 SP1 default=default=default=default: # notes_port_010 = All portabilty flags have been approved # notes_base_010 = -fast always used # notes_peak_010 = using feedback optimization # notes_peak_015 = Some benchmarks same for base and peak # note_os_010 = Magic Vista was used # notes010 ... General notes, see also SUT.inc # notes_submit_010 = see SUT.inc # notes_plat_000 = see SUT.inc # notes_part_010 = only used for ...; would be in SUT.inc ################################################################ # End of Notes section # ################################################################ ################################################################ # Compiler selection # ################################################################ # Environment variables are expected to be set for 64-bit compilers CC64 = icc CXX64 = icpc FC64 = ifort # Settings for 32-bit compilers COMPILER_DIR_CC32 = /opt/intel/cc/10.1.017 COMPILER_DIR_FC32 = /opt/intel/fc/10.1.017 CC32 = $(COMPILER_DIR_CC32)/bin/icc -L$(COMPILER_DIR_CC32)/lib -I$(COMPILER_DIR_CC32)/include CXX32 = $(COMPILER_DIR_CC32)/bin/icpc -L$(COMPILER_DIR_CC32)/lib -I$(COMPILER_DIR_CC32)/include FC32 = $(COMPILER_DIR_FC32)/bin/ifort -L$(COMPILER_DIR_FC32)/lib -I$(COMPILER_DIR_FC32)/include # Default: 32-bit for int; 64-bit for fp int=default=default=default: CC = $(CC32) CXX = $(CXX32) OBJ = .o SMARTHEAP_DIR = /opt/SmartHeap_8.1/lib sw_base_ptrsize = 32-bit sw_peak_ptrsize = 32/64-bit fp=default=default=default: CC = $(CC64) CXX = $(CXX64) FC = $(FC64) OBJ = .o sw_base_ptrsize = 64-bit sw_peak_ptrsize = 32/64-bit ################################################################ # portability & libraries #################### Portability Flags ############################ 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 ######################### # Baseline Tuning Flags # ######################### 471.omnetpp,473.astar,483.xalancbmk=default: EXTRA_LIBS= -L$(SMARTHEAP_DIR) -lsmartheap EXTRA_LDFLAGS= -Wl,-z,muldefs int=base=default=default: COPTIMIZE= -fast -inline-calloc -opt-malloc-options=3 CXXOPTIMIZE= -xT -ipo -O3 -no-prec-div fp=base=default=default: OPTIMIZE= -fast ######################### # int Peak Tuning Flags # ######################### int=peak=default: COPTIMIZE= -fast CXXOPTIMIZE= -xT -ipo -O3 -no-prec-div 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 -prefetch 401.bzip2=peak=default: CC = $(CC64) CPORTABILITY= -DSPEC_CPU_LP64 COPTIMIZE= -fast -prefetch 403.gcc=peak=default: COPTIMIZE = -fast -inline-calloc -opt-malloc-options=3 feedback=0 429.mcf=peak=default: COPTIMIZE= -fast -prefetch feedback=0 445.gobmk=peak=default: COPTIMIZE= -xT -O2 -ipo -no-prec-div -ansi-alias 456.hmmer=peak=default: CC = $(CC64) CPORTABILITY= -DSPEC_CPU_LP64 COPTIMIZE= -fast -unroll2 -ansi-alias -opt-multi-version-aggressive feedback=no 458.sjeng=peak=default: COPTIMIZE= -fast -unroll4 462.libquantum=peak=default: COPTIMIZE= -fast -unroll4 -Ob0 -prefetch -opt-streaming-stores always -vec-guard-write -opt-malloc-options=3 -parallel -par-runtime-control feedback=no copies=1 submit = 464.h264ref=peak=default: COPTIMIZE= -fast -unroll2 -ansi-alias 471.omnetpp=peak=default: CXXOPTIMIZE= -xT -O3 -ipo -no-prec-div -ansi-alias -opt-ra-region-strategy=block 473.astar=peak=default: CXXOPTIMIZE= -xT -O3 -ipo -no-prec-div -ansi-alias -opt-ra-region-strategy=routine 483.xalancbmk=peak=default: basepeak=yes ######################## # fp Peak Tuning Flags # ######################## 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 -prefetch feedback=0 copies=4 416.gamess=peak=default: OPTIMIZE= -fast -unroll2 -Ob0 -ansi-alias -scalar-rep- 433.milc=peak=default: # OPTIMIZE= -fast -fno-alias basepeak=yes 435.gromacs=peak=default: OPTIMIZE= -fast -prefetch 436.cactusADM=peak=default: OPTIMIZE= -fast -unroll2 -prefetch -parallel copies=1 submit = 437.leslie3d=peak=default: PORTABILITY = FC = $(FC32) OPTIMIZE= -fast -prefetch -opt-malloc-options=3 444.namd=peak=default: CXXOPTIMIZE= -fast -fno-alias -auto-ilp32 447.dealII=peak=default: CXXOPTIMIZE= -fast -unroll2 -ansi-alias -scalar-rep- 450.soplex=peak=default: PORTABILITY = CXX = $(CXX32) OPTIMIZE= -fast -opt-malloc-options=3 CXXOPTIMIZE= 453.povray=peak=default: CXXOPTIMIZE= -fast -unroll4 -ansi-alias 454.calculix=peak=default: OPTIMIZE= -fast -unroll-aggressive feedback=0 459.GemsFDTD=peak=default: OPTIMIZE= -fast -unroll2 -Ob0 -prefetch 465.tonto=peak=default: OPTIMIZE= -fast -unroll4 -auto 470.lbm=peak=default: PORTABILITY = CC = $(CC32) COPTIMIZE= -unroll2 -scalar-rep- -prefetch -opt-malloc-options=3 copies=4 470.lbm=peak=default=tgtn4p16cores: copies=8 481.wrf=peak=default: OPTIMIZE= -fast feedback=0 482.sphinx3=peak=default: PORTABILITY = CC = $(CC32) COPTIMIZE= -unroll2 feedback=no copies=4 482.sphinx3=peak=default=tgtn4p16cores: copies=8 ######################### # Used Compilers and OS # ######################### default=default=default=default: sw_os000 = SuSE Linux Enterprise Server 10 (x86_64) SP2, sw_os001 = kernel 2.6.16.60-0.21-smp int=default=default=default: sw_compiler000 = Intel C++ Compiler for Linux32 and Linux64, sw_compiler001 = Version 10.1, Build 20080602 sw_other000 = Microquill SmartHeap Library, Version 8.1 sw_other001 = binutils-2.17.50.0.5-0.1.x86_64 sw_avail = Jun-2008 fp=default=default=default: sw_compiler001 = Intel C++ and Fortran Compiler sw_compiler002 = for Linux32 and Linux64 sw_compiler003 = Version 10.1 - Build 20080602 sw_other = binutils-2.17.50.0.5-0.1.x86_64 sw_avail = Jun-2008