# Invocation command line: # /spec/cpu2006/bin/runspec -c bullaixp6.cfg --flagsurl power6flag.xml int # output_root was not used for this run ############################################################################ ####################################################################### # # SPEC CPU2006 Benchmark Config file Bull AIX 5L # Last Modified October 25th, 2007 # ####################################################################### # # --define (-S) options that are passed to the runspec command # that dynamically affect this config file # #====================================================================== # Global Options apply to all runs #====================================================================== # # For just a report generated without a raw file or any runs required # Do a "runspec --reportonly" (also --action=report or --fakereport) # # Just set up the build or run directories, use --buildsetup or --setup # on the runspec command # Sets nobuild as the default - you will need -D to force a compile # nobuild = 1 # -D forces a build (recompile) # -N prohibits a build (recompile) copies=32 action = validate # -a tune = base,peak # -T normal: base,peak iterations = 3 # -n output_format = all # -o basepeak = 0 reportable = 1 # -l turns off normal: 1 ignore_errors = 0 # -I normal:0 mean_anyway = 1 allow_extension_override = 1 ext = AIXp6 # -e size = test,train,ref # -i normal: test,train,ref # This tells runspec to set enviornment variables of the form # ENV_xxx if found in here. Forced to 0 for reportable runs env_vars = 0 # These are the envionment variables that are set before the run #ENV_MALLOCOPTIONS=pool #ENV_MEMORY_AFFINITY=MCM #ENV_XLFRTEOPTS=intrinthds=1 # Control if the imbedded md5 string of compiler options is checked for # recompile if the options have changed #check_md5 = 0 # This is added to the MD5 sums, and must be 1 for submittable binaries. # i.e. binaries made with this set to 0 will not be allowed to be used # for submitable runs. But it bypasses all checksums, so must be 0 if # any sources are modified. I am not yet sure if need this needs to be # set to allow the generation of pmcount's PMU dir's #strict_rundir_verify = 0 # Controls if the log file info is echo'd to the screen teeout = no # If 1, make copy of the config file before modifing with MD5 # signitures of the compile options. backup_config = 0 # verbose -> -v #verbose = 1 to 99, 5 is default, 91 is good for debugging %define FDPROPTS -q -O4 -A 32 -bldcg -shci 90 -sdp 9 %define VMX -qenablevmx -qvecnvol makeflags = -j 1 # We alway use submit to ensure there is a bindprocessor done. use_submit_for_speed = 1 submit = let "MYCPU=2*\$SPECCOPYNUM"; if (("\$MYCPU > 31")) then let "MYCPU-=31"; fi; bindprocessor \$\$ \$MYCPU; $command #submit = let "MYCPU=\$SPECCOPYNUM"; bindprocessor \$\$ \$MYCPU; $command #--prevent log file lines that are too long for vi log_line_width = 110 CC_PATH = /usr/vac/bin CXX_PATH = /usr/vacpp/bin XLF_PATH = /usr/bin #=============================================================================== # How the compilers are called # The settings used here are for IBM C/C++ and xl Fortran compilers #=============================================================================== default=default=default=default: CC = $(CC_PATH)/xlc -qlanglvl=extc99 CXX = $(CXX_PATH)/xlC FC = $(XLF_PATH)/xlf95 #=============================================================================== #====================================================================== # Base Level Optimizations # No limit to number of flags, must be same for all of each Language. #====================================================================== %define LPC -qlargepage %define LPL -blpdata %define IPAC -qipa=noobject %define IPAL -qipa=threads %define ILS -D_ILS_MACROS %define O4 -O4 %{LPC} %define O5 -O5 %{LPC} #%define c_suppress -qsuppress=1500-036:1506-1298 #%define cxx_suppress -qsuppress=1500-010:1500-029:1500-036:1540-0802:1540-1102:1540-1604:1540-1608:1540-2907:1586-233:1586-234:1586-267 %define f_suppress -qsuppress=cmpmsg:1500-010 %define ld_suppress -qsuppress=1500-036 EXTRA_CFLAGS = %{IPAC} %{c_suppress} EXTRA_CXXFLAGS = %{IPAC} %{cxx_suppress} EXTRA_FFLAGS = %{IPAC} %{f_suppress} EXTRA_LDFLAGS = %{LPL} %{IPAL} %{ld_suppress} default=base=default=default: sw_base_ptrsize = 32-bit int=base=default=default: COPTIMIZE = %{O5} %{ILS} -qalias=noansi -qalloca CXXOPTIMIZE = %{O5} %{ILS} -qrtti=all LDCFLAGS = -bmaxdata:0x50000000 LDCXXFLAGS = -bmaxdata:0x20000000 fp=base=default=default: COPTIMIZE = %{O5} %{ILS} CXXOPTIMIZE = %{O5} %{ILS} -qrtti=all -D__IBM_FAST_VECTOR FOPTIMIZE = %{O5} -qsmallstack=dynlenonheap -qalias=nostd LDCFLAGS = -bmaxdata:0x40000000 LDCXXFLAGS = -bmaxdata:0x50000000 LDFFLAGS = -bmaxdata:0x60000000 #====================================================================== # INT Portability Flags # no optimizations allowed here #====================================================================== 400.perlbench=default=default=default: CPORTABILITY = -DSPEC_CPU_AIX 403.gcc=default=default=default: #EXTRA_CFLAGS = %{IPAC} %{c_suppress} -qsuppress=1506-229:1506-236:1506-358:1506-1298 462.libquantum=default=default=default: CPORTABILITY = -DSPEC_CPU_AIX #EXTRA_CFLAGS = %{IPAC} %{c_suppress} -qsuppress=1506-280 464.h264ref=default=default=default: CPORTABILITY = -DSPEC_CPU_AIX -qchars=signed #EXTRA_CFLAGS = %{IPAC} %{c_suppress} -qsuppress=1506-068:1506-280 471.omnetpp=default=default=default: #EXTRA_CXXFLAGS = %{IPAC} %{cxx_suppress} -qsuppress=1540-0419:1540-1218:1540-1608:1586-234:1589-267 #EXTRA_LDFLAGS = %{LPL} %{IPAL} %{ld_suppress} -qsuppress=1500-010:1586-234:1586-267 483.xalancbmk=default=default=default: CXXPORTABILITY = -DSPEC_CPU_AIX #EXTRA_CXXFLAGS = %{IPAC} %{cxx_suppress} -qsuppress=1500-029:1586-267 #EXTRA_LDFLAGS = %{LPL} %{IPAL} %{ld_suppress} -qsuppress=1500-010:1500-029:1586-267:1586-321 #====================================================================== # FP Portability Flags # no optimizations allowed here #====================================================================== 410.bwaves=default=default=default: FPORTABILITY = -qfixed 416.gamess=default=default=default: FPORTABILITY = -qfixed 434.zeusmp=default=default=default: FPORTABILITY = -qfixed 435.gromacs=default=default=default: FPORTABILITY = -qfixed -qextname #EXTRA_LDFLAGS = %{LPL} %{IPAL} %{ld_suppress} -qsuppress=1500-010 436.cactusADM=default=default=default: FPORTABILITY = -qfixed -qextname #EXTRA_CFLAGS = %{IPAC} %{c_suppress} -qsuppress=1506-280 437.leslie3d=default=default=default: FPORTABILITY = -qfixed #EXTRA_FFLAGS = %{IPAC} %{f_suppress} -qsuppress=1511-013 447.dealII=default=default=default: #EXTRA_CXXFLAGS = %{IPAC} %{cxx_suppress} -qsuppress=1500-029:1540-2907:1586-233:1586-267 #EXTRA_LDFLAGS = %{LPL} %{IPAL} %{ld_suppress} -qsuppress=1500-029:1586-233:1586-267 450.soplex=default=default=default: #EXTRA_CXXFLAGS = %{IPAC} %{cxx_suppress} -qsuppress=1586-267 #EXTRA_LDFLAGS = %{LPL} %{IPAL} %{ld_suppress} -qsuppress=1586-267 453.povray=default=default=default: #EXTRA_CXXFLAGS = %{IPAC} %{cxx_suppress} -qsuppress=1540-0802:1540-1102:1540-1608 #EXTRA_LDFLAGS = %{LPL} %{IPAL} %{ld_suppress} -qsuppress=1500-010 454.calculix=default=default=default: FPORTABILITY = -qfixed -qextname # The NOZMODIFIER is needed only if run on AIX 5.1 #CPORTABILITY = -DSPEC_CPU_NOZMODIFIER 481.wrf=default=default=default: CPORTABILITY = -DSPEC_CPU_AIX -DNOUNDERSCORE #EXTRA_FFLAGS = %{IPAC} %{f_suppress} -qsuppress=1512-050:1514-022 #EXTRA_LDFLAGS = %{LPL} %{IPAL} %{ld_suppress} -qsuppress=1586-321 482.sphinx3=default=default=default: CPORTABILITY = -qchars=signed #====================================================================== # # Default peak flags. # #====================================================================== default=peak=default=default: sw_peak_ptrsize = 32/64-bit #====================================================================== # INT peak Flags #====================================================================== 400.perlbench=peak=default=default: # C only Benchmark OPTIMIZE = %{O5} %{VMX} %{ILS} -qalias=noansi PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDCFLAGS = -bmaxdata:0x50000000 %else CPORTABILITY = -DSPEC_CPU_AIX -DSPEC_CPU_LP64 %endif 401.bzip2=peak=default=default: # C only Benchmark OPTIMIZE = %{O5} %{VMX} %{ILS} %{FDPRCOMP} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_run2 = fdpr %{FDPROPTS} -p $commandexe -x $command fdo_post2 = cp ${baseexe}.fdpr $baseexe %ifndef %{64} LDCFLAGS = -bmaxdata:0x4ffffffc %endif 403.gcc=peak=default=default: # C only Benchmark %define 64 OPTIMIZE = %{O5} %{ILS} -qalloca %{FDPRCOMP} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_run2 = fdpr %{FDPROPTS} -p $commandexe -x $command fdo_post2 = cp ${baseexe}.fdpr $baseexe %ifndef %{64} LDCFLAGS = -bmaxdata:0x50000000 %else CPORTABILITY = -DSPEC_CPU_LP64 COPTIMIZE = -q64 %endif %undef 64 429.mcf=peak=default=default: # C only Benchmark OPTIMIZE = %{O5} %{VMX} %{ILS} %{FDPRCOMP} fdo_run1 = fdpr %{FDPROPTS} -p $commandexe -x $command fdo_post1 = cp ${baseexe}.fdpr $baseexe %ifndef %{64} LDCFLAGS = -bmaxdata:0x50000000 %endif 445.gobmk=peak=default=default: # C only Benchmark OPTIMIZE = %{O5} %{VMX} %{ILS} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 456.hmmer=peak=default=default: # C only Benchmark OPTIMIZE = %{O5} %{ILS} %{FDPRCOMP} fdo_run1 = fdpr %{FDPROPTS} -p $commandexe -x $command fdo_post1 = cp ${baseexe}.fdpr $baseexe 458.sjeng=peak=default=default: # C only Benchmark OPTIMIZE = %{O4} %{VMX} %{ILS} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 462.libquantum=peak=default=default: # C only Benchmark # We want just 1 copy per core, not SMT copies = 16 #copies = 4 #copies = 8 #copies = 16 OPTIMIZE = %{O5} %{VMX} %{ILS} -q64 %{FDPRCOMP} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_run2 = fdpr %{FDPROPTS} -p $commandexe -x $command fdo_post2 = cp ${baseexe}.fdpr $baseexe 464.h264ref=peak=default=default: # C only Benchmark OPTIMIZE = %{O5} %{ILS} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 471.omnetpp=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} %{VMX} %{ILS} -qalign=natural -qrtti=all -qinlglue PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDCXXFLAGS = -bmaxdata:0x20000000 %endif 473.astar=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} %{VMX} %{ILS} %{FDPRCOMP} PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 #fdo_run2 = fdpr %{FDPROPTS} -p $commandexe -x $command #fdo_post2 = cp ${baseexe}.fdpr $baseexe %ifndef %{64} LDCXXFLAGS = -bmaxdata:0x20000000 %endif 483.xalancbmk=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} %{ILS} -qinlglue CXXOPTIMIZE = -D__IBM_FAST_VECTOR PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDCXXFLAGS = -bmaxdata:0x20000000 %endif 999.specrand=peak=default=default: # C only Benchmark - Must run, but not reported unless fails OPTIMIZE = %{O5} %{ILS} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 #====================================================================== # FP peak Flags #====================================================================== 410.bwaves=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O5} %{VMX} %{FDPRCOMP} fdo_run1 = fdpr %{FDPROPTS} -p $commandexe -x $command fdo_post1 = cp ${baseexe}.fdpr $baseexe %ifndef %{64} FOPTIMIZE = -qsmallstack=dynlenonheap LDFFLAGS = -bmaxdata:0x50000000 %endif 416.gamess=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O5} -qalias=nostd PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDFFLAGS = -bmaxdata:0x40000000 %endif 433.milc=peak=default=default: # C only Benchmark OPTIMIZE = %{O5} %{ILS} -qalign=natural %ifndef %{64} LDCFLAGS = -bmaxdata:0x40000000 %else COPTIMIZE = -q64 %endif 434.zeusmp=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O5} %{VMX} -qxlf90=nosignedzero %{FDPRCOMP} PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_run2 = fdpr %{FDPROPTS} -p $commandexe -x $command fdo_post2 = cp ${baseexe}.fdpr $baseexe %ifndef %{64} LDFFLAGS = -bmaxdata:0x40000000 %else FOPTIMIZE = -q64 %endif 435.gromacs=peak=default=default: # Fortran & C Benchmark OPTIMIZE = %{O5} %{VMX} COPTIMIZE = %{ILS} PASS1_FFLAGS = -qpdf1 PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 436.cactusADM=peak=default=default: # Fortran & C Benchmark COPTIMIZE = %{ILS} %ifndef %{64} OPTIMIZE = %{O2} LDFFLAGS = -bmaxdata:0x60000000 %else OPTIMIZE = %{O5} %{VMX} -q64 FPPPORTABILITY = -DSPEC_CPU_LP64 %endif 437.leslie3d=peak=default=default: # Fortran Benchmark # We want just 1 copy per core, not SMT copies = 16 #copies = 4 #copies = 8 #copies = 16 %define 64 OPTIMIZE = %{O5} %ifdef %{64} FOPTIMIZE = -q64 %endif %undef 64 444.namd=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} %{VMX} %{ILS} PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 447.dealII=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} %{ILS} -qrtti=all CXXOPTIMIZE = -D__IBM_FAST_VECTOR %ifndef %{64} LDCXXFLAGS = -bmaxdata:0x50000000 %endif 447.dealII=peak=default=deal3pass: # SPEC tools does multipass build if explicit_dimensions is 1 # I will continue to test 3 pass sometimes # -qunique required for static init function in 3 pass builds explicit_dimensions = 1 PORTABILITY = -qunique 450.soplex=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} -qstrict %{ILS} PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDCXXFLAGS = -bmaxdata:0x40000000 %endif 453.povray=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} %{VMX} %{ILS} -qalign=natural %{FDPRCOMP} PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_run2 = fdpr %{FDPROPTS} -p $commandexe -x $command fdo_post2 = cp ${baseexe}.fdpr $baseexe %ifdef %{64} CXXOPTIMIZE = -q64 %endif 454.calculix=peak=default=default: # Fortran & C Benchmark OPTIMIZE = %{O4} -q64 COPTIMIZE = %{ILS} 459.GemsFDTD=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O5} %{VMX} PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDFFLAGS = -bmaxdata:0x50000000 %else FOPTIMIZE = -q64 %endif 465.tonto=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O5} PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDFFLAGS = -bmaxdata:0x20000000 %endif 470.lbm=peak=default=default: # C Benchmark %define 64 OPTIMIZE = %{O5} %{ILS} %{FDPRCOMP} fdo_run2 = fdpr %{FDPROPTS} -p $commandexe -x $command fdo_post2 = cp ${baseexe}.fdpr $baseexe %ifndef %{64} LDCFLAGS = -bmaxdata:0x30000000 %else COPTIMIZE = -q64 %endif %undef 64 481.wrf=peak=default=default: # Fortran & C-for netCDF Benchmark OPTIMIZE = %{O5} COPTIMIZE = %{ILS} FOPTIMIZE = -qalias=nostd %ifndef %{64} LDFFLAGS = -bmaxdata:0x30000000 %else %ifdef %{wrf8} # This allows using 4 byte (32) or 8 byte (64) raw format separator's # Currently this selection is only valid for 64 bit mode # Setting the ENV_ during the run is illegal, this is for testing only wrf_data_header_size=8 ENV_XLFRTEOPTS=uwidth=64 %endif COPTIMIZE = -q64 %{ILS} FOPTIMIZE = -q64 -qalias=nostd %endif 482.sphinx3=peak=default=default: # C only Benchmark OPTIMIZE = %{O5} %{VMX} %{ILS} %{FDPRCOMP} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_run2 = fdpr %{FDPROPTS} -p $commandexe -x $command fdo_post2 = cp ${baseexe}.fdpr $baseexe 998.specrand=peak=default=default: # C only Benchmark - Must run, but not reported unless fails OPTIMIZE = %{O5} %{ILS} %{FDPRCOMP} fdo_run1 = fdpr %{FDPROPTS} -p $commandexe -x $command fdo_post1 = cp ${baseexe}.fdpr $baseexe #=============================================================================== # Report requirements #=============================================================================== default=default=default=default: test_sponsor = Bull SAS license_num = 20 tester = Bull SAS test_date = Nov-2007 hw_avail = Oct-2007 sw_avail = Aug-2007 hw_vendor = Bull SAS hw_model = Bull Escala PL1660 (4700 MHz, 1 Core) hw_cpu_name = POWER6 hw_cpu_char = hw_cpu_mhz = 4700 hw_fpu = Integrated hw_nchips = 1 hw_ncores = 1 hw_ncoresperchip = 2 hw_nthreadspercore = 1 hw_ncpuorder = 2,4,8,12,16 cores hw_pcache = 64 KB I + 64 KB D on chip per core hw_scache = 4 MB I+D on chip per core hw_tcache = 32 MB I+D off chip per chip hw_ocache = None hw_memory = 64 GB (8x8GB) DDR2 667 MHZ hw_disk = 2x73 GB SAS, 15K RPM hw_other = None sw_os = AIX 5L V5.3 sw_compiler000 = XL C/C++ Enterprise Edition Version 9.0 for AIX + sw_compiler001 = Aug07 PTF sw_other = None sw_auto_parallel = No sw_file = AIX/JFS2 sw_state = Multi-user notes_os_shell_000 = AIX 5.3 Updated with the 5300-06 Technology Level notes_os_shell_005 = ulimits set to unlimited notes_os_shell_010 = notes_os_shell_015 = Envionment variables set before executing benchmarks: notes_os_shell_020 = MALLOCOPTIONS=pool notes_os_shell_025 = MEMORY_AFFINITY=MCM notes_os_shell_030 = XLFRTEOPTS=intrinthds=1 notes_os_shell_035 = System set to "Enhanced" mode when defining partition on HMC notes_os_shell_040 = bindprocessor command used on submit to bind each copy to a notes_os_shell_045 = unique processor. notes_000 = Speed run on 1 core partition defined on HMC notes_os_sys_000 = notes_os_sys_005 = Large page mode was set as follows: notes_os_sys_010 = vmo -r -o lgpg_regions=768 -o lgpg_size=16777216 notes_005 = fdpr binary optimization tool used for int=default=default=default: notes_010 = 401.bzip2 403.gcc 429.mcf 456.hmmer 462.libquantum 473.astar notes_015 = fp=default=default=default: notes1020 = 410.bwaves 434.zeusmp 453.povray 470.lbm 482.sphinx3 default=default=default=default: # 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: flagsurl000= http://www.spec.org/cpu2006/flags/CPU2006_flags.20090714.08.xml