# Invocation command line: # /cpu2006/bin/runspec -c fsc-ic101-rate2 -T all --input ref -n 3 --rate 2 -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 # # May 2008 # ########################################################## action = validate tune = base ext = cpu2006.11.ic101.20080425.rate PATHSEP = / check_md5=1 reportable=1 mean_anyway = 1 flagsurl000= http://www.spec.org/cpu2006/flags/flags-ic101-linux-intel64.xml #include: SUT.inc # ----- Begin inclusion of 'SUT.inc' ############################################################################ # To avoid conflicts in the numbering of the notes, # please use only 900 and higher numbers. # 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 notes915=taskset has been used to bind processes to CPUs %endif ################################################################ # System information # If some remarks about BIOS or Firmware are needed, place them here. ################################################################ default=default=default=default: 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_plat015= Enhanced Speedstep Technology = Disable # notes_plat020= Hardware Prefetch = Disable, Adjacent Sector Prefetch = Disable # notes_plat020= Hardware Prefetch = Enable, Adjacent Sector Prefetch = Enable notes_plat_005= Hardware Prefetch = Enable, Adjacent Sector Prefetch = Disable ################################################################ # About Fujitsu Siemens Computers ################################################################ default=default=default=default: notes_000= notes_005= For information about Fujitsu Siemens Computers please see: notes_010= http://www.fujitsu-siemens.com # Blank line at the end notes_015= ################################################################ # Description Hardware and Software ################################################################ default=default=default=default: hw_vendor = Fujitsu Siemens Computers hw_model = PRIMERGY RX100 S5, Intel Xeon E3120, 3.16 GHz hw_cpu_name = Intel Xeon E3120 hw_cpu_char = 1333 MHz system bus hw_cpu_mhz = 3167 hw_fpu = Integrated # hw_nchips = 1 hw_ncores = 2 hw_ncoresperchip = 2 hw_nthreadspercore = 1 # hw_ncpuorder = 1 chip 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_scache = 6 MB I+D on chip per chip hw_tcache = None hw_ocache = None hw_memory = 8 GB (4x2 GB PC2-6400E, 2 rank, CL 6-6-6, ECC) hw_disk = 1x SATA, 160 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 # test_date = Jul-2008 hw_avail = Oct-2008 prepared_by = Fujitsu Siemens Computers # ---- End inclusion of '/cpu2006/config/SUT.inc' ################################################################ # Notes section # ################################################################ int=default=default=default: fp=default=default=default: notes_comp_010 = All binaries were built with 64-bit Intel compiler except: notes_comp_020 = 450.soplex, 470.lbm and 482.sphinx3 in peak were built with 32-bit Intel compiler. 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.008 COMPILER_DIR_FC32 = /opt/intel/fc/10.1.008 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 416.gamess=peak=default: OPTIMIZE= -fast -unroll2 -Ob0 -ansi-alias -scalar-rep- 433.milc=peak=default: OPTIMIZE= -fast -fno-alias 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=1 481.wrf=peak=default: OPTIMIZE= -fast feedback=0 482.sphinx3=peak=default: PORTABILITY = CC = $(CC32) COPTIMIZE= -unroll2 feedback=no # copies=2 ######################### # 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 20070913 sw_other000 = Microquill SmartHeap Library, Version 8.1 sw_other001 = binutils-2.17.50.0.5-0.1.x86_64 sw_avail = May-2008 fp=default=default=default: sw_compiler001 = Intel C++ and Fortran Compiler sw_compiler002 = for Linux32 and Linux64 sw_compiler003 = Version 10.1 - Build 20070913 sw_other = binutils-2.17.50.0.5-0.1.x86_64 sw_avail = May-2008