# Invocation command line: # /spec/cpu2006/v1.2/bin/runspec -c PubApr14 -r int # output_root used was "/spec/cpu2006/v1.2/zPubApr14" ############################################################################ # The following line MUST be set to the suite installed path! %define install_path /spec/cpu2006/v1.2 ####################################################################### # # SPEC CPU2006 Benchmark Config file IBM Power with AIX # ####################################################################### #%define TestCopies 1 bind= \ 0 8 16 24 32 40 48 56 64 72 80 88 \ 96 104 112 120 128 136 144 152 160 168 176 184 \ 1 9 17 25 33 41 49 57 65 73 81 89 \ 97 105 113 121 129 137 145 153 161 169 177 185 \ 2 10 18 26 34 42 50 58 66 74 82 90 \ 98 106 114 122 130 138 146 154 162 170 178 186 \ 3 11 19 27 35 43 51 59 67 75 83 91 \ 99 107 115 123 131 139 147 155 163 171 179 187 \ 4 12 20 28 36 44 52 60 68 76 84 92 \ 100 108 116 124 132 140 148 156 164 172 180 188 \ 5 13 21 29 37 45 53 61 69 77 85 93 \ 101 109 117 125 133 141 149 157 165 173 181 189 \ 6 14 22 30 38 46 54 62 70 78 86 94 \ 102 110 118 126 134 142 150 158 166 174 182 190 \ 7 15 23 31 39 47 55 63 71 79 87 95 \ 103 111 119 127 135 143 151 159 167 175 183 191 %define Copy1 24 %define Copy2 48 %define Copy3 72 %define Copy4 96 %define Copy5 120 %define Copy6 144 %define Copy7 168 %define Copy8 192 hw_avail = Jun-2014 hw_cpu_mhz = 3525 hw_cpu_char000 = Intelligent Energy Optimization enabled, hw_cpu_char001 = up to 3.92 GHz hw_model = IBM Power S824 (3.5 GHz, 24 core) hw_memory = 512 GB (16 x 32 GB CDIMMs) DDR3 1600 MHz notes_os_025 = 19200 16M large pages defined with vmo command hw_ncpuorder = 2 Modules hw_ncores = 24 hw_ncoresperchip = 6 hw_nthreadspercore = 8 hw_nchips = 4 hw_disk = 5 x 300 GB 15K RPM SAS SFF-2 Raid0 %define Copy %{Copy4} %ifdef %{cpu} submit = let "MYCPU=%{cpu}"; bindprocessor \$\$ \$MYCPU; $command %else submit = bindprocessor \$\$ $BIND; $command %endif %ifndef %{TestCopies} copies = %{Copy} %endif %ifdef %{Sub0} use_submit_for_speed=1 %endif parallel_setup = %{Copy} parallel_setup_type = fork parallel_setup_prefork = bindprocessor $$ $BIND #bench_post_setup = sync #post_setup = chfs -a freeze=1 / ; chfs -a freeze=0 / parallel_test = 1 parallel_test = %{Copy} parallel_test_submit = bindprocessor \$\$ $BIND; $command # # To navigate, "export GO=path" and use "ogo" instead of "go" # "export OGO_NO_WARN=0" to suppress path msg on every use # output_root=${top}/zPubApr14 # Turn off sysinfo, as the sample does not understand AIX anyway. sysinfo_program = #====================================================================== # 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) %if '%{md}' eq 'build' action = build # -a %else action = validate # -a %endif tune = base,peak # -T iterations = 3 # -n output_format = txt,csv,html,pdf,cfg # -o basepeak = 0 reportable = 1 # -l turns off ignore_errors = 0 # -I mean_anyway = 1 allow_extension_override = 1 ext = PubApr14 # -e size = test,train,ref # -i # These are the envionment variables that are set before the run preenv = 1 %ifndef %{noPOOL} preENV_MALLOCOPTIONS=pool %endif %ifndef %{noMCM} preENV_MEMORY_AFFINITY=MCM %endif %ifdef %{MALLopts} preENV_MALLOCOPTIONS=%{MALLopts} %endif preENV_XLFRTEOPTS=intrinthds=1 # Control if the imbedded md5 string of compiler options is checked for # recompile if the options have changed %ifdef %{noMD5} check_md5 = 0 %else check_md5 = 1 %endif # 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 #verbose = 1 # Set up how parallel to do the compiles %ifdef %{make_j} makeflags = -j%{make_j} %endif #--prevent log file lines that are too long for vi # But must be long enough for port_progress to get data log_line_width = 180 # Point to where the usr/compiler/OS Flags file is flagsurl000 = http://www.spec.org/cpu2006/flags/IBM-XL.V13.xml flagsurl001 = http://www.spec.org/cpu2006/flags/IBM-AIX.V7.xml CC_PATH = /opt/IBM/xlc/13.1.0/bin CXX_PATH = /opt/IBM/xlC/13.1.0/bin XLF_PATH = /opt/IBM/xlf/15.1.0/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 -qinline=40 CXX = $(CXX_PATH)/xlC -qinline=40 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 LP64L -bdatapsize:64K -bstackpsize:64K %define LPT64L -btextpsize:64K %define IPAC -qipa=noobject %define IPAL -qipa=threads %define ILS -D_ILS_MACROS %define O2 -O2 -qarch=auto -qtune=auto %define O2V -O2 -qarch=auto -qtune=auto -qsimd -qvecnvol %define O3 -O3 -qarch=auto -qtune=auto %define O3V -O3 -qarch=auto -qtune=auto -qsimd -qvecnvol %define O4 -O4 -qsimd=noauto %define O4V -O4 -qvecnvol %define O5 -O5 -qsimd=noauto %define O5V -O5 -qvecnvol %define DSCR84 -qprefetch=dscr=84 %define DSCR147 -qprefetch=dscr=147 %define c_suppress %define cxx_suppress %define f_suppress -qsuppress=cmpmsg:1500-010 %define ld_suppress -qsuppress=1500-036 EXTRA_CFLAGS = %{c_suppress} EXTRA_CXXFLAGS = %{cxx_suppress} EXTRA_FFLAGS = %{f_suppress} OPTIMIZE = %{LPC} %{IPAC} default=base=default=default: # LDOPT is only good for non FDO builds, so only use for base EXTRA_LDFLAGS = %{ld_suppress} LDOPT = %{LPL} int=base=default=default: sw_base_ptrsize = 32-bit COPTIMIZE = %{O5V} %{ILS} -qalias=noansi -qalloca CXXOPTIMIZE = %{O5V} %{ILS} -qrtti=all -D__IBM_FAST_SET_MAP_ITERATOR LDCFLAGS = %{IPAL} -bmaxdata:0x50000000 LDCXXFLAGS = %{IPAL} -bmaxdata:0x20000000 fp=base=default=default: sw_base_ptrsize = 32-bit COPTIMIZE = %{O5} %{ILS} CXXOPTIMIZE = %{O5V} %{ILS} -qrtti=all -D__IBM_FAST_VECTOR -D__IBM_FAST_SET_MAP_ITERATOR FOPTIMIZE = %{O5V} -qsmallstack=dynlenonheap -qalias=nostd LDCFLAGS = %{IPAL} -bmaxdata:0x40000000 LDCXXFLAGS = %{IPAL} -bmaxdata:0x50000000 LDFFLAGS = %{IPAL} -bmaxdata:0x60000000 #====================================================================== # INT Portability Flags # no optimizations allowed here #====================================================================== 400.perlbench=default=default=default: CPORTABILITY = -DSPEC_CPU_AIX 462.libquantum=default=default=default: CPORTABILITY = -DSPEC_CPU_AIX 464.h264ref=default=default=default: CPORTABILITY = -DSPEC_CPU_AIX -qchars=signed 483.xalancbmk=default=default=default: CXXPORTABILITY = -DSPEC_CPU_AIX #====================================================================== # 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 436.cactusADM=default=default=default: FPORTABILITY = -qfixed -qextname 437.leslie3d=default=default=default: FPORTABILITY = -qfixed 454.calculix=default=default=default: FPORTABILITY = -qfixed -qextname 481.wrf=default=default=default: CPORTABILITY = -DSPEC_CPU_AIX -DNOUNDERSCORE 482.sphinx3=default=default=default: CPORTABILITY = -qchars=signed #====================================================================== # # Default peak flags. # #====================================================================== default=peak=default=default: sw_peak_ptrsize = 32/64-bit EXTRA_LDFLAGS = %{LPL} %{LPT64L} %{ld_suppress} %define FDPRCOMP -qfdpr %define FDPRSAVE mv $baseexe ${baseexe}.orig; %define Fopt8 -O4 -m power8 -A 2 -rcl 2 -sls -dir -vrox #====================================================================== # INT peak Flags #====================================================================== 400.perlbench=peak=default=default: # C only Benchmark # Multiple training inputs OPTIMIZE = %{O3} COPTIMIZE = %{ILS} -qalias=noansi %{FDPRCOMP} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDCFLAGS = -bmaxdata:0x50000000 %else CPORTABILITY += -DSPEC_CPU_LP64 %endif %define FDPROPTS %{Fopt8} fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr; fdpr -1 -q -p $baseexe fdo_run2 = fdpr -2 -q -p $commandexe -x $command fdo_post2 = fdpr -3 -q %{FDPROPTS} -p $baseexe; %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_000 = 400.perlbench fdpr options: -O4 -m power8 -A 2 -rcl 2 -sls -dir -vrox %undef FDPROPTS 401.bzip2=peak=default=default: # C only Benchmark # Multiple training inputs %ifndef %{TestCopies} copies = %{Copy6} %endif OPTIMIZE = %{O4} %{LPC} %{IPAC} COPTIMIZE = %{ILS} %{FDPRCOMP} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDCFLAGS = %{IPAL} -bmaxdata:0x50000000 %else LDCFLAGS = %{IPAL} %endif %define FDPROPTS %{Fopt8} fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr; fdpr -1 -q -p $baseexe fdo_run2 = fdpr -2 -q -p $commandexe -x $command fdo_post2 = fdpr -3 -q %{FDPROPTS} -p $baseexe; %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_005 = 401.bzip2 fdpr options: -O4 -m power8 -A 2 -rcl 2 -sls -dir -vrox %undef FDPROPTS 403.gcc=peak=default=default: # C only Benchmark %ifndef %{TestCopies} copies = %{Copy7} %endif %define 64 OPTIMIZE = %{O4V} -q64 %{LPC} %{IPAC} COPTIMIZE = %{ILS} -qalloca %{FDPRCOMP} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDCFLAGS = %{IPAL} -bmaxdata:0x50000000 %else CPORTABILITY = -DSPEC_CPU_LP64 LDCFLAGS = %{IPAL} %endif %undef 64 %define FDPROPTS %{Fopt8} fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_010 = 403.gcc fdpr options: -O4 -m power8 -A 2 -rcl 2 -sls -dir -vrox %undef FDPROPTS 429.mcf=peak=default=default: # C only Benchmark %ifndef %{TestCopies} copies = %{Copy5} %endif OPTIMIZE = %{O5V} %{LPC} %{IPAC} %{DSCR84} COPTIMIZE = %{ILS} %{FDPRCOMP} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDCFLAGS = %{IPAL} -bmaxdata:0x50000000 %else LDCFLAGS = %{IPAL} %endif %define FDPROPTS %{Fopt8} fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_015 = 429.mcf fdpr options: -O4 -m power8 -A 2 -rcl 2 -sls -dir -vrox %undef FDPROPTS 445.gobmk=peak=default=default: # C only Benchmark # Multiple training inputs %ifndef %{TestCopies} copies = %{Copy8} %endif OPTIMIZE = %{O5V} %{LPC} %{IPAC} COPTIMIZE = %{ILS} LDCFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 456.hmmer=peak=default=default: # C only Benchmark OPTIMIZE = %{O5V} %{LPC} -qvecnvol %{IPAC} -qassert=refalign COPTIMIZE = %{ILS} %{FDPRCOMP} LDCFLAGS = %{IPAL} %define FDPROPTS %{Fopt8} fdo_pre1 = rm -f $baseexe.nprof $baseexe.instr fdo_run1 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post1 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_020 = 456.hmmer fdpr options: -O4 -m power8 -A 2 -rcl 2 -sls -dir -vrox %undef FDPROPTS 458.sjeng=peak=default=default: # C only Benchmark %ifndef %{TestCopies} copies = %{Copy8} %endif OPTIMIZE = %{O3} %{IPAC} %{DSCR84} COPTIMIZE = %{ILS} %{FDPRCOMP} LDCFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %define FDPROPTS %{Fopt8} fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_025 = 458.sjeng fdpr options: -O4 -m power8 -A 2 -rcl 2 -sls -dir -vrox %undef FDPROPTS 462.libquantum=peak=default=default: # C only Benchmark OPTIMIZE = %{O5} -qinline=400 -q64 %{LPC} %{IPAC} COPTIMIZE = %{ILS} %{FDPRCOMP} LDCFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %define FDPROPTS %{Fopt8} fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_030 = 462.libquantum fdpr options: -O4 -m power8 -A 2 -rcl 2 -sls -dir -vrox %undef FDPROPTS 464.h264ref=peak=default=default: # C only Benchmark OPTIMIZE = %{O5V} %{IPAC} COPTIMIZE = %{ILS} %{FDPRCOMP} LDCFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %define FDPROPTS %{Fopt8} fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_035 = 464.h264ref fdpr options: -O4 -m power8 -A 2 -rcl 2 -sls -dir -vrox %undef FDPROPTS 471.omnetpp=peak=default=default: # C++ Benchmark %ifndef %{TestCopies} copies = %{Copy7} %endif OPTIMIZE = %{O5} -qarch=pwr7 -qtune=pwr7 %{IPAC} %{DSCR84} CXXOPTIMIZE = %{ILS} %{FDPRCOMP} -qalign=natural -qrtti=all -qinlglue -D__IBM_FAST_SET_MAP_ITERATOR LDCXXFLAGS = %{IPAL} -bmaxdata:0x20000000 fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %define FDPROPTS %{Fopt8} fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_040 = 471.omnetpp fdpr options: -O4 -m power8 -A 2 -rcl 2 -sls -dir -vrox %undef FDPROPTS 473.astar=peak=default=default: # C++ Benchmark # Multiple training inputs %ifndef %{TestCopies} copies = %{Copy7} %endif OPTIMIZE = %{O5V} %{LPC} %{IPAC} %{DSCR147} CXXOPTIMIZE = %{ILS} %{FDPRCOMP} -qinlglue -qalign=natural LDCXXFLAGS = %{IPAL} -bmaxdata:0x20000000 fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %define FDPROPTS %{Fopt8} fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr; fdpr -1 -q -p $baseexe fdo_run2 = fdpr -2 -q -p $commandexe -x $command fdo_post2 = fdpr -3 -q %{FDPROPTS} -p $baseexe; %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_045 = 473.astar fdpr options: -O4 -m power8 -A 2 -rcl 2 -sls -dir -vrox %undef FDPROPTS 483.xalancbmk=peak=default=default: # C++ Benchmark %ifndef %{TestCopies} copies = %{Copy7} %endif OPTIMIZE = %{O3V} %{LPC} %{IPAC} %{DSCR147} CXXOPTIMIZE = %{ILS} %{FDPRCOMP} -qinlglue -D__IBM_FAST_VECTOR LDCXXFLAGS = %{IPAL} -bmaxdata:0x20000000 fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %define FDPROPTS %{Fopt8} fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_050 = 483.xalancbmk fdpr options: -O4 -m power8 -A 2 -rcl 2 -sls -dir -vrox %undef FDPROPTS 999.specrand=peak=default=default: # C only Benchmark - Must run, but not reported unless fails OPTIMIZE = %{O5V} %{IPAC} COPTIMIZE = %{ILS} %{FDPRCOMP} LDCFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %define FDPROPTS %{Fopt8} fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_999 = 999.specrand fdpr options: %{FDPROPTS} %undef FDPROPTS #====================================================================== # FP peak Flags #====================================================================== 410.bwaves=peak=default=default: # Fortran Benchmark %ifndef %{TestCopies} copies = %{Copy1} %endif OPTIMIZE = %{O5} %{LPC} %{IPAC} %ifndef %{64} FOPTIMIZE = %{FDPRCOMP} -qsmallstack=dynlenonheap LDFFLAGS = %{IPAL} -bmaxdata:0x50000000 %else LDFFLAGS = %{IPAL} %endif 416.gamess=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O5} -qarch=pwr5 %{LPC} %{IPAC} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} FOPTIMIZE = -qalias=nostd LDFFLAGS = %{IPAL} -bmaxdata:0x40000000 %else FOPTIMIZE = -q64 -qalias=nostd LDFFLAGS = %{IPAL} %endif %define FDPROPTS -O4 -cbpth -1 -sdp -1 fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_416 = 416.gamess fdpr options: %{FDPROPTS} %undef FDPROPTS 433.milc=peak=default=default: # C only Benchmark %ifndef %{TestCopies} copies = %{Copy1} %endif OPTIMIZE = %{O5} %{LPC} %{IPAC} COPTIMIZE = %{ILS} -qalign=natural %{FDPRCOMP} LDCFLAGS = %{IPAL} -bmaxdata:0x40000000 %define FDPROPTS -O4 -nodp fdo_pre1 = rm -f $baseexe.nprof $baseexe.instr fdo_run1 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post1 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_433 = 433.milc fdpr options: %{FDPROPTS} %undef FDPROPTS 434.zeusmp=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O3} %{LPC} FOPTIMIZE = -qxlf90=nosignedzero %{FDPRCOMP} %ifndef %{64} LDFFLAGS = -bmaxdata:0x40000000 %endif PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 435.gromacs=peak=default=default: # Fortran & C Benchmark OPTIMIZE = %{O5} %{IPAC} LDFFLAGS = %{IPAL} FOPTIMIZE = %{FDPRCOMP} COPTIMIZE = %{ILS} %{FDPRCOMP} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_FFLAGS = -qpdf1 PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %define FDPROPTS -O fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_435 = 435.gromacs fdpr options: %{FDPROPTS} %undef FDPROPTS 436.cactusADM=peak=default=default: # Fortran & C Benchmark %ifndef %{TestCopies} copies = %{Copy1} %endif #%define 64 OPTIMIZE = %{O4} -qvecnvol -qarch=pwr7 -qtune=pwr7 %{IPAC} #OPTIMIZE = %{O4} %{VSX} %{IPAC} COPTIMIZE = %{ILS} %{FDPRCOMP} #COPTIMIZE = %{ILS} #FOPTIMIZE = -qnostrict FOPTIMIZE = %{FDPRCOMP} %ifndef %{64} LDFFLAGS = %{IPAL} -bmaxdata:0x60000000 %else LDFFLAGS = %{IPAL} FPPPORTABILITY = -DSPEC_CPU_LP64 %endif #%undef 64 #%define FDPROPTS -O4 -m power8 -A 2 -rcl 2 -sls -dir -vrox # below is best %define FDPROPTS -O3 -lu -1 -nodp -sdp 9 fdo_pre1 = rm -f $baseexe.nprof $baseexe.instr fdo_run1 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post1 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_436 = 436.cactusADM fdpr options: %{FDPROPTS} %undef FDPROPTS 437.leslie3d=peak=default=default: # Fortran Benchmark %ifndef %{TestCopies} copies = %{Copy1} %endif OPTIMIZE = %{O5} %{IPAC} FOPTIMIZE = %{FDPRCOMP} LDFFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %define FDPROPTS -O3 fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_437 = 437.leslie3d fdpr options: %{FDPROPTS} %undef FDPROPTS 444.namd=peak=default=default: # C++ Benchmark OPTIMIZE = %{O4} -q64 %{LPC} %{IPAC} CXXOPTIMIZE = %{ILS} -D__IBM_FAST_VECTOR -D__IBM_FAST_SET_MAP_ITERATOR LDCXXFLAGS = %{IPAL} 447.dealII=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} %{VSX} %{IPAC} CXXOPTIMIZE = %{ILS} -qrtti=all -D__IBM_FAST_VECTOR -D__IBM_FAST_SET_MAP_ITERATOR LDCXXFLAGS = %{IPAL} -bmaxdata:0x50000000 450.soplex=peak=default=default: # C++ Benchmark # Multiple training inputs %ifndef %{TestCopies} copies = %{Copy1} %endif OPTIMIZE = %{O3} #first##OPTIMIZE = %{O3} CXXOPTIMIZE = %{ILS} -D__IBM_FAST_VECTOR -D__IBM_FAST_SET_MAP_ITERATOR %ifndef %{64} LDCXXFLAGS = %{IPAL} -bmaxdata:0x40000000 %endif fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %define FDPROPTS -O4 -nodp fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_444 = 444.namd fdpr options: %{FDPROPTS} %undef FDPROPTS 453.povray=peak=default=default: # C++ Benchmark OPTIMIZE = %{O4} %{VSX} %{LPC} %{IPAC} CXXOPTIMIZE = %{ILS} -qalign=natural %{FDPRCOMP} LDCXXFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %define FDPROPTS -O3 -cbpth -1 fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_453 = 453.povray fdpr options: %{FDPROPTS} %undef FDPROPTS 454.calculix=peak=default=default: # Fortran & C Benchmark OPTIMIZE = %{O5} %{VSX} %{LPC} %{IPAC} FOPTIMIZE = %{FDPRCOMP} COPTIMIZE = %{ILS} %{FDPRCOMP} LDFFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf 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 %ifndef %{TestCopies} copies = %{Copy2} %endif OPTIMIZE = %{O4} -q64 %{LPC} %{IPAC} FOPTIMIZE = %{FDPRCOMP} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %define FDPROPTS -O3 -cbpth -1 fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_459 = 459.GemsFDTD fdpr options: %{FDPROPTS} %undef FDPROPTS 465.tonto=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O5} %{VSX} %{IPAC} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifndef %{64} LDFFLAGS = %{IPAL} -bmaxdata:0x50000000 %endif %define FDPROPTS -O4 fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_465 = 465.tonto fdpr options: %{FDPROPTS} %undef FDPROPTS 470.lbm=peak=default=default: # C Benchmark %ifndef %{TestCopies} copies = %{Copy1} %endif OPTIMIZE = %{O5} %{IPAC} LDCFLAGS = %{IPAL} -bmaxdata:0x30000000 COPTIMIZE = %{ILS} %{FDPRCOMP} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 481.wrf=peak=default=default: # Fortran & C-for netCDF Benchmark %ifndef %{TestCopies} copies = %{Copy1} %endif OPTIMIZE = %{O5} %{VSX} FOPTIMIZE = COPTIMIZE = %{ILS} LDFFLAGS = %{IPAL} -bmaxdata:0x30000000 482.sphinx3=peak=default=default: # C only Benchmark %ifndef %{TestCopies} copies = %{Copy1} %endif OPTIMIZE = %{O5} %{LPC} %{IPAC} COPTIMIZE = %{ILS} %{FDPRCOMP} fdo_pre0 = ${CC_PATH}/cleanpdf PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %define FDPROPTS -O4 -rcctf 0 -sdp 9 -vrox fdo_pre2 = rm -f $baseexe.nprof $baseexe.instr fdo_run2 = fdpr -q %{FDPROPTS} -p $commandexe -x $command fdo_post2 = %{FDPRSAVE} cp ${baseexe}.fdpr $baseexe notes_peak_fdpr_482 = 482.sphinx3 fdpr options: %{FDPROPTS} %undef FDPROPTS 998.specrand=peak=default=default: # C only Benchmark - Must run, but not reported unless fails %ifndef %{TestCopies} copies = %{Copy2} %endif OPTIMIZE = %{O5} %{LPC} %{IPAC} COPTIMIZE = %{ILS} %{FDPRCOMP} LDCFLAGS = %{IPAL} #=============================================================================== # Report requirements #=============================================================================== default=default=default=default: notes_submit_000 = The config file option 'submit' was used notes_submit_005 = to assign benchmark copy to specific kernel thread using notes_submit_010 = the "bindprocessor" command (see flags file for details). license_num = 11 test_sponsor = IBM Corporation tester = IBM Corporation hw_vendor = IBM Corporation hw_other = None hw_fpu = Integrated hw_pcache = 32 KB I + 64 KB D on chip per core hw_scache = 512 KB I+D on chip per core hw_tcache = 8 MB I+D on chip per core hw_ocache = 16 MB I+D off chip per CDIMM hw_cpu_name = POWER8 sw_file = AIX/JFS2 sw_state = Multi-user sw_avail = Jun-2014 sw_os = IBM AIX V7.1 int=default=default=default: sw_compiler = C/C++: Version 13.1 of IBM XL C/C++ for AIX fp=default=default=default: sw_compiler01 = C/C++: Version 13.1 of IBM XL C/C++ for AIX; sw_compiler02 = Fortran: Version 15.1 of IBM XL Fortran for AIX default=default=default=default: sw_other = None notes_os_000 = AIX updated to V7.1 TL3 SP3 notes_os_005 = notes_os_010 = All ulimits set to unlimited. notes_os_015 = Set 8 threads per core via "smtctl -t 8 -w boot" notes_os_020 = # 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: notes_000 =Environment variables set by runspec before the start of the run: notes_005 =MALLOCOPTIONS = "pool" notes_010 =MEMORY_AFFINITY = "MCM" notes_015 =XLFRTEOPTS = "intrinthds=1" notes_020 =