# Invocation command line: # /data1/SPECcpu2006v1.1/bin/runspec -c opensol_amdis_ss12u1.cfg -T base,peak --reportable fp --nopreenv --note-preenv # 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 = jan102010-%{suffix} flagsurl000 = http://www.spec.org/cpu2006/flags/Sun-OpenSolaris-Studio-x86_64.20090818.xml action = validate output_format = asc,cfgfile,html,csv verbose = 6 iterations = 1 # in a real run, would be 3 or more tune = base,peak 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 = 4 hw_ncores = 24 makeflags = -j12 XJOBS = 24 notes_os_shell_000 = ulimit -s unlimited (shell): increases stack %ifdef %{speed} preENV_OMP_NUM_THREADS = %{halfthreads} preENV_SUNW_MP_PROCBIND = 0 6 12 18 2 8 14 20 4 10 16 22 1 7 13 19 3 9 15 21 5 11 17 23 preENV_SUNW_MP_THR_IDLE = SPIN notes_os_shell_005 = export OMP_NUM_THREADS=12 notes_os_shell_010 = export SUNW_MP_PROCBIND "0 2 4 6 8 10 1 3 5 7 9 11" notes_os_shell_015 = export SUNW_MP_THR_IDLE=SPIN %else command_add_redirect = 1 bind = 0 1 2 3 4 5 6 7 8 9 10 11 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} 410.bwaves,459.GemsFDTD,470.lbm=peak: copies = %{allthreads} % 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: 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) notes_comp_apache_000 = The Apache C++ Standard Library V4.2.1 was installed from notes_comp_apache_005 = http://stdcxx.apache.org/download.html using: notes_comp_apache_010 = alias gmake=specmake notes_comp_apache_015 = gmake BUILDTYPE=8D CONFIG=sunpro.config # 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 -xpagesize=2M -xprefetch -xalias_level=std -xautopar CXXOPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xvector=simd -xprefetch=no%auto -xalias_level=compatible $(SMARTHEAP64) %else COPTIMIZE = -fast -xipo=2 -xpagesize=2M -M /usr/lib/ld/map.bssalign -xalias_level=std CXXOPTIMIZE = -fast -xipo=2 -xpagesize=2M -M /usr/lib/ld/map.bssalign -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 -xprefetch=no%auto -xpagesize=2M -xvector=simd -xalias_level=std $(SMARTHEAP) EXTRA_LIBS = -lbsdmalloc -lumem 401.bzip2=peak: OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xalias_level=strong -xprefetch=no%auto EXTRA_LIBS = -lumem 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 -xprefetch=no%auto %ifdef %{speed} COPTIMIZE = -xaddr32=yes -m64 PORTABILITY = -DSPEC_CPU_LP64 %endif 429.mcf=peak: OPTIMIZE = -fast -xipo=2 -xalias_level=strict -xprefetch=no%auto EXTRA_LIBS = -lbsdmalloc 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 -xalias_level=strong -xpagesize=2M 458.sjeng=peak: OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xvector=simd -xrestrict -xalias_level=std -xprefetch=no%auto 462.libquantum=peak: OPTIMIZE = -fast -xipo=2 -m64 feedback = 0 %ifdef %{speed} EXTRA_OPTIMIZE = -W2,-Aparallel:nthreads=%{allthreads} -xautopar -xreduction -xpagesize=2M %else EXTRA_OPTIMIZE = -xvector=simd %endif 464.h264ref=peak: OPTIMIZE = -fast -xipo=2 -m64 -xalias_level=std %ifdef %{speed} EXTRA_OPTIMIZE = -xautopar -xpagesize=2M %endif 471.omnetpp=peak: OPTIMIZE = -fast -xipo=2 -xalias_level=compatible -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: %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xunroll=12 $(SMARTHEAP64) %else OPTIMIZE = -fast -xipo=2 $(SMARTHEAP) %endif #################### 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 -M /usr/lib/ld/map.bssalign -xalias_level=std FOPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -M /usr/lib/ld/map.bssalign CXXOPTIMIZE = -fast -xipo=1 -m64 -xpagesize=2M -M /usr/lib/ld/map.bssalign -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 -stackvar -xipo=2 -xprefetch_level=3 -Qoption iropt -Rloop_dist -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: basepeak=1 434.zeusmp=peak: %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xvector=simd -xautopar -xreduction feedback = 0 %else OPTIMIZE = -fast -xipo=2 -m64 -xvector=simd %endif 435.gromacs=peak: OPTIMIZE = -fast -xipo=2 -m64 FOPTIMIZE = -fsimple=2 -Qoption ube -fsimple=3 %ifdef %{speed} EXTRA_OPTIMIZE = -xprefetch=no%auto -xpagesize=2M -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 EXTRA_LIBS = -lumem %ifdef %{speed} EXTRA_OPTIMIZE = -xvector=simd -xautopar -Qoption iropt -Aparallel:nthreads=%{allthreads} -xreduction %endif 444.namd=peak: OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xunroll=8 447.dealII=peak: # See also section above about Apache library %ifdef %{speed} OPTIMIZE = -fast -xipo=1 -m64 -xpagesize=2M -xalias_level=compatible -xdepend %else OPTIMIZE = -fast -xipo=2 -m64 -xprefetch -xalias_level=compatible -xdepend %endif feedback = 0 450.soplex=peak: OPTIMIZE = -fast -xipo=2 -xpagesize=2M -xrestrict -xalias_level=simple -xprefetch=no%auto %ifdef %{speed} EXTRA_OPTIMIZE = -xdepend %else EXTRA_OPTIMIZE = -xvector=simd %endif feedback = 0 453.povray=peak: OPTIMIZE = -fast -xipo=2 -m64 -xalias_level=simple %ifdef %{speed} EXTRA_OPTIMIZE = -xpagesize=2M %endif 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 -Qoption iropt -Aparallel:nthreads=%{allthreads} -xreduction %else OPTIMIZE = -fast -xipo=2 -m64 -xpagesize=2M -xvector=simd feedback = 0 %endif 465.tonto=peak: OPTIMIZE = -fast -xipo=2 -m64 -xvector=lib -xalias -xdepend %ifdef %{speed} EXTRA_OPTIMIZE = -xpagesize=2M -xautopar -stackvar -xreduction -xprefetch=no%auto feedback = 0 %else FOPTIMIZE = -Qoption ube -fsimple=3 EXTRA_LIBS = -lbsdmalloc %endif 470.lbm=peak: %ifdef %{speed} OPTIMIZE = -fast -xipo=2 -m64 -xvector=simd -xautopar -Qoption iropt -Aparallel:nthreads=%{allthreads} -xreduction $(SMARTHEAPMT64) EXTRA_LIBS = -lmvec %else OPTIMIZE = -fast -xipo=2 -m64 -xvector=simd EXTRA_LIBS = -lbsdmalloc %endif feedback = 0 481.wrf=peak: %ifdef %{speed} basepeak=1 %else OPTIMIZE = -fast -xipo=2 -m64 -xvector=simd %endif 482.sphinx3=peak: %ifdef %{speed} basepeak=1 %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 X6440 (AMD Opteron 8435 2.6GHz) sw_parallel_other = No hw_cpu_name = AMD Opteron 8435 hw_cpu_mhz = 2600 hw_cpu_char = hw_ncoresperchip = 6 hw_nthreadspercore = 1 hw_ncpuorder = 2 or 4 chips hw_pcache = 64 KB I + 64 KB D on chip per core hw_scache = 512 KB I+D on chip per core hw_tcache = 6 MB I+D on chip per chip hw_ocache = None hw_avail = Nov-2009 hw_disk = Compact Flash, 16 GB hw_fpu = Integrated hw_memory = 64 GB (16x4GB, DDR2-667, CL5, Reg, Dual Rank) hw_other = None sw_avail = Jun-2009 prepared_by = Rajaram.Gnanakumar@Sun.COM sw_peak_ptrsize = 32/64-bit sw_compiler = Sun Studio 12 Update 1 sw_file = zfs with gzip compression sw_os = OpenSolaris 2009.06 sw_other = none 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 = set lpg_alloc_prefer=1 notes_os_sys_025 = set zfs:zfs_arc_max = 0x10000000 notes_plat_000 = notes_plat_005 = Default BIOS settings used except: notes_plat_010 = DCT Unganged Mode set to "Always" to enable Unganged Mode notes_plat_015 = # 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 =OMP_NUM_THREADS = "12" notes_010 =SUNW_MP_PROCBIND = "0 6 12 18 2 8 14 20 4 10 16 22 1 7 13 19 3 9 15 21 5 11 17 23" notes_015 =SUNW_MP_THR_IDLE = "SPIN" notes_020 = notes_025 =447.dealII (peak): "apache_stdcxx_4_2_1" src.alt was used. notes_030 = notes_035 =447.dealII (base): "apache_stdcxx_4_2_1" src.alt was used. notes_040 =