# Invocation command line: # /data1/SPECcpu2006v1.1/bin/runspec -c oracle-wsm-nhm.cfg -T base,peak --rate 24 --reportable int # output_root was not used for this run ############################################################################ ###################### Overall control ################################ # Config file for Oracle Solaris Studio compiler on Solaris Operating System # 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 = mar12y10-%{suffix} flagsurl000 = http://www.spec.org/cpu2006/flags/Oracle-Solaris-Studio-x86_64.xml action = validate output_format = asc,cfgfile,html,csv verbose = 6 #teeout = yes #teerunout = yes iterations = 3 # in a real run, should be 3 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 24 %define halfthreads 12 hw_nchips = 2 hw_ncores = 12 makeflags = -j%{allthreads} XJOBS = %{allthreads} notes_os_shell_000 = ulimit -s unlimited (shell) %ifdef %{speed} preENV_OMP_NUM_THREADS = %{halfthreads} preENV_SUNW_MP_PROCBIND = 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 # Few subtests in peak may use more threads than in OMP_NUM_THREADS, so list # all processor ids here in an order known to produce best result. preENV_SUNW_MP_THR_IDLE = SPIN %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 submit = echo 'pbind -b $BIND \$\$ >> pbind.out; $command' > dobmk; sh dobmk parallel_setup = 4 parallel_setup_type = fork parallel_setup_prefork = pbind -b $BIND $$ # # 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} 456.hmmer,429.mcf,410.bwaves,459.GemsFDTD,470.lbm=peak: copies = %{halfthreads} % endif %endif #################### Compiler invocation #################################### default=default=default=default: # If the compiler is on your path, comment out # the next line. SPECLANG = /data1/SUNWspro/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=default=default=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 -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xprefetch -xalias_level=std -xautopar CXXOPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xvector=simd -xprefetch=no%auto -xalias_level=compatible $(SMARTHEAP64) %else COPTIMIZE = -fast -xtarget=nehalem -xipo=2 -xpagesize=2M -M /usr/lib/ld/map.bssalign CXXOPTIMIZE = -fast -xtarget=nehalem -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 -xtarget=nehalem -xipo=1 -m64 -xalias_level=std EXTRA_LIBS = -lbsdmalloc -lumem %ifdef %{speed} EXTRA_OPTIMIZE = -xpagesize=2M -xprefetch=no%auto %endif 401.bzip2=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xalias_level=std EXTRA_LIBS = -lumem %ifdef %{speed} EXTRA_OPTIMIZE = -xprefetch=no%auto %else feedback = 0 %endif 403.gcc=peak: #-----32/64 bit portability --------------------------------------------------------------- #PORTABILITY = -DSPEC_CPU_LP64 # use for 64-bit (adds to above portability line) #------------------------------------------------------------------------------------------ OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -xpagesize=2M %ifdef %{speed} COPTIMIZE = -xaddr32=yes -m64 -xalias_level=std PORTABILITY = -DSPEC_CPU_LP64 EXTRA_OPTIMIZE = -xprefetch=no%auto %else COPTIMIZE = -W2,-Rujam,-Rtile %endif 429.mcf=peak: %ifdef %{speed} OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -xalias_level=std %else OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m32 -xpagesize=2M -xalias_level=strong -xprefetch=no%auto EXTRA_LIBS = -lbsdmalloc %endif 445.gobmk=peak: OPTIMIZE = -fast -xtarget=nehalem -m64 -xpagesize=2M -xrestrict -xalias_level=strong -xdepend %ifdef %{speed} EXTRA_OPTIMIZE = -xautopar %endif 456.hmmer=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 %ifdef %{speed} EXTRA_OPTIMIZE = -xpagesize=2M -xalias_level=strong %endif 458.sjeng=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xalias_level=strong %ifdef %{speed} EXTRA_OPTIMIZE = -xrestrict -xprefetch=no%auto %endif 462.libquantum=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 %ifdef %{speed} EXTRA_OPTIMIZE = -xpagesize=2M -xautopar -xreduction %else EXTRA_OPTIMIZE = -xalias_level=std feedback = 0 %endif 464.h264ref=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xalias_level=strong %ifdef %{speed} EXTRA_OPTIMIZE = -xpagesize=2M %else EXTRA_OPTIMIZE = -xrestrict %endif 471.omnetpp=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -xpagesize=2M %ifdef %{speed} EXTRA_OPTIMIZE = -xalias_level=compatible $(SMARTHEAP) %else EXTRA_OPTIMIZE = $(SMARTHEAP) %endif 473.astar=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xalias_level=compatible %ifdef %{speed} EXTRA_OPTIMIZE = -xrestrict $(SMARTHEAP64) %else EXTRA_OPTIMIZE = $(SMARTHEAP64) %endif 483.xalancbmk=peak: %ifdef %{speed} OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M $(SMARTHEAP64) %else OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -xunroll=2 -xpagesize=2M -xalias_level=compatible $(SMARTHEAP) %endif #################### Baseline FP Optimization Flags #################### fp=base=default=default: # See also section above about Apache library %ifdef %{speed} COPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xvector=simd -xautopar CXXOPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xvector=simd FOPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xvector=simd -xautopar %else COPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xalias_level=std FOPTIMIZE = -fast -xtarget=nehalem -xarch=generic -xipo=2 -m64 -xpagesize=2M CXXOPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xalias_level=compatible %endif #################### FP Peak Optimization Flags ######################## 410.bwaves=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M %ifdef %{speed} EXTRA_OPTIMIZE = -xprefetch=no%auto -xautopar -xreduction %else OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M %endif 416.gamess=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xunroll=1 -xvector=no%simd feedback = 0 433.milc=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xalias_level=std feedback = 0 434.zeusmp=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 %ifdef %{speed} EXTRA_OPTIMIZE = -xautopar -xreduction %else EXTRA_OPTIMIZE = -xpagesize=2M %endif 435.gromacs=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M FOPTIMIZE = -Qoption ube -fsimple=3 %ifdef %{speed} EXTRA_OPTIMIZE = -xautopar -xreduction %endif 436.cactusADM=peak: #-----32/64 bit portability --------------------------------------------------------------- PORTABILITY = -DSPEC_CPU_LP64 # use for 64-bit (adds to above portability line) #------------------------------------------------------------------------------------------ OPTIMIZE = -m64 -fast -xtarget=nehalem -xipo=0 -xpagesize=2M -xprefetch_level=2 %ifdef %{speed} EXTRA_OPTIMIZE = -xautopar -xreduction FOPTIMIZE = -Qoption iropt -Aparallel:nthreads=%{allthreads} COPTIMIZE = -W2,-Aparallel:nthreads=%{allthreads} EXTRA_LIBS = -lumem -lmvec %else EXTRA_LIBS = -lumem %endif 437.leslie3d=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -Qoption ube -xprefetch_mult=2 %ifdef %{speed} EXTRA_OPTIMIZE = -xautopar -xreduction %else feedback = 0 %endif 444.namd=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xalias_level=compatible 447.dealII=peak: # See also section above about Apache library OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xalias_level=compatible %ifdef %{speed} feedback = 0 %endif 450.soplex=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -xpagesize=2M -xalias_level=compatible %ifdef %{speed} EXTRA_OPTIMIZE = -m64 %else EXTRA_OPTIMIZE = -m32 -Qoption iropt -Rujam,-Rtile %endif 453.povray=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xvector=no%simd CXXOPTIMIZE = -xalias_level=compatible %ifdef %{speed} EXTRA_CXXOPTIMIZE = -Qoption iropt -Atile:skewp,-Ainline:cs=700 %endif 454.calculix=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M EXTRA_OPTIMIZE = -xunroll=3 -xprefetch_level=2 -xprefetch_auto_type=indirect_array_access feedback = 0 459.GemsFDTD=peak: %ifdef %{speed} OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xautopar -xreduction %else OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M %endif 465.tonto=peak: %ifdef %{speed} OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xautopar -xreduction -xprefetch=no%auto -stackvar FOPTIMIZE = -xalias %else OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xvector=lib -xalias -xdepend %endif EXTRA_LIBS = -lbsdmalloc 470.lbm=peak: %ifdef %{speed} OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M -xautopar -xreduction $(SMARTHEAPMT64) %else OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 EXTRA_LIBS = -lbsdmalloc feedback = 0 %endif 481.wrf=peak: %ifdef %{speed} OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xautopar -xreduction %else OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M feedback = 0 %endif 482.sphinx3=peak: OPTIMIZE = -fast -xtarget=nehalem -xipo=2 -m64 -xpagesize=2M COPTIMIZE = -xalias_level=std feedback = 0 %ifdef %{speed} EXTRA_OPTIMIZE = -xrestrict -xprefetch=no%auto -xautopar -xreduction %else EXTRA_OPTIMIZE = -xunroll=3 -xprefetch=no%auto %endif default=default=default=default: hw_vendor = Oracle Corporation test_sponsor = Oracle Corporation tester = Oracle Corporation license_num = 6 hw_model = Sun Fire X4170 M2 (Intel Xeon X5670 2.93GHz) sw_parallel_other = No hw_cpu_name = Intel Xeon X5670 hw_cpu_mhz = 2933 hw_cpu_char = Intel Turbo Boost Technology up to 3.33 GHz hw_ncoresperchip = 6 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 = 12 MB I+D on chip per chip hw_ocache = None hw_avail = Jun-2010 hw_disk = 1 x 300 GB, SAS, 10000 RPM hw_fpu = Integrated hw_memory = 48 GB (12 x 4 GB DDR3-1333 CL9, 2 Rank, ECC) hw_other = None sw_avail = Jun-2010 prepared_by = Gnanakumar.Rajaram@Oracle.COM sw_peak_ptrsize = 32/64-bit sw_compiler = Oracle Solaris Studio Express 6/10 sw_file = zfs sw_os = Oracle Solaris 10 10/09 sw_state = Default notes_os_sys_000 = notes_os_sys_005 = /etc/system parameters notes_os_sys_010 = tune_t_fsflushr=10 notes_os_sys_015 = autoup=900 notes_os_sys_020 = zfs:zfs_arc_max = 0x10000000 notes_os_sys_025 = lpg_alloc_prefer=1 notes_plat_000 = notes_plat_005 = Default BIOS settings used except: notes_plat_010 = C-State : Disabled notes_plat_015 = Data Reuse Optimization : Disabled notes_plat_020 = # 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: sw_other001 = MicroQuill SmartHeap Library 9.01 for x64