# Invocation command line: # /spec/cpu2006/v1.0/bin/runspec -c PubP6 int # output_root used was "/spec/cpu2006/v1.0/zPubP6" ############################################################################ # The following line MUST be set to the suite installed path! %define install_path /spec/cpu2006/v1.0 ####################################################################### # # SPEC CPU2006 Benchmark Config file IBM eServer pSeries AIX 5L # ####################################################################### # For RATE runs, you must change the: # # submit # copies # # variables in this file to match the number of SMT threads in the # system being run on. Remember to change the PEAK values of # "copies" that are further down in the file. copies = 4 #copies = 8 #copies = 16 #copies = 32 # # To navigate, "export GO=path" and use "ogo" instead of "go" # "export OGO_NO_WARN=0" to suppress path msg on every use # %ifdef %{path} output_root=${top}/%{path} %else output_root=${top}/zPubP6 %endif %define FDPROPTS -q -O4 -A 32 -bldcg -shci 90 -sdp 9 %define VMX -qenablevmx -qvecnvol %define make_j 3 #====================================================================== # 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 iterations = 3 # -n output_format = all,csv,cfg # -o basepeak = 0 reportable = 1 # -l turns off ignore_errors = 0 # -I mean_anyway = 1 allow_extension_override = 1 ext = AIX # -e size = test,train,ref # -i # This tells runspec to set enviornment variables of the form # ENV_xxx if found in here. Forced to 0 for reportable runs #env_vars = 1 # 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 # Set up how parallel to do the compiles %ifdef %{make_j} makeflags = -j%{make_j} %endif # We alway use submit to ensure there is a bindprocessor done. use_submit_for_speed = 1 # uncomment one of the following depending on the number of processors #submit = let "MYCPU=\$SPECCOPYNUM"; bindprocessor \$\$ \$MYCPU; $command submit = let "MYCPU=2*\$SPECCOPYNUM"; if (("\$MYCPU > 3" )) then let "MYCPU-=3" ; fi; bindprocessor \$\$ \$MYCPU; $command #submit = let "MYCPU=2*\$SPECCOPYNUM"; if (("\$MYCPU > 7" )) then let "MYCPU-=7" ; fi; bindprocessor \$\$ \$MYCPU; $command #submit = let "MYCPU=2*\$SPECCOPYNUM"; if (("\$MYCPU > 15")) then let "MYCPU-=15"; fi; bindprocessor \$\$ \$MYCPU; $command #submit = let "MYCPU=2*\$SPECCOPYNUM"; if (("\$MYCPU > 31")) then let "MYCPU-=31"; fi; bindprocessor \$\$ \$MYCPU; $command #--prevent log file lines that are too long for vi log_line_width = 110 # Point to where the usr/compiler/OS Flags file is flagsurl000 = http://www.spec.org/cpu2006/flags/CPU2006_flags.20090715.xml 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 459.GemsFDTD=peak=default=default: 465.tonto=base=default=default: 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 = 2 #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 = 2 #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 = IBM Corporation license_num = 11 tester = IBM Corporation hw_avail = Jun-2007 hw_vendor = IBM Corporation hw_cpu_char = hw_fpu = Integrated 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_disk = 1x73 GB 1x146 GB SAS 15K RPM hw_other = None sw_auto_parallel = No sw_file = AIX/JFS2 sw_state = Multi-user test_date = May-2007 hw_model = IBM System p 570 (4.7 GHz, 1 core) hw_cpu_name = POWER6 hw_cpu_mhz = 4700 hw_ncores = 1 hw_nchips = 1 hw_ncoresperchip = 2 hw_nthreadspercore = 1 hw_memory = 16 GB (8x2 GB) DDR2 667 MHz sw_os = IBM AIX 5L V5.3 sw_compiler000 = XL C/C++ Enterprise Edition Version 9.0 for AIX fp=default=default=default: sw_compiler11 = XL Fortran Enterprise Edition Version 11.1 for AIX sw_avail = Jun-2007 int=default=default=default: sw_avail = Jun-2007 default=default=default=default: notes_000 = AIX 5L V5.3 updated with the 5300-06 Technology Level. notes_005 = See flags file for details on following settings. notes_010 = all ulimits set to unlimited notes_015 = Envionment variables set before executing benchmarks: notes_020 = MALLOCOPTIONS=pool notes_025 = MEMORY_AFFINITY=MCM notes_030 = XLFRTEOPTS=intrinthds=1 notes_035 = System set to "Enhanced" mode when defining partition on HMC notes_040 = System limited to 1 core by the HMC partition definition notes_045 = 768 pages of size 16M defined on systems with vmo command notes0081 = 2 core: 768 notes_050 = fdpr binary optimization tool used for peak versions of int=default=default=default: notes_055 = 401.bzip2 403.gcc 429.mcf 456.hmmer 462.libquantum 473.astar notes_060 = submit used to bind benchmark to a processor using "bindprocessor" notes_065 = The "IBM System p 570" and "IBM System i 570" are electronically equivalent. notes_070 = The results have been measured on the "IBM System p 570" model. fp=default=default=default: notes1020 = 410.bwaves 434.zeusmp 453.povray 470.lbm 482.sphinx3 default=default=default=default: