# Invocation command line: # /data2c/SPECcpu2006v1.1/bin/runspec -c nhm-mar17b-rate.cfg --rate 16 -D -T base,peak --reportable int # output_root was not used for this run ############################################################################ ###################### Overall control ################################ # Some flags must be set before the first occurrence of a named section #--------------------------------------------------------------------- # Comment out next line to build rate # %define speed 1 #--------------------------------------------------------------------- %ifdef %{speed} % define suffix speed % define intbasemodel 64 %else % define suffix rate % define intbasemodel 32 %endif ext = mar17b-%{suffix} flagsurl000 = http://www.spec.org/cpu2006/flags/Sun-OpenSolaris-Studio-x86_64.20090710.00.xml action = validate output_format = asc,cfgfile,html,csv verbose = 6 #teeout = yes #teerunout = yes iterations = 1 # in a real run, would be 3 or more tune = base,peak #ignore_errors = 1 #mean_anyway = 1 expand_notes = 1 log_line_width = 4090 # to avoid choking vi preenv = 1 ####################### 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 16 %define halfthreads 8 hw_nchips = 2 hw_ncores = 8 makeflags = -j%{allthreads} XJOBS = %{allthreads} notes_os_shell_000 = ulimit -s 131072 (shell): increases stack %ifdef %{speed} parallel_test = %{allthreads} preENV_OMP_NUM_THREADS = %{halfthreads} preENV_SUNW_MP_PROCBIND = true preENV_SUNW_MP_THR_IDLE = SPIN notes_os_shell_020 = OMP_NUM_THREADS=%{halfthreads} notes_os_shell_030 = SUNW_MP_PROCBIND true notes_os_shell_040 = export SUNW_MP_THR_IDLE=SPIN %else command_add_redirect = 1 bind = 15 13 11 9 7 5 3 1 14 12 10 8 6 4 2 0 submit = echo 'pbind -b $BIND \$\$ >> pbind.out; $command' > dobmk; sh dobmk parallel_setup = 4 parallel_setup_type = fork parallel_setup_prefork = pbind -b $BIND $$ default=default: copies = %{allthreads} 410.bwaves,459.GemsFDTD,470.lbm=peak: copies = %{halfthreads} %endif #################### Compiler invocation #################################### default=default=default=default: # If the compiler is on your path, comment out # the next line. SPECLANG = /data1/20090309_ceres_x86/bin/ #%define compiler_showversion 1 %define compiler_verbose 1 %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 ${CVERBOSE} -xjobs=${XJOBS} CXX = ${SPECLANG}CC ${CXXVERBOSE} -xjobs=${XJOBS} FC = ${SPECLANG}f90 ${FCVERBOSE} -xjobs=${XJOBS} SMARTHEAP_DIR = /data1/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 ############ Allow Choice of STLport4 or Apache Standard C++ Library ############### default: APACHE_INCL = /data1/stdcxx-4.2.1/include APACHE_BLD_INCL = /data1/stdcxx-4.2.1/build/include APACHE_LIBDIR = /data1/stdcxx-4.2.1/build/lib APACHE_LIB = std8D APACHE_EXTRA_CXXFLAGS = -library=no%Cstd -I$(APACHE_INCL) -I$(APACHE_BLD_INCL) APACHE_EXTRA_CXXLIBS = -library=no%Cstd -L$(APACHE_LIBDIR) -R$(APACHE_LIBDIR) -l$(APACHE_LIB) # Peak default is to use stlport4 default=peak: EXTRA_CXXLIBS = -library=stlport4 EXTRA_CXXFLAGS = -library=stlport4 # Int base also uses stlport4 int=base: EXTRA_CXXFLAGS = -library=stlport4 EXTRA_CXXLIBS = -library=stlport4 # FP base uses Apache fp=base: EXTRA_CXXFLAGS = $(APACHE_EXTRA_CXXFLAGS) EXTRA_CXXLIBS = $(APACHE_EXTRA_CXXLIBS) # Selected peak benchmarks can use it by setting the same defines as just above. # Note that as defined here, the Apache Standard C++ Library is # built for 64-bit, so don't try to apply above to a 32-bit compile. 447.dealII: # Deal also needs an alternate source srcalt = apache_stdcxx_4_2_1 EXTRA_CXXFLAGS = $(APACHE_EXTRA_CXXFLAGS) EXTRA_CXXLIBS = $(APACHE_EXTRA_CXXLIBS) ########################## Portability Flags ############################ fp=base: # Note that we set LP64 by default only for _base_ (where a # consistent data model is required); for peak, it is on # individual benchmarks that need it PORTABILITY = -DSPEC_CPU_LP64 sw_base_ptrsize = 64-bit int=base: %if %{intbasemodel} == 32 sw_base_ptrsize = 32-bit %elif %{intbasemodel} == 64 PORTABILITY = -DSPEC_CPU_LP64 sw_base_ptrsize = 64-bit %else % error int base model should be 32 or 64... how did it get to be something else? %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 %{intbasemodel} == 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: %ifdef %{speed} COPTIMIZE = -fast -xipo=2 -m64 -xprefetch CXXOPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xvector=simd -xprefetch=no%auto $(SMARTHEAP64) %else COPTIMIZE = -fast -xipo=2 -xpagesize=2M -M /usr/lib/ld/map.bssalign CXXOPTIMIZE = -fast -xipo=2 -xpagesize=2M -xvector=simd -xalias_level=compatible $(SMARTHEAP) %endif #################### Int Peak Optimization Flags ######################## 400.perlbench=peak: #-----32/64 bit portability --------------------------------------------------------------- CPORTABILITY = -DSPEC_CPU_SOLARIS_IA32 # use for 32-bit #CPORTABILITY = -DSPEC_CPU_SOLARIS_X64 -DSPEC_CPU_LP64 # use for 64-bit #------------------------------------------------------------------------------------------ OPTIMIZE = -fast -xipo=2 -xpagesize=2M -xvector=simd -xalias_level=std EXTRA_LIBS = -lbsdmalloc -lumem %ifdef %{speed} EXTRA_OPTIMIZE = -xprefetch=no%auto %endif 401.bzip2=peak: OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=strong EXTRA_LIBS = -lumem %ifdef %{speed} EXTRA_OPTIMIZE = -xprefetch=no%auto %endif 403.gcc=peak: #-----32/64 bit portability --------------------------------------------------------------- #PORTABILITY = -DSPEC_CPU_LP64 # use for 64-bit (adds to above portability line) #------------------------------------------------------------------------------------------ OPTIMIZE = -fast -xipo=2 -xpagesize=2M -xalias_level=std %ifdef %{speed} COPTIMIZE = -m64 PORTABILITY = -DSPEC_CPU_LP64 EXTRA_OPTIMIZE = -xprefetch=no%auto %endif 429.mcf=peak: %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -xalias_level=strict -xprefetch=no%auto EXTRA_LIBS = -lbsdmalloc %else OPTIMIZE = -fast -xipo=2 -xpagesize=2M -xalias_level=std -M /usr/lib/ld/map.bssalign %endif 445.gobmk=peak: OPTIMIZE = -fast -m64 -xpagesize=2M -xrestrict -xalias_level=strong -xdepend EXTRA_LIBS = -lmvec %ifdef %{speed} EXTRA_OPTIMIZE = -xautopar %endif 456.hmmer=peak: OPTIMIZE = -fast -xipo=2 -m64 %ifndef %{speed} EXTRA_OPTIMIZE = -xalias_level=strong -xpagesize=2M %endif 458.sjeng=peak: OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xvector=simd -xrestrict -xalias_level=std %ifdef %{speed} EXTRA_OPTIMIZE = -xprefetch=no%auto %endif 462.libquantum=peak: OPTIMIZE = -fast -xipo=2 -m64 %ifdef %{speed} EXTRA_OPTIMIZE = -xautopar -xreduction %else EXTRA_OPTIMIZE = -xvector=simd %endif 464.h264ref=peak: OPTIMIZE = -fast -xipo=2 -m64 %ifdef %{speed} EXTRA_OPTIMIZE = -xalias_level=std -xautopar %else EXTRA_OPTIMIZE = -xalias_level=strong %endif 471.omnetpp=peak: OPTIMIZE = -fast -xipo=2 -xpagesize=2M $(SMARTHEAP) 473.astar=peak: OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M $(SMARTHEAPMT64) -xalias_level=compatible %ifdef %{speed} EXTRA_OPTIMIZE = -xautopar %endif 483.xalancbmk=peak: OPTIMIZE = -fast -xipo=2 -xpagesize=2M -xunroll=8 -xvector=simd $(SMARTHEAP) #################### Baseline FP Optimization Flags #################### fp=base=default=default: # See also section above about Apache library %ifdef %{speed} COPTIMIZE = -fast -xipo=2 -m64 -xvector=simd -xautopar CXXOPTIMIZE = -fast -xipo=2 -m64 -xvector=simd FOPTIMIZE = -fast -xipo=2 -m64 -xvector=simd -xautopar %else COPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -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=2M -xprefetch=no%auto -xautopar -xreduction %else OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M feedback = 0 %endif 416.gamess=peak: OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xunroll=1 -qoption iropt -Ainline:cp=19:rs=50:irs=30 433.milc=peak: OPTIMIZE = -fast -xipo=2 -xpagesize=2M 434.zeusmp=peak: %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xvector=simd -xautopar -xreduction %else OPTIMIZE = -fast -m64 -xpagesize=2M -xvector=simd %endif feedback = 0 435.gromacs=peak: OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M FOPTIMIZE = -fsimple=2 -Qoption ube -fsimple=3 %ifdef %{speed} EXTRA_OPTIMIZE = -xprefetch=no%auto -xautopar -xreduction %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 -xipo=2 -m64 -xvector=simd -xautopar FOPTIMIZE = -Qoption iropt -Aparallel:nthreads=%{allthreads} COPTIMIZE = -W2,-Aparallel:nthreads=%{allthreads} %else OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xvector=simd feedback = 0 %endif 437.leslie3d=peak: OPTIMIZE = -fast -xipo=2 -m64 -xvector=simd EXTRA_LIBS = -lumem %ifdef %{speed} EXTRA_OPTIMIZE = -xautopar -xreduction %endif 444.namd=peak: OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xunroll=8 %ifdef %{rate} CXXOPTIMIZE = -fsimple=2 %endif 447.dealII=peak: # See also section above about Apache library OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=compatible -xdepend feedback = 0 %ifndef %{speed} EXTRA_OPTIMIZE = -xvector -xprefetch %endif 450.soplex=peak: %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -xpagesize=2M -xrestrict -xalias_level=simple -xdepend -xprefetch=no%auto %else OPTIMIZE = -fast -xipo=2 -xpagesize=2M -xrestrict -xalias_level=simple -xvector=simd %endif feedback = 0 453.povray=peak: OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=compatible 454.calculix=peak: OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xvector=simd feedback = 0 459.GemsFDTD=peak: %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xvector=simd -xautopar -xreduction %else OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xvector=simd feedback = 0 %endif 465.tonto=peak: %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xautopar -stackvar -xreduction -xprefetch=no%auto FOPTIMIZE = -xvector=lib -xalias -xdepend feedback = 0 %else OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xvector=lib -xalias -xdepend EXTRA_LIBS = -lbsdmalloc %endif 470.lbm=peak: %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xvector=simd -xautopar -xreduction $(SMARTHEAPMT64) EXTRA_LIBS = -lmvec %else OPTIMIZE = -fast -xipo=2 -m64 -xvector=simd EXTRA_LIBS = -lbsdmalloc %endif feedback = 0 481.wrf=peak: %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xvector=lib,simd -xprefetch=no%auto -xautopar -xreduction %else OPTIMIZE = -fast -xipo=2 -m64 -xvector=simd %endif 482.sphinx3=peak: %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xvector=simd -xprefetch=no%auto -xautopar -xreduction feedback = 0 %else OPTIMIZE = -fast -xipo=2 -xpagesize=2M -xalias_level=std -xunroll=6 -W2,-Aujam:noinner EXTRA_LIBS = -lumem -lmvec %endif default=default=default=default: hw_vendor = Sun Microsystems test_sponsor = Sun Microsystems tester = Sun Microsystems license_num = 6 hw_model = Sun Fire X2270 (Intel Xeon X5570 2.93GHz) sw_parallel_other = No hw_cpu_name = Intel Xeon X5570 hw_cpu_mhz = 2933 hw_cpu_char = Intel Turbo Boost Technology up to 3.33 GHz hw_ncoresperchip = 4 hw_nthreadspercore = 2 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 = 8 MB I+D on chip per chip hw_ocache = None hw_avail = Apr-2009 hw_disk000 = 1 x 1 TB, SATA, 7200 RPM hw_fpu = Integrated hw_memory = 24 GB (6 x 4 GB DDR3-1333) hw_other = None sw_avail = Jun-2009 prepared_by = Rajaram.Gnanakumar@sun.com sw_peak_ptrsize = 32/64-bit sw_compiler000 = Sun Studio 12 Update 1 sw_compiler001 = (backend build 20090309) sw_file = zfs with gzip compression sw_os = OpenSolaris 2008.11 sw_other = MicroQuill SmartHeap Library 9.01 for x64 sw_state = Default notes_os_sys_000 = /etc/system parameters notes_os_sys_005 = tune_t_fsflushr=10 notes_os_sys_010 = autoup=900 notes_os_sys_015 = set lpg_alloc_prefer=1 notes_os_sys_020 = set zfs:zfs_arc_max = 0x10000000 notes_submit_000 = The config file option 'submit' was used, along with 'pbind", to notes_submit_005 = assign processes to cores. notes_plat_000 = Default BIOS settings used except: notes_plat_005 = Intel VT-d: Disabled. VT-d, if enabled, supports notes_plat_010 = remapping of I/O DMA transfers for virtualization.