# Invocation command line: # /export/home/cpu2006-1.1/bin/runspec -c jmay7.ff1.autopar_lbm.32.cfg --define OUTDISK=/bench/kpg --reportable -r int # output_root used was "/bench/kpg" ############################################################################ ############################################################################ ext = jmay7 parallel_setup = 6 parallel_setup_prefork = pbind -b $BIND $$ bench_post_setup = lockfs -f /spec post_setup = lockfs -f /spec http_proxy = flagsurl000 = http://www.spec.org/cpu2006/flags/Sun-Solaris-Studio12-and-gccfss4.2.20090713.xml action = validate tune = all iterations = 1 # in a real run, would be 3 or more expand_notes = 1 ignore_errors = 1 log_line_width = 4090 # to avoid choking vi output_format = asc,cfgfile mean_anyway = 1 #minimize_rundirs = 1 #minimize_builddirs = 1 ############### Disk usage ############## # The output_root feature # www.spec.org/cpu2006/docs/runspec.html#output_root # nicely segregates your output directories from the original tree; # but if you don't like that feature, just comment out this whole # section. # # Recommended usage is: # # cd $SPEC # . ./shrc # cd /myoutputdirs # GO=`pwd` # runspec --define OUTDISK=$GO # %if '%{OUTDISK}' eq '' % error please say --define OUTDISK=/whatever %endif output_root=%{OUTDISK} ####################### 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. makeflags = -j16 # how many jobs specmake should spawn XJOBS = 16 # how many CPUs ipo can use (at link time) bind = 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 0 command_add_redirect = 1 # useful with submit submit = echo 'pbind -b $BIND \$\$ >> pbind.out; $command' > dobmk; sh dobmk %ifndef %{OverRideCopies} # # To cause the command line to win for both base and peak, say: # # runspec --define OverRideCopies --rate n # # If you _don't_ say that, then the order of precedence is: # # named section (highest), about 6 lines down, peak for several benchmarks # command line # the line marked "header section default" just below # copies = 32 # header section default 401.bzip2,429.mcf,462.libquantum,473.astar=peak=default=default: copies = 16 # int that prefer otherwise 410.bwaves,437.leslie3d,450.soplex,459.GemsFDTD,481.wrf=peak=default=default: copies = 16 # fp that prefer otherwise 470.lbm=peak=default=default: copies = 1 # fp that prefers autopar # %endif #################### Compiler invocation #################################### default=default=default=default: %define compiler_showversion 1 %define compiler_verbose 0 %ifdef %{compiler_showversion} CVERBOSE = -V CXXVERBOSE = -verbose=version FCVERBOSE = -V %endif %ifdef %{compiler_verbose} CVERBOSE = -V -\# CXXVERBOSE = -verbose=diags,version FCVERBOSE = -V -v %endif SPECLANG = /export/home/mblatt/compiler/20080507_jupiter/bin/ CC = $(SPECLANG)cc -xjobs=$(XJOBS) $(CVERBOSE) CXX = $(SPECLANG)CC -xjobs=$(XJOBS) $(CXXVERBOSE) -xdepend -library=stlport4 FC = $(SPECLANG)f90 -xjobs=$(XJOBS) $(FCVERBOSE) #################### Baseline Int Flags ######################### int=base=default=default: feedback = 0 OPTIMIZE = -fast -fma=fused -xipo=2 -xpagesize=4M -xarch=sparcfmaf COPTIMIZE = -xprefetch_level=1 -xalias_level=std CXXOPTIMIZE = -xprefetch_level=2 -xalias_level=compatible EXTRA_CLIBS = -ll2amm EXTRA_CXXLIBS = -lfast #################### Peak Int Optimization Flags ############################ int=peak: OPTIMIZE = -fast -xpagesize=4M CXXOPTIMIZE = -xalias_level=compatible 400.perlbench=peak=default=default: EXTRA_OPTIMIZE = -xalias_level=std -xipo=2 -xrestrict -fma=fused EXTRA_LIBS = -lfast 401.bzip2=peak=default=default: EXTRA_OPTIMIZE = -xalias_level=strong -fma=fused 403.gcc=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xalias_level=std -xprefetch=no -xarch=sparcfmaf -fma=fused EXTRA_LIBS = -ll2amm 429.mcf=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch=no -xrestrict -xalias_level=std EXTRA_LIBS = -lfast feedback = 0 445.gobmk=peak=default=default: EXTRA_OPTIMIZE = -xalias_level=std -xrestrict -fma=fused -xarch=sparcfmaf EXTRA_LIBS = -ll2amm 456.hmmer=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -fma=fused 458.sjeng=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -fma=fused 462.libquantum=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch=no -fma=fused EXTRA_CLIBS = -lbsdmalloc feedback=0 464.h264ref=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xalias_level=std -xarch=sparcfmaf -xprefetch=no EXTRA_LIBS = -ll2amm 471.omnetpp=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch_level=2 -Qoption cg -Qlp-av=0 -fma=fused EXTRA_LIBS = -lfast 473.astar=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch_level=2 -fma=fused EXTRA_LIBS = -lfast feedback = 0 483.xalancbmk=peak: EXTRA_OPTIMIZE = -xipo=2 -xprefetch=no -fma=fused EXTRA_LIBS = -lfast #################### Baseline Fp Flags ######################### fp=base=default=default: feedback = 0 OPTIMIZE = -fast -fma=fused -xipo=2 -xpagesize=4M -xprefetch_level=1 EXTRA_LIBS = COPTIMIZE = -xalias_level=std -xprefetch_auto_type=indirect_array_access CXXOPTIMIZE = -xalias_level=compatible FOPTIMIZE = #################### Peak FP Optimization Flags ############################ fp=peak: OPTIMIZE = -fast -xpagesize=4M CXXOPTIMIZE = -xalias_level=compatible 410.bwaves=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch_level=2 -fma=fused feedback = 0 416.gamess=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch_level=2 -fma=fused feedback = 1 433.milc=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch_level=2 -fsimple=1 -xprefetch_auto_type=indirect_array_access -W2,-Ainline:rs=400 -xalias_level=std -fma=fused feedback = 0 434.zeusmp=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -fma=fused -xarch=sparcfmaf EXTRA_LIBS = -lmopt -ll2amm feedback = 0 435.gromacs=peak=default=default: #EXTRA_OPTIMIZE = -xipo=2 -xinline= -xarch=generic -xchip=generic -fsimple=0 -fma=fused EXTRA_OPTIMIZE = -xipo=2 -xinline= -xchip=generic -fsimple=0 -fma=fused 436.cactusADM=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch=no -fsimple=1 -fma=fused feedback = 0 437.leslie3d=peak=default=default: EXTRA_OPTIMIZE = -xprefetch=no feedback = 0 444.namd=peak=default=default: EXTRA_OPTIMIZE = -xalias_level=compatible -xprefetch_level=1 -fma=fused feedback = 0 447.dealII=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xrestrict -xalias_level=compatible -fma=fused 450.soplex=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch=no -fsimple=0 -xrestrict -xdepend -xalias_level=compatible 453.povray=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xrestrict -fma=fused 454.calculix=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xvector -xprefetch_level=3 -fma=fused EXTRA_COPTIMIZE = -xalias_level=std -xprefetch_auto_type=indirect_array_access feedback = 0 459.GemsFDTD=peak=default=default: EXTRA_OPTIMIZE = -fsimple=1 -xprefetch=no -fma=fused feedback = 0 465.tonto=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xarch=sparcfmaf feedback = 0 EXTRA_LIBS = -lfast -ll2amm 470.lbm=peak=default=default: EXTRA_OPTIMIZE = -xprefetch_level=3 -xipo=2 -fma=fused -xvector -xarch=generic -xautopar -xreduction feedback = 0 481.wrf=peak: EXTRA_OPTIMIZE = -xipo=2 -xprefetch_level=2 482.sphinx3=peak=default=default: EXTRA_OPTIMIZE = -xinline= -xprefetch=no -xalias_level=strong -fma=fused -xarch=sparcfmaf EXTRA_LIBS = -lfast -ll2amm ###################### Portability ################################# 400.perlbench=default=default=default: CPORTABILITY = -DSPEC_CPU_SOLARIS_SPARC 403.gcc=default=default=default: CPORTABILITY = -DSPEC_CPU_SOLARIS 462.libquantum=default: CPORTABILITY=-DSPEC_CPU_SOLARIS 483.xalancbmk=default: CXXPORTABILITY=-DSPEC_CPU_SOLARIS ###################### Profile Feedback ################################# # # By default, turns on feedback for everything # ### default=default=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 ################### Testbed ############################################## default=default=default=default: hw_avail = Jul-2008 hw_cpu_mhz = 2400 hw_cpu_name = SPARC64 VII hw_disk000 = 591 GB RAID 5 Sun StorageTek 2540 hw_disk001 = 10 x 73 GB 15K RPM Seagate SAS disks hw_fpu = Integrated hw_memory = 64 GB (32 x 2 GB) hw_model = Sun SPARC Enterprise M4000 hw_nchips = 4 hw_ncores = 16 hw_ncoresperchip = 4 hw_ncpuorder = 1 to 2 CMU; each CMU contains 2 CPU chips hw_nthreadspercore = 2 hw_ocache = None hw_other = None hw_pcache = 64 KB I + 64 KB D on chip per core hw_scache = 5 MB I+D on chip per chip hw_tcache = None hw_vendor = Sun Microsystems license_num = 6 sw_avail = Jul-2008 sw_base_ptrsize = 32-bit sw_compiler000 = Sun Studio 12 with patches sw_compiler001 = 124867-06, 124861-07, 124863-05 sw_compiler002 = (see patch information below) sw_file = ufs sw_os = Solaris 10 5/08 with patch 137111-03 sw_other = None sw_peak_ptrsize = 32-bit sw_state = Default tester = Sun Microsystems notes_submit_000 = notes_submit_005 =Processes were assigned to specific processors using 'pbind' commands. The notes_submit_010 =config file option 'submit' was used, along with a list of processors in the notes_submit_015 ='BIND' variable, to generate the pbind commands. (For details, please see notes_submit_020 =the config file.) notes_submit_025 = notes_os_shell_000 = notes_os_shell_005 =Environment Variable Settings: notes_os_shell_010 = notes_os_shell_015 =ulimit -s 131072 was used to limit the space consumed notes_os_shell_020 = by the stack (making more space available for the heap) notes_os_sys_000 = notes_os_sys_005 =System Tunables (/etc/system parameters): notes_os_sys_010 = notes_os_sys_015 =tune_t_fsflushr=10 notes_os_sys_020 = Controls how many seconds elapse between runs of the notes_os_sys_025 = page flush daemon, fsflush. notes_os_sys_030 =autoup=600 notes_os_sys_035 = Causes pages older than the listed number of seconds to notes_os_sys_040 = be written by fsflush. notes_os_sys_045 =bufhwm=3000 notes_os_sys_050 = Memory byte limit for caching I/O buffers notes_os_sys_055 =segmap_percent=1 notes_os_sys_060 = Set maximum percent memory for file system cache notes_os_sys_065 = notes_os_sys_070 =Other System Settings: notes_os_sys_075 = notes_os_sys_080 =The webconsole service was turned off using notes_os_sys_085 = svcadm disable webconsole notes_os_sys_090 = # 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. 462.libquantum: # The following setting was inserted automatically as a result of # post-run basepeak application. basepeak = 1 403.gcc: # The following setting was inserted automatically as a result of # post-run basepeak application. basepeak = 1 default: test_sponsor = Sun Microsystems notes_plat_000 = notes_plat_005 =Memory is 8-way interleaved by filling all slots with notes_plat_010 =the same capacity DIMMs. notes_plat_015 = notes_plat_020 =This result is measured on a Sun SPARC Enterprise M4000 Server. notes_plat_025 =Note that the Sun SPARC Enterprise M4000 and Fujitsu SPARC Enterprise notes_plat_030 =M4000 are electrically equivalent. notes_plat_035 = notes_comp_000 =Sun Studio compiler patches are available at notes_comp_005 = http://developers.sun.com/sunstudio/downloads/patches/ss12_patches.jsp