# Invocation command line: # /home/spec/cpu2006/bin/runspec --config=PubOct16BE --rate --tune=all all # output_root used was "/home/spec/cpu2006/PubOct16BE" ############################################################################ # The following line MUST be set to the suite installed path! %define install_path /home/spec/cpu2006 ####################################################################### # # SPEC CPU2006 Benchmark Config file IBM Power with Red Hat 7 # ####################################################################### #%define TestCopies 1 %define 32core 1 %define tcmalloc 1 %define libhuge 1 %if defined(%{32core}) 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 192 200 208 216 224 232 240 248 \ 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 \ 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 \ 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 \ 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 \ 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 \ 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 \ 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 %define Copy1 32 %define Copy2 64 %define Copy3 96 %define Copy4 128 %define Copy5 160 %define Copy6 192 %define Copy7 224 %define Copy8 256 hw_avail = Oct-2016 hw_cpu_mhz = 4223 hw_cpu_char000 = Intelligent Energy Optimization enabled, hw_cpu_char001 = up to 4.32 GHz hw_model = IBM Power E850C (4.22 GHz, 32 core, RHEL) hw_memory = 512 GB (32 x 16 GB CDIMMs) DDR4 1600 MHz notes_os_010 = 16000 16M large pages defined with sysctl command hw_ncpuorder = 4 Modules hw_ncores = 32 hw_ncoresperchip = 4 hw_nthreadspercore = 8 hw_nchips = 8 hw_disk = 8 x 600 GB 15K RPM SAS SFF-2 Raid5 %else %error You MUST specify a system! %endif %define Copy %{Copy4} %ifdef %{cpu} submit = numactl -l -C %{cpu} $command %else submit = numactl -l -C $BIND $command %endif %ifndef %{TestCopies} copies = %{Copy} %endif %ifdef %{Sub0} use_submit_for_speed=1 %endif parallel_setup = %{Copy1} #parallel_setup = %{Copy} parallel_setup_type = fork #parallel_setup_prefork = bindprocessor $$ $BIND bench_post_setup = sync;echo 3 > /proc/sys/vm/drop_caches #bench_post_setup = sync #post_setup = chfs -a freeze=1 / ; chfs -a freeze=0 / post_setup = sync;echo 3 > /proc/sys/vm/drop_caches parallel_test = 1 parallel_test = %{Copy} parallel_test_submit = numactl -l -C $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}/PubOct16BE # 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 = PubOct14H # -e size = test,train,ref # -i #size = ref # These are the envionment variables that are set before the run preenv = 1 %ifdef %{libhuge} preENV_HUGETLB_VERBOSE=0 preENV_HUGETLB_MORECORE=yes preENV_TCMALLOC_MEMFS_MALLOC_PATH=/dev/hugepages/ # ELFMAP may only be needed for FP #preENV_HUGETLB_ELFMAP=RW notes_os_015 = Transparent huge page disabled with notes_os_020 = echo never > /sys/kernel/mm/transparent_hugepage/enabled notes_os_025 = sysctl vm.nr_hugepages=N and reboot to set large page pool %endif preENV_XLFRTEOPTS=intrinthds=1 # For more information, read the relevant kernel documentation, which is installed in # /usr/share/doc/kernel-doc-kernel_version/Documentation/vm/hugetlbpage.txt by default. # 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.V13La.xml flagsurl001 = http://www.spec.org/cpu2006/flags/IBM-Linux-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_at -qlanglvl=extc99 -qinline=40 CXX = $(CXX_PATH)/xlC_at -qinline=40 FC = $(XLF_PATH)/xlf95_at #=============================================================================== #====================================================================== # Base Level Optimizations # No limit to number of flags, must be same for all of each Language. #====================================================================== %define LPC -qlargepage %define LPL %define IPAC -qipa=noobject %define IPAL -qipa=threads %define O2 -O2 -qarch=auto -qtune=auto %define O2V -O2 -qarch=auto -qtune=auto -qsimd %define O3 -O3 -qarch=auto -qtune=auto %define O3V -O3 -qarch=auto -qtune=auto -qsimd %define O4 -O4 -qsimd=noauto %define O4V -O4 %define O5 -O5 -qsimd=noauto %define O5V -O5 %ifdef %{tcmalloc} %define TCMALLOCLIB -ltcmalloc %else %define TCMALLOCLIB %endif %ifdef %{libhuge} %define LHBDT -B/opt/at7.0/share/libhugetlbfs/ -tl -Wl,--hugetlbfs-align %define LHLIB -lhugetlbfs %else %define LHBDT %define LHLIB %endif # 0x54=84; 0x93=147; 0x36=54 %define DSCRXL %define DSCRNO -qnoprefetch %define DSCRx00 -qprefetch=dscr=0x00 %define DSCRx36 -qprefetch=dscr=0x36 %define DSCRx54 -qprefetch=dscr=0x54 %define DSCR84 -qprefetch=dscr=0x54 %define DSCRx93 -qprefetch=dscr=0x93 %define DSCR147 -qprefetch=dscr=0x93 %define DSCR %{DSCRXL} %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} %{DSCR} 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} -qalias=noansi -qalloca CXXOPTIMIZE = %{O5V} -qrtti EXTRA_CLIBS = %{LHLIB} EXTRA_CXXLIBS = %{TCMALLOCLIB} LDCFLAGS = %{IPAL} LDCXXFLAGS = %{IPAL} fp=base=default=default: sw_base_ptrsize = 32-bit COPTIMIZE = %{O5} CXXOPTIMIZE = %{O5V} -qrtti FOPTIMIZE = %{O5V} -qalias=nostd LDCFLAGS = %{IPAL} LDCXXFLAGS = %{IPAL} LDFFLAGS = %{IPAL} LDOPT = %{LHLIB} #====================================================================== # INT Portability Flags # no optimizations allowed here #====================================================================== 400.perlbench=default=default=default: CPORTABILITY = -DSPEC_CPU_LINUX_PPC 462.libquantum=default=default=default: CPORTABILITY = -DSPEC_CPU_LINUX 464.h264ref=default=default=default: CPORTABILITY = -qchars=signed 483.xalancbmk=default=default=default: CXXPORTABILITY = -DSPEC_CPU_LINUX #====================================================================== # 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 = -DNOUNDERSCORE 482.sphinx3=default=default=default: CPORTABILITY = -qchars=signed #====================================================================== # # Default peak flags. # #====================================================================== default=peak=default=default: sw_peak_ptrsize = 32/64-bit EXTRA_LDFLAGS = %{LHLIB} %{LPL} %{ld_suppress} %define FDPR /opt/bin/fdprpro %define FDPRCOMP -qfdpr %define FDPRCLEAN rm -f ${baseexe}.orig ${baseexe}.instr ${baseexe}.nprof %define Fopt8 -O4 -m power8 -A 2 -rcl 2 -sls -dir -vrox %define Fopt8a -O4 -m power8 -A 2 -sls -dir -vrox #====================================================================== # INT peak Flags #====================================================================== 400.perlbench=peak=default=default: # C only Benchmark # Multiple training inputs %ifndef %{TestCopies} copies = %{Copy4} %endif OPTIMIZE = %{O3} COPTIMIZE = -qalias=noansi fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %ifdef %{64} CPORTABILITY += -DSPEC_CPU_LP64 %endif %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 LDCFLAGS = %{IPAL} %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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 = -qalloca fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 LDCFLAGS = %{IPAL} %ifdef %{64} CPORTABILITY = -DSPEC_CPU_LP64 %endif %undef 64 %define FDPROPTS %{Fopt8a} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${baseexe}.fdpr ${baseexe} notes_peak_fdpr_010 = 403.gcc fdpr options: -O4 -m power8 -A 2 -sls -dir -vrox %undef FDPROPTS 429.mcf=peak=default=default: # C only Benchmark %ifndef %{TestCopies} copies = %{Copy4} %endif OPTIMIZE = %{O5V} %{LPC} %{IPAC} %{DSCRNO} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 LDCFLAGS = %{IPAL} %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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} LDCFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 456.hmmer=peak=default=default: # C only Benchmark %ifndef %{TestCopies} copies = %{Copy4} %endif OPTIMIZE = %{O5V} %{LPC} %{IPAC} -qassert=refalign LDCFLAGS = %{IPAL} %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre1 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run1 = $command fdo_post1 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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} LDCFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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 %ifndef %{TestCopies} copies = %{Copy4} %endif OPTIMIZE = %{O5} -qinline=400 -q64 %{LPC} %{IPAC} LDCFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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 %ifndef %{TestCopies} copies = %{Copy4} %endif OPTIMIZE = %{O5V} %{IPAC} LDCFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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 = %{Copy8} %endif OPTIMIZE = %{O5} -qarch=pwr7 -qtune=pwr7 %{IPAC} %{DSCR84} CXXOPTIMIZE = -qrtti EXTRA_CXXLIBS = %{TCMALLOCLIB} LDCXXFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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} EXTRA_CXXLIBS = %{TCMALLOCLIB} LDCXXFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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 = %{Copy6} %endif OPTIMIZE = %{O3V} %{LPC} %{IPAC} %{DSCR147} -qipa=partition=large EXTRA_CXXLIBS = %{TCMALLOCLIB} LDCXXFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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 %ifndef %{TestCopies} copies = %{Copy4} %endif OPTIMIZE = %{O5V} %{IPAC} LDCFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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} LDFFLAGS = %{IPAL} %ifndef %{64} FOPTIMIZE += -qsmallstack=dynlenonheap %endif %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre1 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run1 = $command fdo_post1 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${baseexe}.fdpr ${baseexe} notes_peak_fdpr_410 = 410.bwaves fdpr options: %{FDPROPTS} %undef FDPROPTS 416.gamess=peak=default=default: # Fortran Benchmark %ifndef %{TestCopies} copies = %{Copy4} %endif OPTIMIZE += %{O5} %{DSCR84} -qipa=partition=large FOPTIMIZE = -qalias=nostd LDFFLAGS = %{IPAL} %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre1 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run1 = $command fdo_post1 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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 = %{Copy5} %endif OPTIMIZE += %{O5} LDCFLAGS = %{IPAL} %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre1 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run1 = $command fdo_post1 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${baseexe}.fdpr ${baseexe} notes_peak_fdpr_433 = 433.milc fdpr options: %{FDPROPTS} %undef FDPROPTS 434.zeusmp=peak=default=default: # Fortran Benchmark %ifndef %{TestCopies} copies = %{Copy4} %endif OPTIMIZE += %{O4} -q64 FOPTIMIZE = -qxlf90=nosignedzero LDFFLAGS = %{IPAL} %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre1 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run1 = $command fdo_post1 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${baseexe}.fdpr ${baseexe} notes_peak_fdpr_434 = 434.zeusmp fdpr options: %{FDPROPTS} %undef FDPROPTS 435.gromacs=peak=default=default: # Fortran & C Benchmark %ifndef %{TestCopies} copies = %{Copy4} %endif OPTIMIZE += %{O4V} -qipa=partition=large LDFFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_FFLAGS = -qpdf1 PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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 = %{Copy4} %endif %define 64 OPTIMIZE += %{O4V} -qarch=pwr7 -qtune=pwr7 -qipa=partition=large LDFFLAGS = %{IPAL} %ifdef %{64} # FPPPORTABILITY not needed because CPORTABILITY also added to specpp command # FPPPORTABILITY += -DSPEC_CPU_LP64 CPORTABILITY += -DSPEC_CPU_LP64 OPTIMIZE += -q64 %endif fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_FFLAGS = -qpdf1 PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %undef 64 %define FDPROPTS %{Fopt8a} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${baseexe}.fdpr ${baseexe} notes_peak_fdpr_436 = 436.cactusADM fdpr options: %{FDPROPTS} %undef FDPROPTS 437.leslie3d=peak=default=default: # Fortran Benchmark %ifndef %{TestCopies} copies = %{Copy3} %endif OPTIMIZE += %{O5V} -q64 LDFFLAGS = %{IPAL} EXTRA_LIBS = %{LHBDT} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${baseexe}.fdpr ${baseexe} notes_peak_fdpr_437 = 437.leslie3d fdpr options: %{FDPROPTS} %undef FDPROPTS 444.namd=peak=default=default: # C++ Benchmark %ifndef %{TestCopies} copies = %{Copy4} %endif OPTIMIZE += %{O4V} LDCXXFLAGS = %{IPAL} %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre1 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run1 = $command fdo_post1 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${baseexe}.fdpr ${baseexe} notes_peak_fdpr_444 = 444.namd fdpr options: %{FDPROPTS} %undef FDPROPTS 447.dealII=peak=default=default: # C++ Benchmark %ifndef %{TestCopies} copies = %{Copy7} %endif OPTIMIZE += %{O4V} CXXOPTIMIZE = -qrtti LDCXXFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${baseexe}.fdpr ${baseexe} notes_peak_fdpr_447 = 447.dealII fdpr options: %{FDPROPTS} %undef FDPROPTS 450.soplex=peak=default=default: # C++ Benchmark # Multiple training inputs %ifndef %{TestCopies} copies = %{Copy5} %endif OPTIMIZE += %{O3V} %{DSCRNO} LDCXXFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 453.povray=peak=default=default: # C++ Benchmark %ifndef %{TestCopies} copies = %{Copy8} %endif OPTIMIZE += %{O3} %{DSCR147} LDCXXFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${baseexe}.fdpr ${baseexe} notes_peak_fdpr_453 = 453.povray fdpr options: %{FDPROPTS} %undef FDPROPTS 454.calculix=peak=default=default: # Fortran & C Benchmark %ifndef %{TestCopies} copies = %{Copy4} %endif OPTIMIZE = %{O5} LDFFLAGS = %{IPAL} %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre1 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run1 = $command fdo_post1 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${baseexe}.fdpr ${baseexe} notes_peak_fdpr_454 = 454.calculix fdpr options: %{FDPROPTS} %undef FDPROPTS 459.GemsFDTD=peak=default=default: # Fortran Benchmark %ifndef %{TestCopies} copies = %{Copy2} %endif OPTIMIZE += %{O5V} -q64 -qipa=partition=large LDFFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8a} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${baseexe}.fdpr ${baseexe} notes_peak_fdpr_459 = 459.GemsFDTD fdpr options: %{FDPROPTS} %undef FDPROPTS 465.tonto=peak=default=default: # Fortran Benchmark %ifndef %{TestCopies} copies = %{Copy4} %endif OPTIMIZE += %{O5V} -q64 -qipa=partition=large LDFFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8a} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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} -q64 LDCFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${baseexe}.fdpr ${baseexe} notes_peak_fdpr_470 = 470.lbm fdpr options: %{FDPROPTS} %undef FDPROPTS 481.wrf=peak=default=default: # Fortran & C-for netCDF Benchmark %ifndef %{TestCopies} copies = %{Copy4} %endif OPTIMIZE += %{O5V} -qipa=partition=large LDFFLAGS = %{IPAL} %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${baseexe}.fdpr ${baseexe} notes_peak_fdpr_481 = 481.wrf fdpr options: %{FDPROPTS} %undef FDPROPTS 482.sphinx3=peak=default=default: # C only Benchmark %ifndef %{TestCopies} copies = %{Copy4} %endif OPTIMIZE += %{O5} LDCFLAGS = %{IPAL} fdo_pre0 = ${CC_PATH}/cleanpdf; %{FDPRCLEAN} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 -qsuppress=1586-476 %define FDPROPTS %{Fopt8} OPTIMIZE += %{FDPRCOMP} EXTRA_LDFLAGS += -Wl,-q fdo_pre2 = cp -p ${baseexe} ${baseexe}.orig ; %{FDPR} -a instr %{FDPROPTS} ${baseexe}; cp -p ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp -p ${baseexe}.orig ${baseexe} ; %{FDPR} -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; mv ${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} 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 "numactl" 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 = xfs #sw_file = ext4 sw_state = Run level 3 (multi-user) sw_avail = Oct-2015 sw_os000 = Red Hat Enterprise Linux Server release 7.2 sw_os001 = (ppc64) kernel <3.10.0-327> sw_other000 = Post-Link Optimization for Linux on sw_other001 = POWER, version 5.6.2-7 sw_other002 = IBM Advance Toolchain 7.0-9 int=default=default=default: sw_compiler = C/C++: Version 13.1 of IBM XL C/C++ for Linux fp=default=default=default: sw_compiler01 = C/C++: Version 13.1 of IBM XL C/C++ for Linux; sw_compiler02 = Fortran: Version 15.1 of IBM XL Fortran for Linux #sw_other010 = Apache C++ Standard Library V4.2.1 #notes_os_030 = The Apache C++ Standard Library V4.2.1 was installed from #notes_os_035 = http://stdcxx.apache.org/download.html using: #notes_os_040 = gmake BUILDTYPE=8d CONFIG=gcc.config #notes_os_045 = # default=default=default=default: notes_os_000 = ulimit -s (stack) set to unlimited notes_os_005 = # 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 =HUGETLB_MORECORE = "yes" notes_010 =HUGETLB_VERBOSE = "0" notes_015 =TCMALLOC_MEMFS_MALLOC_PATH = "/dev/hugepages/" notes_020 =XLFRTEOPTS = "intrinthds=1" notes_025 =