# Invocation command line: # /export/home/gnana/cpu2006v1.2/bin/runspec -c cpu_sb0313.cfg -D -T base,peak --reportable fp # output_root was not used for this run ############################################################################ #--------------------------------------------------------------------- # Comment out next line to build rate %define speed 1 #--------------------------------------------------------------------- %ifdef %{speed} % define suffix speed % define intbaseCCmodel 64 % define intbaseCXXmodel 64 %else % define suffix rate % define intbaseCCmodel 64 % define intbaseCXXmodel 32 %endif ext = 9v2_0313_%{suffix} action = validate output_format = asc,cfgfile verbose = 6 teeout = 1 teerunout = 1 iterations = 3 # in a real run, would be 3 or more tune = peak expand_notes = 1 log_line_width = 4090 # to avoid choking vi preenv = 1 #minimize_rundirs = 1 #strict_rundir_verify = 0 check_md5 = 1 backup_config = 0 ####################### Processor usage ####################### # Note that the first instance of a "named section" occurs with # the copies line a little below. Therefore, any variables that # belong in the header section should be above this point. # # Customize the next lines based on how many chips are in # this system. Unfortunately, you'll have to do the math # yourself in the next few lines. %define allthreads 32 %define halfthreads 16 %define onechipcores 8 hw_nchips = 2 hw_ncores = 16 makeflags = -j%{halfthreads} XJOBS = %{allthreads} notes_os_shell_000 = ulimit -s 10000 (shell): increases stack %ifdef %{speed} preENV_OMP_NUM_THREADS = %{halfthreads} preENV_SUNW_MP_PROCBIND = true preENV_SUNW_MP_THR_IDLE = spin bind = 0 submit = echo 'pbind -b $BIND \$\$ >> pbind.out; $command' > dobmk; sh dobmk use_submit_for_speed = 1 preENV_MTEXCLUSIVE = Y %else command_add_redirect = 1 bind = 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 submit = echo 'pbind -b $BIND \$\$ >> pbind.out; $command' > dobmk; sh dobmk parallel_setup = 4 parallel_setup_type = fork parallel_setup_prefork = pbind -b $BIND $$ preENV_OMP_NUM_THREADS = 1 # # To insist that the command line win with your --rate N # clause, you must add --define OverRideCopies. Otherwise, # the named section below will win # % ifndef %{OverRideCopies} copies = %{allthreads} 410.bwaves,459.GemsFDTD,437.leslie3d=peak: copies = %{halfthreads} % endif %endif #################### Compiler invocation #################################### default=default=default=default: SPECLANG = /export/home/gnana/sb_dev0313/bin/ %ifdef %{compiler_showversion} CVERBOSE = -V CXXVERBOSE = -verbose=version FCVERBOSE = -V %endif %ifdef %{compiler_verbose} CVERBOSE = -V -\# CXXVERBOSE = -verbose=diags,version FCVERBOSE = -V -v %endif CC = ${SPECLANG}cc -g CXX = ${SPECLANG}CC FC = ${SPECLANG}f90 SMARTHEAP_DIR = /export/home/gnana/cpu2006v1.2/SmartHeap_9/lib/ SMARTHEAP = -L$(SMARTHEAP_DIR) -R$(SMARTHEAP_DIR) -lsmartheap SMARTHEAP64 = -L$(SMARTHEAP_DIR) -R$(SMARTHEAP_DIR) -lsmartheap64 SMARTHEAPMT64 = -L$(SMARTHEAP_DIR) -R$(SMARTHEAP_DIR) -lsmartheap_mt64 LFAST = -lfast LFASTMT = -lfast_r ########################## Portability Flags ############################ fp=base: PORTABILITY = -DSPEC_CPU_LP64 sw_base_ptrsize = 64-bit int=base: %if %{intbaseCCmodel} == %{intbaseCXXmodel} sw_base_ptrsize = %{intbaseCCmodel}-bit %else sw_base_ptrsize = 32/64-bit %endif %if %{intbaseCCmodel} == 64 EXTRA_CPORTABILITY = -DSPEC_CPU_LP64 %endif %if %{intbaseCXXmodel} == 64 EXTRA_CXXPORTABILITY = -DSPEC_CPU_LP64 %endif 400.perlbench=base: #-------32/64 bit portability ------------------------------------------------------------------- # Warning: Note! this section sets only *base*. Peak portability must be set next to peak tuning #------------------------------------------------------------------------------------------------ %if %{intbaseCCmodel} == 32 CPORTABILITY = -DSPEC_CPU_SOLARIS_IA32 %else CPORTABILITY = -DSPEC_CPU_SOLARIS_X64 %endif 403.gcc: CPORTABILITY = -DSPEC_CPU_SOLARIS 462.libquantum: CPORTABILITY = -DSPEC_CPU_SOLARIS 481.wrf=default: CPORTABILITY = -DSPEC_CPU_WORDS_LITTLEENDIAN 483.xalancbmk: CXXPORTABILITY = -DSPEC_CPU_SOLARIS ###################### Profile Feedback ################################# # Feedback is turned on for all peak tests by default, unless subtests # # selectively turns it off by feedback=0 # ######################################################################### default=peak=default=default: fdo_pre0 = rm -rf ./feedback.profile ./SunWS_cache PASS1_CFLAGS = -xprofile=collect:./feedback PASS1_CXXFLAGS = -xprofile=collect:./feedback PASS1_FFLAGS = -xprofile=collect:./feedback PASS1_LDFLAGS = -xprofile=collect:./feedback PASS2_CFLAGS = -xprofile=use:./feedback PASS2_CXXFLAGS = -xprofile=use:./feedback PASS2_FFLAGS = -xprofile=use:./feedback PASS2_LDFLAGS = -xprofile=use:./feedback #################### Baseline Int Optimization Flags #################### int=base: EXTRA_CXXFLAGS = -library=stlport4 -lfast EXTRA_CXXLIBS = -library=stlport4 -lfast %ifdef %{speed} COPTIMIZE = -fast -xipo=2 -xtarget=nehalem -m64 -xpagesize=2M -xautopar -xreduction CXXOPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=compatible %else COPTIMIZE = -fast -xipo=2 -m64 -xaddr32 -xpagesize=2M -xalias_level=std CXXOPTIMIZE = -fast -xipo=2 -m32 -xpagesize=2M -xalias_level=compatible %endif #################### Int Peak Optimization Flags ######################## 400.perlbench=peak: copies = 64 #-----32/64 bit portability --------------------------------------------------------------- CPORTABILITY = -DSPEC_CPU_SOLARIS_X64 -DSPEC_CPU_LP64 # use for 64-bit #------------------------------------------------------------------------------------------ %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=std EXTRA_OPTIMIZE = -xprefetch=no%auto %else OPTIMIZE = -fast -xprefetch=no%auto -xtarget=nehalem -xipo=1 -m64 -xpagesize=2M -xalias_level=std %endif EXTRA_CFLAGS = -lbsdmalloc EXTRA_LIBS = -lbsdmalloc 401.bzip2=peak: OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=strong 403.gcc=peak: copies = 64 #-----32/64 bit portability --------------------------------------------------------------- # use -DSPEC_CPU_LP64 for 64-bit, remove for 32-bit #PORTABILITY = -DSPEC_CPU_LP64 #------------------------------------------------------------------------------------------ OPTIMIZE = -fast -xipo=2 -m32 -xpagesize=2M -xalias_level=std -W2,-Abuiltin_opt:calloc_no_support=on 429.mcf=peak: copies = 64 %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m32 -xpagesize=4K -xalias_level=std %else OPTIMIZE = -fast -xipo=2 -m32 -xpagesize_heap=2M -xpagesize_stack=4k -xalias_level=std %endif 445.gobmk=peak: copies = 64 OPTIMIZE = -fast -m64 -xpagesize=2M -xrestrict -xalias_level=strong 456.hmmer=peak: copies = 64 %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=strong EXTRA_OPTIMIZE = -xprefetch=no%auto %else OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=4k -xalias_level=strong #EXTRA_OPTIMIZE = -xprefetch=no%auto %endif 458.sjeng=peak: copies = 64 %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=std %else OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xalias_level=std %endif 462.libquantum=peak: copies = 64 feedback = 0 OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xalias_level=std -xunroll=8 %ifdef %{speed} EXTRA_OPTIMIZE = -xautopar -xreduction EXTRA_LIBS = -lmtmalloc %endif 464.h264ref=peak: %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=strong %else OPTIMIZE = -fast -xipo=2 -m32 -xpagesize=2M -xalias_level=strong %endif 471.omnetpp=peak: OPTIMIZE = -fast -xipo=2 -xpagesize=2M -xalias_level=compatible %ifdef %{speed} EXTRA_CXXFLAGS = -library=stlport4 $(LFAST) EXTRA_LIBS = -library=stlport4 $(LFAST) %else EXTRA_CXXFLAGS = -library=stlport4 $(SMARTHEAP) EXTRA_LIBS = -library=stlport4 $(SMARTHEAP) %endif 473.astar=peak: copies = 64 OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=compatible -xrestrict EXTRA_CXXFLAGS = -library=stlport4 $(LFAST) EXTRA_LIBS = -library=stlport4 $(LFAST) feedback=1 483.xalancbmk=peak: copies = 64 %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M EXTRA_CXXFLAGS = -library=stlport4 $(LFAST) EXTRA_LIBS = -library=stlport4 $(LFAST) %else OPTIMIZE = -fast -xipo=2 -xpagesize=2M -xunroll=8 EXTRA_CXXFLAGS = -library=stlport4 $(LFAST) EXTRA_LIBS = -library=stlport4 $(LFAST) %endif #################### Baseline FP Optimization Flags #################### fp=base=default=default: EXTRA_CXXFLAGS = -library=stdcxx4 EXTRA_CXXLIBS = -library=stdcxx4 %ifdef %{speed} COPTIMIZE = -fast -xipo=2 -m64 -xautopar -xreduction -xalias_level=std CXXOPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=compatible FOPTIMIZE = -fast -xipo=2 -m64 -xautopar -xreduction -xpagesize=2M %else COPTIMIZE = -fast -xipo=2 -m64 -xalias_level=std FOPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M CXXOPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=compatible %endif #################### FP Peak Optimization Flags ######################## 410.bwaves=peak: %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=4K -xautopar -xreduction %else OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M %endif 416.gamess=peak: OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xunroll=1 -xvector=no%simd -xprefetch=no%auto feedback = 0 433.milc=peak: OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=std %ifdef %{speed} EXTRA_OPTIMIZE = -xautopar -xreduction -lmtmalloc %endif feedback = 0 434.zeusmp=peak: copies = 64 %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M EXTRA_OPTIMIZE = -xautopar -xreduction feedback = 0 %else OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M %endif 435.gromacs=peak: copies = 64 OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M FOPTIMIZE = -fsimple=2 -Qoption ube -fsimple=3 %ifdef %{speed} EXTRA_OPTIMIZE = -xautopar -xreduction -Qoption iropt -Aparallel:nthreads=%{onechipcores} -lmtmalloc EXTRA_LIBS = -lmtmalloc %else EXTRA_OPTIMIZE = -xvector=no%simd %endif 436.cactusADM=peak: #-----32/64 bit portability --------------------------------------------------------------- PORTABILITY = -DSPEC_CPU_LP64 # use for 64-bit (adds to above portability line) #------------------------------------------------------------------------------------------ %ifdef %{speed} OPTIMIZE = -fast -m64 -xautopar -xreduction -xpagesize=2M -lumem -lmvec EXTRA_LIBS = -lumem -lmvec %else OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -lumem EXTRA_LIBS = -lumem feedback = 0 %endif 437.leslie3d=peak: OPTIMIZE = -fast -xipo=2 -m64 #-xpagesize=4K %ifdef %{speed} EXTRA_OPTIMIZE = -xautopar -xreduction -lmtmalloc EXTRA_LIBS = -lmtmalloc %endif 444.namd=peak: copies = 64 EXTRA_CXXLIBS = -library=stlport4 EXTRA_CXXFLAGS = -library=stlport4 OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=compatible OPTIMIZE = -fast -xO3 -xprefetch=no%auto -m64 -xpagesize=2M -xalias_level=compatible 447.dealII=peak: copies = 64 EXTRA_CXXFLAGS = -library=stdcxx4 EXTRA_CXXLIBS = -library=stdcxx4 %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=compatible feedback = 0 %else OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=compatible EXTRA_OPTIMIZE = -xvector -xprefetch feedback = 0 %endif 450.soplex=peak: EXTRA_CXXLIBS = -library=stlport4 EXTRA_CXXFLAGS = -library=stlport4 OPTIMIZE = -fast -xipo=2 -xpagesize=2M -xalias_level=compatible %ifdef %{speed} EXTRA_OPTIMIZE = -m64 -Qoption iropt -Rtile %else EXTRA_OPTIMIZE = -m32 -Qoption iropt -Rujam,-Rtile %endif 453.povray=peak: EXTRA_CXXLIBS = -library=stlport4 EXTRA_CXXFLAGS = -library=stlport4 OPTIMIZE = -fast -xprefetch=no%auto -xipo=2 -m64 -xpagesize=2M -xalias_level=compatible -Qoption iropt -Atile:skew=on,-Ainline:cs=700 454.calculix=peak: OPTIMIZE = -fast -xipo=0 -m64 -xpagesize=2M -xprefetch_level=2 -xprefetch_auto_type=indirect_array_access -Qoption ube -xprefetch_mult=24 EXTRA_OPTIMIZE = -xunroll=2 feedback = 0 459.GemsFDTD=peak: %ifdef %{speed} feedback = 0 OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xautopar -xreduction %else OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M %endif 465.tonto=peak: copies = 64 %ifdef %{speed} OPTIMIZE = -fast -xpagesize=2M -O3 -m64 -stackvar -xprefetch=no%auto -xalias EXTRA_OPTIMIZE = -xautopar -xreduction -Qoption iropt -Aparallel:nthreads=%{onechipcores} $(LFASTMT) EXTRA_LIBS = $(LFASTMT) %else OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xvector=lib -xalias -lbsdmalloc EXTRA_LIBS = -lbsdmalloc %endif 470.lbm=peak: %ifdef %{speed} OPTIMIZE = -fast -Wu,-nontemporal -xprefetch_level=3 -xipo=2 -m64 -xautopar -xreduction -xpagesize=4K -lmtmalloc EXTRA_LIBS = -lmtmalloc feedback = 0 %else OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=4K EXTRA_LIBS = -lbsdmalloc feedback = 0 %endif 481.wrf=peak: copies = 64 %ifdef %{speed} OPTIMIZE = -fast -O4 -xchip=nehalem -xarch=sse4_2 -xipo=2 -m64 -xpagesize=2M -xprefetch=no%auto EXTRA_OPTIMIZE = -xautopar -xreduction -Qoption iropt -Aparallel:nthreads=%{onechipcores} %else OPTIMIZE = -fast -xipo=2 -m64 %endif 482.sphinx3=peak: %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=std -xrestrict -xprefetch=no%auto EXTRA_OPTIMIZE = -xautopar -xreduction -W2,-Aparallel:nthreads=%{onechipcores} %else OPTIMIZE = -fast -xipo=2 -xpagesize=2M -xalias_level=std -xunroll=6 -W2,-Aujam:noinner -lumem -lmvec EXTRA_LIBS = -lumem -lmvec %endif default=default=default=default: hw_vendor = Oracle Corporation test_sponsor = Oracle Corporation tester = Oracle Corporation license_num = 6 hw_model = Sun Fire X4270 M3 (Intel Xeon E5-2690 2.9GHz) sw_parallel_other = No hw_cpu_char = Intel Turbo Boost Technology up to 3.80 GHz hw_cpu_mhz = 2900 hw_fpu = Integrated hw_ncpuorder = 1 or 2 chips hw_pcache = 32 KB I + 32 KB D on chip per core hw_scache = 256 KB I+D on chip per core hw_tcache = 20 MB I+D on chip per chip hw_avail = Apr-2012 hw_ocache = None hw_disk = 1 x 600 GB 10K RPM SAS hw_other = None sw_avail = Jun-2012 prepared_by = Rajaram.Gnanakumar@Oracle.COM sw_peak_ptrsize = 32/64-bit sw_compiler000 = C/C++/Fortran: Version 12.3 of Oracle Solaris sw_compiler001 = Studio (patch update 1, tested with nightly build sw_compiler002 = 20120313) sw_file = zfs sw_os = Solaris 11 11/11 sw_other = None sw_state = Default notes_os_sys_000 = notes_os_sys_005 = /etc/system parameters notes_os_sys_010 = autoup=1000 notes_os_sys_015 = zfs:zfs_arc_max=0x400000000 notes_os_sys_020 = zfs:zfs_arc_min=0x400000000 notes_os_sys_025 = ncsize=0x10000 notes_os_sys_030 = lpg_alloc_prefer=1 notes_os_sys_035 = notes_os_sys_040 = gzip compression set using "zfs set compression=gzip " # The following settings were obtained by running 'specperl $[top]/Docs/sysinfo' default: notes_plat_sysinfo_000 = Sysinfo program /export/home/gnana/cpu2006v1.2/Docs/sysinfo notes_plat_sysinfo_005 = : 6775 2011-08-16 #f7622badcf24e01c368b1db4377c notes_plat_sysinfo_010 = running on bur398-107 Fri Apr 6 07:06:07 2012 notes_plat_sysinfo_015 = notes_plat_sysinfo_020 = This section contains SUT (System Under Test) info as seen by notes_plat_sysinfo_025 = some common utilities. To remove or add to this section, see: notes_plat_sysinfo_030 = http://www.spec.org/cpu2006/Docs/config.html#sysinfo notes_plat_sysinfo_035 = notes_plat_sysinfo_040 = notes_plat_sysinfo_045 = From /usr/sbin/psrinfo -pv notes_plat_sysinfo_050 = Intel(r) Xeon(r) CPU E5-2690 0 @ 2.90GHz notes_plat_sysinfo_055 = x86 (GenuineIntel 206D7 family 6 model 45 step 7 clock 2900 MHz) notes_plat_sysinfo_060 = notes_plat_sysinfo_065 = /usr/sbin/psrinfo -p: 2 chips notes_plat_sysinfo_070 = /usr/sbin/psrinfo -pv | grep "core has" | wc -l: 16 cores notes_plat_sysinfo_075 = /usr/sbin/psrinfo | wc -l: 32 threads notes_plat_sysinfo_080 = notes_plat_sysinfo_085 = /usr/sbin/prtconf | grep "Memory size:": 131062 Megabytes notes_plat_sysinfo_090 = notes_plat_sysinfo_095 = /etc/release: notes_plat_sysinfo_100 = Oracle Solaris 11 11/11 X86 notes_plat_sysinfo_105 = uname -a: notes_plat_sysinfo_110 = SunOS bur398-107 5.11 11.0 i86pc i386 i86pc notes_plat_sysinfo_115 = notes_plat_sysinfo_120 = disk: df -h notes_plat_sysinfo_125 = Filesystem Size Used Available Capacity Mounted on notes_plat_sysinfo_130 = rpool/export/home 547G 15G 83G 16% /export/home notes_plat_sysinfo_135 = notes_plat_sysinfo_140 = (End of data from sysinfo program) hw_cpu_name = Intel Xeon E5-2690 hw_memory000 = 128 GB (16 x 8 GB 2Rx4 PC3-12800R-11, ECC) hw_nchips = 2 hw_ncores = 16 hw_ncoresperchip = 8 hw_nthreadspercore = 2 prepared_by = Gnanakumar.Rajaram@Oracle.COM sw_os = Oracle Solaris 11 11/11 (SRU 03) # 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: notes_000 =Environment variables set by runspec before the start of the run: notes_005 =MTEXCLUSIVE = "Y" notes_010 =OMP_NUM_THREADS = "16" notes_015 =SUNW_MP_PROCBIND = "true" notes_020 =SUNW_MP_THR_IDLE = "spin" notes_025 = flagsurl000 = http://www.spec.org/cpu2006/flags/Oracle-Solaris-Studio12.3-x86_64.xml flagsurl001 = http://www.spec.org/cpu2006/flags/Oracle-platform-x86_64.CPUv1.2-RevA.20120425.xml notes_plat_000 = Default BIOS Settings were used, except: notes_plat_005 = Energy Performance set to Performance notes_plat_010 = notes_plat_015 = Oracle's Sun Fire X4270 M3 is now known as the Sun Server X3-2L. notes_plat_020 = notes_submit_000 = The config file option 'submit' was used to bind processes to CPU threads with pbind(1)