# Invocation command line: # /export/cpu2006/bin/runspec -c FF1.253x10MHz_11way.s12Up1FCS-090903f -n 1 -v 6 -I --reportable fp # output_root was not used for this run ############################################################################ tune = base,peak ext = s12Up1FCS-090903f makeflags = -j 8 #-l 6 mean_anyway = 1 check_md5 = 0 teeout = 1 output_format = text backup_config = 0 output_root = minimize_rundirs = 1 use_submit_for_speed = 1 #include: bind # ----- Begin inclusion of 'bind' ############################################################################ bind = 31 submit = echo 'pbind -b $BIND \$\$ >> pbind.out; $command' > dobmk; sh dobmk # ---- End inclusion of '/export/cpu2006/config/bind' #include: s12Up1FCS-090903f.opt.inc # ----- Begin inclusion of 's12Up1FCS-090903f.opt.inc' ############################################################################ #################### 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=/opt/sunstudio12.1/bin/ SPEC_DIR=/export/cpu2006 XJOBS=8 CC = $(SPECLANG)cc -xjobs=$(XJOBS) $(CVERBOSE) CXX = $(SPECLANG)CC -xjobs=$(XJOBS) $(CXXVERBOSE) -xdepend FC = $(SPECLANG)f90 -xjobs=$(XJOBS) $(FCVERBOSE) ################################################################# #### Allow Choice of STLport4 or Apache Standard C++ Library #### default: APACHE_INCL = $(SPEC_DIR)/stdcxx-4.2.1/include APACHE_BLD_INCL = $(SPEC_DIR)/stdcxx-4.2.1/build/include APACHE_LIBDIR = $(SPEC_DIR)/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) default=peak: EXTRA_CXXFLAGS = -library=stlport4 EXTRA_CXXLIBS = -library=stlport4 # Int base also uses stlport4 int=base: EXTRA_CXXFLAGS = -library=stlport4 EXTRA_CXXLIBS = -library=stlport4 -lfast # FP base uses Apache fp=base: EXTRA_CXXFLAGS = $(APACHE_EXTRA_CXXFLAGS) EXTRA_CXXLIBS = $(APACHE_EXTRA_CXXLIBS) 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 ########################## default=default=default=v9: PORTABILITY = -DSPEC_CPU_LP64 400.perlbench=default=default=default: CPORTABILITY = -DSPEC_CPU_SOLARIS_SPARC 403.gcc=default=default=default: CPORTABILITY = -DSPEC_CPU_SOLARIS 462.libquantum=default=default=default: CPORTABILITY = -DSPEC_CPU_SOLARIS 483.xalancbmk=default=default: CXXPORTABILITY = -DSPEC_CPU_SOLARIS ################################################################# #################### Baseline Fp Flags ######################### fp=base=default=default: feedback = 0 OPTIMIZE = -fast -fma=fused -xipo=2 -xpagesize=4M -xprefetch_level=2 COPTIMIZE = -xalias_level=std -xprefetch_auto_type=indirect_array_access -xprefetch=latx:2 CXXOPTIMIZE = -xalias_level=compatible -xprefetch_level=3 FOPTIMIZE = -xprefetch=latx:2 EXTRA_CLIBS = -ll2amm EXTRA_FLIBS = -ll2amm EXTRA_LDFLAGS = -M /usr/lib/ld/map.bssalign ################################################################## #################### Peak FP Flags ######################### fp=peak=default=default: feedback = 1 fdo_pre0 = rm -rf ./feedback.profile ./SunWS_cache PASS1_CFLAGS = -xprofile=collect:./feedback PASS1_FFLAGS = -xprofile=collect:./feedback PASS1_CXXFLAGS = -xprofile=collect:./feedback PASS1_LDFLAGS = -xprofile=collect:./feedback PASS2_CFLAGS = -xprofile=use:./feedback PASS2_FFLAGS = -xprofile=use:./feedback PASS2_CXXFLAGS = -xprofile=use:./feedback PASS2_LDFLAGS = -xprofile=use:./feedback OPTIMIZE = -fast -fma=fused -xpagesize=4M CXXOPTIMIZE = -xalias_level=compatible 410.bwaves=peak=default=default: OPTIMIZE = -fast -fma=fused -xipo=2 -xpagesize=4M -xprefetch_level=2 -xprefetch=latx:2 EXTRA_LIBS = -lfast feedback = 0 416.gamess=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch_level=3 433.milc=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch_level=2 -xprefetch=latx:2 -xalias_level=std -xprefetch_auto_type=indirect_array_access EXTRA_LIBS = -ll2amm feedback = 0 434.zeusmp=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch=latx:2 EXTRA_LIBS = -ll2amm EXTRA_LDFLAGS = -M /usr/lib/ld/map.bssalign feedback = 0 435.gromacs=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xinline= -xchip=generic -fsimple=0 436.cactusADM=peak=default=default: OPTIMIZE = -fast -fma=fused -xipo=2 -xpagesize=4M -xprefetch_level=2 COPTIMIZE = -xalias_level=std -xprefetch_level=3 -xprefetch_auto_type=indirect_array_access feedback = 0 437.leslie3d=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch=latx:2 EXTRA_LIBS = -ll2amm EXTRA_LDFLAGS = -M /usr/lib/ld/map.bssalign feedback = 0 444.namd=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch=no%auto -xdepend feedback = 0 447.dealII=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch_level=2 450.soplex=peak=default=default: OPTIMIZE = -fast -xipo=2 CXXOPTIMIZE = -xdepend -xprefetch_level=2 -xprefetch_auto_type=indirect_array_access -Qoption cg -Qlp-ol=1-it=3-imb=1 -Qoption iropt -Apf:pdl=3 -xalias_level=simple -xrestrict 453.povray=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xdepend -xlinkopt=2 454.calculix=peak=default=default: OPTIMIZE = -fast -fma=fused -xipo=2 -xpagesize=4M -xprefetch_level=2 -xprefetch=latx:0.5 COPTIMIZE = -xalias_level=std -xprefetch_auto_type=indirect_array_access EXTRA_LIBS = -ll2amm feedback = 0 459.GemsFDTD=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch=latx:2 465.tonto=peak=default=default: OPTIMIZE = -fast -xipo=2 EXTRA_LIBS = -lfast 470.lbm=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xarch=generic -xvector -xprefetch_level=3 feedback = 0 481.wrf=peak=default=default: OPTIMIZE = -fast -fma=fused -xipo=2 -xpagesize=4M -xprefetch_level=2 -xprefetch=latx:2 COPTIMIZE = -xalias_level=std -xprefetch_auto_type=indirect_array_access feedback = 0 482.sphinx3=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch_level=2 -xprefetch=latx:2 -xalias_level=std -xprefetch_auto_type=indirect_array_access EXTRA_LIBS = -ll2amm feedback = 0 # ---- End inclusion of '/export/cpu2006/config/s12Up1FCS-090903f.opt.inc' ### default=default=default=default: hw_avail = Nov-2009 hw_cpu_char = hw_cpu_mhz = 2530 hw_cpu_name = SPARC64 VII hw_disk000 = 1 x Seagate Savvio 10K.2 (146 GB 10,000 RPM SAS) hw_fpu = Integrated hw_memory = 64 GB (32 x 2 GB), 8-way interleaved hw_model = Fujitsu SPARC Enterprise M4000 hw_nchips = 4 hw_ncores = 16 hw_ncoresperchip = 4 hw_ncpuorder = 1 to 2 CPUMs; each CPUM 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 = 5632 KB I+D on chip per chip hw_tcache = None hw_vendor = Fujitsu sw_auto_parallel = No license_num = 19 sw_avail = Jul-2009 sw_base_ptrsize = 32-bit sw_compiler000= Sun Studio 12 Update 1 sw_file = ufs sw_os000 = Solaris 10 5/09 with patches 119963-16, sw_os001 = 120753-07, 118683-03 sw_other = Apache C++ Standard Library V4.2.1 sw_peak_ptrsize = 32-bit sw_state = Default test_date = May-2008 test_sponsor = Fujitsu tester = Fujitsu notes_os_sys_000 = notes_os_sys_005 =System Tunables: notes_os_sys_010 =(/etc/system parameters) notes_os_sys_015 = notes_os_sys_020 = tune_t_fsflushr=10 notes_os_sys_025 = Controls how many seconds elapse between runs of the notes_os_sys_030 = page flush daemon, fsflush. notes_os_sys_035 = autoup=600 notes_os_sys_040 = Causes pages older than the listed number of seconds to notes_os_sys_045 = be written by fsflush. notes_os_sys_050 = bufhwm=3000 notes_os_sys_055 = Memory byte limit for caching I/O buffers. notes_os_sys_060 = segmap_percent=1 notes_os_sys_065 = Set maximum percent memory for file system cache. notes_os_sys_070 = notes_os_sys_075 =Other System Settings: notes_os_sys_080 = notes_os_sys_085 = The webconsole service was turned off using svcadm disable webconsole. notes_submit_000 =The config file option 'submit' was used. Processes were assigned to notes_submit_005 =specific processors using 'pbind' commands. The list of processors to use notes_submit_010 =was provided in the 'BIND' variable, to generate the pbind commands. notes_submit_015 =(For details, please see the config file.) notes_os_shell_000 = notes_os_shell_005 =Shell Environments: 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) # 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. 433.milc: # The following setting was inserted automatically as a result of # post-run basepeak application. basepeak = 1 410.bwaves: # The following setting was inserted automatically as a result of # post-run basepeak application. basepeak = 1 default: notes_000 =447.dealII (peak): "apache_stdcxx_4_2_1" src.alt was used. notes_005 = notes_010 =447.dealII (base): "apache_stdcxx_4_2_1" src.alt was used. notes_015 = flagsurl000 = http://www.spec.org/cpu2006/flags/Sun-Solaris-Studio12-12u1-and-gccfss4.2.r4.xml notes_plat_000 = notes_plat_005 = Memory is 8-way interleaved by filling all slots with the same notes_plat_010 = capacity DIMMs. notes_plat_015 = notes_plat_020 = This result is measured on a Fujitsu SPARC Enterprise M4000 Server. notes_plat_025 = Note that the Fujitsu SPARC Enterprise M4000 and Sun SPARC Enterprise notes_plat_030 = M4000 are electrically equivalent. 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 notes_comp_000 =Sun Studio compiler patches are available at notes_comp_005 = http://developers.sun.com/sunstudio/downloads/patches/ss12u1_patches.jsp notes_comp_010 =