# Invocation command line: # ./bin/runspec -c cpu2006-rate-fp.m9000-32.s12u2-1001.cfg --rate --reportable fp # output_root was not used for this run ############################################################################ ############################################################################ tune = base,peak ext = studio12u2-m9000-32-rate-fp-0925 makeflags = -j 16 flagsurl000 = http://www.spec.org/cpu2006/flags/Oracle-Solaris-Studio12.2-SPARC.xml parallel_setup = 16 parallel_setup_prefork = pbind -b $BIND $$ mean_anyway = 1 check_md5 = 0 teeout = 1 output_format = text backup_config = 0 minimize_rundirs = 1 default=default=default=default: ############################################################################ bind = 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 120, 128, 136, 144, 152, 160, 168, 176, 184, 192, 200, 208, 216, 224, 232, 240, 248, 2, 10, 18, 26, 34, 42, 50, 58, 66, 74, 82, 90, 98, 106, 114, 122, 130, 138, 146, 154, 162, 170, 178, 186, 194, 202, 210, 218, 226, 234, 242, 250, 4, 12, 20, 28, 36, 44, 52, 60, 68, 76, 84, 92, 100, 108, 116, 124, 132, 140, 148, 156, 164, 172, 180, 188, 196, 204, 212, 220, 228, 236, 244, 252, 6, 14, 22, 30, 38, 46, 54, 62, 70, 78, 86, 94, 102, 110, 118, 126, 134, 142, 150, 158, 166, 174, 182, 190, 198, 206, 214, 222, 230, 238, 246, 254, 1, 9, 17, 25, 33, 41, 49, 57, 65, 73, 81, 89, 97, 105, 113, 121, 129, 137, 145, 153, 161, 169, 177, 185, 193, 201, 209, 217, 225, 233, 241, 249, 3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 99, 107, 115, 123, 131, 139, 147, 155, 163, 171, 179, 187, 195, 203, 211, 219, 227, 235, 243, 251, 5, 13, 21, 29, 37, 45, 53, 61, 69, 77, 85, 93, 101, 109, 117, 125, 133, 141, 149, 157, 165, 173, 181, 189, 197, 205, 213, 221, 229, 237, 245, 253, 7, 15, 23, 31, 39, 47, 55, 63, 71, 79, 87, 95, 103, 111, 119, 127, 135, 143, 151, 159, 167, 175, 183, 191, 199, 207, 215, 223, 231, 239, 247, 255, 0 submit = echo 'pbind -b $BIND \$\$ >> pbind.out; $command' > dobmk; sh dobmk ############################################################################ copies = 255 # header section default 410.bwaves,436.cactusADM,450.soplex,459.GemsFDTD,470.lbm,481.wrf=peak=default=default: copies = 127 # fp that prefer otherwise. 470.lbm=peak=default=default: copies = 63 # fp that prefer otherwise. ############################################################################ #################### 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=/mnt/spec/SolarisStudio12.2-solaris-sparc-tar-ML/solstudio12.2/bin/ SPEC_DIR=/mnt/spec/ XJOBS = 16 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 # 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) #################### Baseline fp Flags ################################ fp=base=default=default: feedback = 0 OPTIMIZE = -fast -xipo=2 -xpagesize=4M -fma=fused -xlinkopt -xvector COPTIMIZE = -xalias_level=std -xprefetch_auto_type=indirect_array_access -xprefetch_level=1 CXXOPTIMIZE = -xalias_level=compatible -xprefetch_level=1 FOPTIMIZE = -xprefetch_level=2 EXTRA_LIBS = -ll2amm #################### Peak fp Flags #################################### fp=peak=default=default: 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 -xipo=2 -xpagesize=4M -fma=fused COPTIMIZE = CXXOPTIMIZE = -xdepend -xalias_level=compatible FOPTIMIZE = 410.bwaves=peak=default=default: EXTRA_OPTIMIZE = feedback = 0 416.gamess=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch=no%auto -xO3 433.milc=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xarch=generic -fsimple=1 -W2,-Ainline:rs=400 -xalias_level=std -xprefetch_auto_type=indirect_array_access -xprefetch_level=2 434.zeusmp=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch_level=2 EXTRA_LIBS = -ll2amm feedback = 0 435.gromacs=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xvector -xinline= -xchip=generic -fsimple=0 -xunroll=7 -xprefetch=no%auto 436.cactusADM=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 feedback = 0 437.leslie3d=peak=default=default: EXTRA_OPTIMIZE = -xprefetch=latx:5.0 EXTRA_LIBS = -ll2amm feedback = 0 444.namd=peak=default=default: EXTRA_OPTIMIZE = -xipo=1 -xlinkopt=2 -xprefetch=no%auto -xunroll=2 EXTRA_LIBS = -ll2amm -lfast 447.dealII=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch_auto_type=indirect_array_access -xrestrict -xalias_level=compatible -xchip=generic -xunroll=4 450.soplex=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xvector -xlinkopt=2 -xprefetch=no%auto -xarch=generic 453.povray=peak=default=default: EXTRA_OPTIMIZE = -xO4 -xipo=2 -xunroll=4 -xprefetch=no%auto EXTRA_CXXLIBS = -lfast 454.calculix=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xvector -xunroll=8 -xprefetch=latx:3 EXTRA_COPTIMIZE = -xalias_level=std feedback = 0 459.GemsFDTD=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch_level=2 -xprefetch_auto_type=indirect_array_access EXTRA_LIBS = -ll2amm EXTRA_FLIBS = -ll2amm feedback = 0 465.tonto=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xprefetch=no%auto -xO4 -xunroll=3 EXTRA_LIBS = -lfast 470.lbm=peak=default=default: OPTIMIZE = -fast -xrestrict -xipo=2 -xprefetch_level=2 -xarch=v8plusb -xcache=generic EXTRA_LIBS = -ll2amm 481.wrf=peak=default=default: EXTRA_OPTIMIZE = -xipo=2 -xO3 -xcache=generic -xprefetch_auto_type=indirect_array_access -xprefetch_level=1 COPTIMIZE = -xalias_level=std 482.sphinx3=peak=default=default: EXTRA_OPTIMIZE = EXTRA_LIBS = -lfast -ll2amm ################################################################# ### default=default=default=default: hw_avail = Dec-2010 hw_cpu_char = hw_cpu_mhz = 3000 hw_cpu_name = SPARC64 VII+ hw_disk = 6 x 300 GB 10,000 RPM SAS hw_fpu = Integrated hw_memory = 976 GB (32 x 2 GB + 228 x 4 GB, 8-way interleaved) hw_model = SPARC Enterprise M9000 hw_nchips = 32 hw_ncores = 128 hw_ncoresperchip = 4 hw_ncpuorder = 1 to 8 CMUs; each CMU contains 2 or 4 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 = 12 MB I+D on chip per chip hw_tcache = None hw_vendor = Fujitsu sw_auto_parallel = No license_num = 19 sw_avail = Sep-2010 sw_base_ptrsize = 32-bit sw_compiler = Oracle Solaris Studio 12.2 sw_file = zfs sw_os = Oracle Solaris 10 9/10 sw_other = None sw_peak_ptrsize = 32-bit sw_state = Default test_sponsor = Fujitsu tester = Fujitsu notes_os_sys_000 = notes_os_sys_005 = System Tunables (/etc/system parameters): notes_os_sys_010 = notes_os_sys_015 = autoup=600 notes_os_sys_020 = Causes pages older than the listed number of seconds to notes_os_sys_025 = be written by fsflush. notes_os_sys_030 = zfs:zfs_arc_max = 0x10000000 notes_os_sys_035 = Control the amount of memory used by ZFS for caching notes_os_sys_040 = lpg_alloc_prefer=1 notes_os_sys_045 = Prefer local pages, even if not easily available notes_os_sys_050 = bufhwm=40000000 notes_os_sys_055 = Memory byte limit for caching I/O buffers. notes_os_sys_060 = notes_os_sys_065 = Other System Settings: notes_os_sys_070 = notes_os_sys_075 = The webconsole service was turned off using notes_os_sys_080 = svcadm disable webconsole notes_os_sys_085 = 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) default: notes_plat_000 = notes_plat_005 = Memory is 8-way interleaved by filling each CMU's slots with the same notes_plat_010 = capacity DIMMs. notes_plat_015 = notes_plat_020 = This result is measured on a SPARC Enterprise M9000 server from notes_plat_025 = Fujitsu. The SPARC Enterprise M9000 server from Oracle and from notes_plat_030 = Fujitsu are electrically equivalent. notes_comp_000 = Oracle Solaris Studio 12.2 is distributed with mandatory OS patches notes_comp_005 = 118683-05 119963-20 120753-08 notes_comp_010 = Oracle Solaris Studio 12.2 and patches are available at notes_comp_015 = http://oracle.com/goto/solarisstudio notes_comp_020 = notes_comp_025 =The Apache C++ Standard Library V4.2.1 was installed from notes_comp_030 = http://stdcxx.apache.org/download.html using: notes_comp_035 = alias gmake=specmake notes_comp_040 = gmake BUILDTYPE=8d CONFIG=sunpro.config # 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. 459.GemsFDTD: # The following setting was inserted automatically as a result of # post-run basepeak application. basepeak = 1 481.wrf: # 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 =