# Invocation command line: # /home/CPU2006/bin/runspec -c bullaixspeed --flagsurl CPU2006_flags.AIX.xml int # output_root was not used for this run ############################################################################ ####################################################################### # # SPEC CPU2006 Benchmark Config file IBM eServer pSeries AIX 5L # Last Modified December 13th, 2006 # ####################################################################### # # --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) 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 = AIXn # -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 # 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 makeflags = -j4 # 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 = %{O4} %{ILS} -qalias=noansi -qalloca CXXOPTIMIZE = %{O4} %{ILS} -qrtti=all LDCFLAGS = -bmaxdata:0x50000000 LDCXXFLAGS = -bmaxdata:0x20000000 fp=base=default=default: COPTIMIZE = %{O5} %{ILS} CXXOPTIMIZE = %{O5} %{ILS} -qrtti=all #FOPTIMIZE = %{O5} -qsmallstack=dynlenonheap FOPTIMIZE = %{O5} -qsmallstack=dynlenonheap -qalias=nostd -qalias_size=200000000 LDCFLAGS = -bmaxdata:0x40000000 LDCXXFLAGS = -bmaxdata:0x50000000 LDFFLAGS = -bmaxdata:0x50000000 #====================================================================== # 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} %{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} %{ILS} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDCFLAGS = -bmaxdata:0x50000000 %endif 403.gcc=peak=default=default: # C only Benchmark #%define 64 OPTIMIZE = %{O5} %{ILS} -qalloca PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %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} %{ILS} -qarch=pwr4 %{P6} -qfdpr fdo_run1 = fdpr -q -O3 -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 = %{O4} %{ILS} -qfdpr PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_run2 = fdpr -q -O3 -p $commandexe -x $command fdo_post2 = cp ${baseexe}.fdpr $baseexe 456.hmmer=peak=default=default: # C only Benchmark OPTIMIZE = %{O4} %{ILS} -qfdpr fdo_run1 = fdpr -q -O3 -p $commandexe -x $command fdo_post1 = cp ${baseexe}.fdpr $baseexe 458.sjeng=peak=default=default: # C only Benchmark OPTIMIZE = %{O4} %{ILS} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 462.libquantum=peak=default=default: # C only Benchmark OPTIMIZE = %{O4} %{ILS} -q64 -qfdpr PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_run2 = fdpr -q -O3 -p $commandexe -x $command fdo_post2 = cp ${baseexe}.fdpr $baseexe 464.h264ref=peak=default=default: # C only Benchmark OPTIMIZE = %{O5} %{ILS} #COPTIMIZE = -qfdpr PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 #fdo_run2 = fdpr -q -O3 -p $commandexe -x $command #fdo_post2 = cp ${baseexe}.fdpr $baseexe 471.omnetpp=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} %{ILS} -qalign=natural -qrtti=all CXXOPTIMIZE = -D__IBM_FAST_VECTOR 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} %{ILS} CXXOPTIMIZE = -D__IBM_ENABLE_POOLED_ALLOCATORS__ PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDCXXFLAGS = -bmaxdata:0x20000000 %endif 483.xalancbmk=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} %{ILS} CXXOPTIMIZE = -D__IBM_ENABLE_POOLED_ALLOCATORS__ 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} %ifndef %{64} FOPTIMIZE = -qsmallstack=dynlenonheap LDFFLAGS = -bmaxdata:0x50000000 %endif 416.gamess=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O5} -qessl -lessl -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 PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDCFLAGS = -bmaxdata:0x40000000 %endif 434.zeusmp=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O5} -qfdpr PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_run2 = fdpr -q -O3 -p $commandexe -x $command fdo_post2 = cp ${baseexe}.fdpr $baseexe %ifndef %{64} LDFFLAGS = -bmaxdata:0x40000000 %endif 435.gromacs=peak=default=default: # Fortran & C Benchmark OPTIMIZE = %{O5} 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 #%define 64 COPTIMIZE = %{ILS} %ifndef %{64} OPTIMIZE = %{O5} LDFFLAGS = -bmaxdata:0x50000000 %else OPTIMIZE = %{O5} -q64 FPPPORTABILITY = -DSPEC_CPU_LP64 %endif #%undef 64 437.leslie3d=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O5} 444.namd=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} %{ILS} -qfdpr PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_run2 = fdpr -q -O3 -p $commandexe -x $command fdo_post2 = cp ${baseexe}.fdpr $baseexe 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 # -qunique required for static init function in 3 pass builds explicit_dimensions = 1 PORTABILITY = -qunique 450.soplex=peak=default=default: # C++ Benchmark OPTIMIZE = %{O4} %{ILS} -qfdpr fdo_run1 = fdpr -q -O3 -p $commandexe -x $command fdo_post1 = cp ${baseexe}.fdpr $baseexe %ifndef %{64} LDCXXFLAGS = -bmaxdata:0x40000000 %endif 453.povray=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} %{ILS} -q64 -qalign=natural -lmass PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 454.calculix=peak=default=default: # Fortran & C Benchmark OPTIMIZE = %{O5} COPTIMIZE = %{ILS} PASS1_FFLAGS = -qpdf1 PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 459.GemsFDTD=peak=default=default: # Fortran Benchmark #%define 64 OPTIMIZE = %{O5} #PASS1_FFLAGS = -qpdf1 #PASS1_LDFLAGS = -qpdf1 #PASS2_FFLAGS = -qpdf2 #PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDFFLAGS = -bmaxdata:0x50000000 %else FOPTIMIZE = -q64 %endif #%undef 64 465.tonto=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O5} -lmass -qalias=nostd 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 OPTIMIZE = %{O5} %{ILS} %ifndef %{64} LDCFLAGS = -bmaxdata:0x30000000 %endif 481.wrf=peak=default=default: # Fortran & C-for netCDF Benchmark OPTIMIZE = %{O5} -lmass -qsmallstack=dynlenonheap COPTIMIZE = %{ILS} %ifndef %{64} LDFFLAGS = -bmaxdata:0x30000000 %else %endif 482.sphinx3=peak=default=default: # C only Benchmark OPTIMIZE = %{O4} %{ILS} -qfdpr PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_run2 = fdpr -q -O3 -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} -qfdpr fdo_run1 = fdpr -q -O3 -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 = Feb-2007 hw_avail = Feb-2006 sw_avail = Dec-2006 hw_vendor = Bull SAS hw_model = Bull Escala PL1650R+ (2200 MHz, 1 CPU) hw_cpu_name = POWER5+ hw_cpu_char = hw_cpu_mhz = 2200 hw_fpu = Integrated hw_nchips = 1 hw_ncores = 1 # Would be 1 for speed runs, 4/8 for rate hw_ncoresperchip = 2 hw_nthreadspercore = 1 # SMT on=2 off=1 hw_ncpuorder = 2, 4, 6, 8 chips hw_pcache = 64 KB I + 32 KB D on chip per core hw_scache = 1920 KB I+D on chip per chip hw_tcache = 36 MB I+D off chip per chip hw_ocache = None hw_memory = 128 GB (32x4 GB) hw_disk = 1x73 GB SCSI, 15K RPM hw_other = None sw_os = AIX 5L V5.3 sw_compiler000 = XL C/C++ Enterprise Edition Version 8.0 for AIX sw_compiler001 = with the December 2006 PTF sw_compiler002 = XL Fortran Enterprise Edition Version 10.1 for AIX sw_compiler003 = with the November 2006 PTF sw_other = ESSL 4.2.0.4 sw_auto_parallel = No sw_file = AIX/JFS2 sw_state = Multi-user notes_os_shell_000 = notes_os_shell_005 = ulimits set to unlimited notes_os_shell_010 = notes_os_sys_000 = notes_os_sys_005 = Large page mode was set as follows: notes_os_sys_010 = vmo -r -o lgpg_regions=800 -o lgpg_size=16777216 notes_os_sys_015 = 15 cores were deconfigured and SMT disabled using the AIX commands notes_os_sys_020 = smtctl -m off -w boot notes_os_sys_025 = bosboot -aD notes_os_sys_030 = shutdown -rF notes_os_sys_035 = drmgr -r -c cpu (15 times) notes_os_sys_040 = # 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.20090715.15.xml