# Invocation command line: # /autobench/sources/speccpu2006/bin/runspec --config cpu2006.p6.xlcver9.rhel5u1.cfg --action run --reportable --nobuild --tune all --size ref --iterations 3 --extension LoP-ppc64-xlcga-rh51b-fdpr5410-conf1.5-p6 int # output_root was not used for this run ############################################################################ ####################################################################### # # SPEC CPU2006 Benchmark Config file IBM eServer pSeries Linux # ####################################################################### # THIS CONFIG FILE IS FOR BUILDING on P6 # # --define (-S) options that are passed to the runspec command # that dynamically affect this config file # # numcores=n The number of cores in the system # to determine how many copies to run in rate # # mybaseopt=x Allows override where x=3,4,5 (-O3, -O4, -O5) for base runs # # mybasearchp4 Allows override of -qarch -qtune compiler settings for base runs # mybasearchp5 # mybasearchp5plus # mybasearchp6 # mybasearchp6e # # nolibhuge Allows override to not use extra libraries on base runs # nosmartheap # %define P6 -qarch=pwr6e -qtune=pwr6 %define P6a -qarch=pwr6 -qtune=pwr6 %define P5plus -qarch=pwr5x -qtune=pwr5 %define P5 -qarch=pwr5 -qtune=pwr5 %define P4 -qarch=pwr4 -qtune=pwr4 %define LHBDT -B/usr/share/libhugetlbfs/ -tl -Wl,--hugetlbfs-link=BDT %define LHLIB -lhugetlbfs %define SMARTHEAPLIB -lsmartheap %if %{nolibhuge} %undef LHBDT %undef LHLIB %endif %if %{nosmartheap} %undef SMARTHEAPLIB %endif %define FDPROPTS -q -O4 -A 32 -shci 90 -sdp 9 %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 # -o #basepeak = 0 #reportable = 1 # -l turns off #ignore_errors = 0 # -I mean_anyway = 1 allow_extension_override = 1 #ext = LoP-ppc64 # -e #size = ref # # Include the run-time derived system information so that each # system run has the correct information # #include: SUT.inc # ----- Begin inclusion of 'SUT.inc' ############################################################################ sw_compiler000 = IBM XL C/C++ Advanced Edition for Linux, V9.0 # test_date = Oct-2007 # company_name = IBM Corporation hw_vendor = IBM Corporation test_sponsor = IBM Corporation license_num = 11 tester = IBM Corporation sw_state = Multi-User hw_cpu_mhz = 4700 hw_cpu_name = POWER6 hw_memory = 32 GB (16x2 GB) DDR2 667 MHz # # # hw_disk = 2x73 GB SAS 15K RPM # # sw_os000 = Red Hat Enterprise Linux Advanced Platform 5.1 sw_os001 = for IBM POWER sw_file = ext3 # # sw_avail = Oct-2007 # # # # notes_000 = kernel release 2.6.18-52.el5. notes_005 = notes_010 = See flags file for details on following settings. notes_015 = notes_020 = ulimit -s (stack) set to 262144. notes_025 = # hw_model = IBM System p 570 (4.7 GHz, 1 core, RHEL) hw_avail = Jun-2007 # hw_ncpuorder = 2,4,8,12,16 cores hw_nchips = 1 hw_ncores = 1 hw_nthreadspercore = 1 hw_ncoresperchip = 2 hw_pcache = 64 KB I + 64 KB D on chip per core hw_fpu = Integrated hw_other = None # # hw_scache = 4 MB I+D on chip per core hw_tcache = 32 MB I+D off chip per chip hw_ocache = None # # # notes_030 = notes_035 = System set to Enhanced mode when defining partition on HMC notes_040 = notes_045 = Large pages reserved as follows by root user: notes_050 = echo 200 > /proc/sys/vm/nr_hugepages notes_055 = System configured with libhugetlbfs library for application access to large pages notes_060 = Environment variables set before executing benchmarks. notes_065 = export HUGETLB_VERBOSE=0 notes_070 = export HUGETLB_MORECORE=yes notes_075 = export XLFRTEOPTS=intrinthds=1 notes_080 = Linux booted with the options: notes_085 = maxcpus=1 smt-enabled=off notes_090 = # ---- End inclusion of '/autobench/sources/speccpu2006/config/SUT.inc' # 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 embedded md5 string of compiler options is checked for # recompile if the options have changed check_md5 = 1 # Controls if the log file info is echo'd to the screen teeout = yes # If 1, make copy of the config file before modifing with MD5 # signitures of the compile options. backup_config = 1 # verbose -> -v #verbose = 1 to 99, 5 is default, 91 is good for debugging %ifdef %{make_j} makeflags = -j%{make_j} %endif # We alway use submit to ensure there is a bindprocessor done. # use_submit_for_speed If set, use submit commands for speed as well as rate use_submit_for_speed = 1 #submit = taskset -p -c \$SPECCOPYNUM \$\$ >/dev/null ; $command submit = numactl --membind=\$SPECCOPYNUM --physcpubind=\$SPECCOPYNUM $command %if %{numcores} == 4 #submit = let "MYCPU=2*\$SPECCOPYNUM"; if [[ \$MYCPU -gt 7 ]]; then let "MYCPU-=7" ; fi; taskset -p -c \$MYCPU \$\$ >/dev/null ; $command submit = let "MYCPU=2*\$SPECCOPYNUM"; if [[ \$MYCPU -gt 7 ]]; then let "MYCPU-=7" ; fi; MYMEM=`printf '%d' \$((\$MYCPU/4))` ; numactl --membind=\$MYMEM --physcpubind=\$MYCPU $command %endif %if %{numcores} == 8 #submit = let "MYCPU=2*\$SPECCOPYNUM"; if [[ \$MYCPU -gt 15 ]]; then let "MYCPU-=15" ; fi; taskset -p -c \$MYCPU \$\$ >/dev/null ; $command submit = let "MYCPU=2*\$SPECCOPYNUM"; if [[ \$MYCPU -gt 15 ]]; then let "MYCPU-=15" ; fi; MYMEM=`printf '%d' \$((\$MYCPU/4))` ; numactl --membind=\$MYMEM --physcpubind=\$MYCPU $command %endif %if %{numcores} == 16 #submit = let "MYCPU=2*\$SPECCOPYNUM"; if [[ \$MYCPU -gt 31 ]]; then let "MYCPU-=31" ; fi; taskset -p -c \$MYCPU \$\$ >/dev/null ; $command submit = let "MYCPU=2*\$SPECCOPYNUM"; if [[ \$MYCPU -gt 31 ]]; then let "MYCPU-=31" ; fi; MYMEM=`printf '%d' \$((\$MYCPU/4))` ; numactl --membind=\$MYMEM --physcpubind=\$MYCPU $command %endif #--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/lop-xl-flags.20090714.xml CC_PATH = /opt/ibmcmp/vac/9.0/bin CXX_PATH = /opt/ibmcmp/vacpp/9.0/bin XLF_PATH = /opt/ibmcmp/xlf/11.1/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 %define IPAC -qipa=noobject %define IPAL -qipa=threads EXTRA_CFLAGS = %{IPAC} EXTRA_CXXFLAGS = %{IPAC} EXTRA_FFLAGS = %{IPAC} EXTRA_LDFLAGS = %{IPAL} sw_auto_parallel = No int=default=default=default: sw_other000 = -IBM Post-Link Optimization for Linux on sw_other001 = POWER, Version 5.4.0-10 sw_other002 = -MicroQuill SmartHeap 8.1 notes_095 = fdpr binary optimization tool used for notes_100 = 400.perlbench 401.bzip2 403.gcc 429.mcf 456.hmmer 458.sjeng notes_105 = 462.libquantum 464.h264ref 473.astar 483.xalancbmk notes_110 = notes_115 = Benchmarks bound to a processor using numactl on the submit command. fp=default=default=default: sw_other000 = -Post-Link Optimization for Linux on sw_other001 = POWER, Version 5.4.0-10 sw_other005 = -MicroQuill SmartHeap 7.3 sw_other006 = -Engineering and Scientific Subroutine sw_other007 = Library for Linux on POWER, Version 4.3 notes_700 = fdpr binary optimization tool used for notes_701 = 435.gromacs 436.cactusADM 482.sphinx3 notes_710 = notes_711 = Benchmarks bound to a processor using taskset on the submit command. default=default=default=default: #====================================================================== # Base Level Optimizations # No limit to number of flags, must be same for all of each Language. #====================================================================== default=base=default=default: sw_base_ptrsize = 32-bit # Check for BASEARCH overrides %if %{mybasearchp4} %define BASEARCH %{P4} %endif %if %{mybasearchp5} %define BASEARCH %{P5} %endif %if %{mybasearchp5plus} %define BASEARCH %{P5plus} %endif %if %{mybasearchp6} %define BASEARCH %{P6a} %endif %if %{mybasearchp6e} %define BASEARCH %{P6} %endif # Default mode is -O5 with native arch %define BASEOPT -O5 %{BASEARCH} #Check for BASEOPT overrides %if %{mybaseopt} == 3 %define BASEOPT -O3 %{BASEARCH} %endif %if %{mybaseopt} == 4 %define BASEOPT -O4 %{BASEARCH} %endif %if %{mybaseopt} == 5 %define BASEOPT -O5 %{BASEARCH} %endif int=base=default=default: COPTIMIZE = %{BASEOPT} -qalias=noansi -qalloca EXTRA_CLIBS = %{LHLIB} CXXOPTIMIZE = %{BASEOPT} -qrtti EXTRA_CXXLIBS = %{SMARTHEAPLIB} fp=base=default=default: COPTIMIZE = %{BASEOPT} -qnoenablevmx EXTRA_CLIBS = %{LHLIB} CXXOPTIMIZE = %{BASEOPT} -qrtti -qnoenablevmx -qstaticlink FOPTIMIZE = %{BASEOPT} -qsmallstack=dynlenonheap -qalias=nostd -qnoenablevmx %{LHBDT} #====================================================================== # 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 %define O2 -O2 %{P6} %define O3 -O3 %{P6} %define O4 -O4 %define O5 -O5 #====================================================================== # INT peak Flags #====================================================================== int=peak=default=default: 400.perlbench=peak=default=default: # C only Benchmark OPTIMIZE = %{O4} -qalias=noansi EXTRA_LIBS = -lsmartheap LDCFLAGS = -Wl,-q PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_pre2 = cp ${baseexe} ${baseexe}.orig ; /opt/bin/fdprpro -a instr ${baseexe}; cp ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp ${baseexe}.orig ${baseexe} ; /opt/bin/fdprpro -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; cp ${baseexe}.fdpr ${baseexe} %ifdef %{64} CPORTABILITY = -DSPEC_CPU_LINUX_PPC -DSPEC_CPU_LP64 COPTIMIZE = -q64 %else CPORTABILITY = -DSPEC_CPU_LINUX_PPC %endif 401.bzip2=peak=default=default: # C only Benchmark OPTIMIZE = %{O4} EXTRA_LIBS = -lhugetlbfs LDCFLAGS = -Wl,-q PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_pre2 = cp ${baseexe} ${baseexe}.orig ; /opt/bin/fdprpro -a instr ${baseexe}; cp ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp ${baseexe}.orig ${baseexe} ; /opt/bin/fdprpro -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; cp ${baseexe}.fdpr ${baseexe} %ifdef %{64} COPTIMIZE = -q64 %endif 403.gcc=peak=default=default: # C only Benchmark %define 64 OPTIMIZE = %{O4} -qalloca EXTRA_LIBS = -lhugetlbfs LDCFLAGS = -Wl,-q PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_pre2 = cp ${baseexe} ${baseexe}.orig ; /opt/bin/fdprpro -a instr ${baseexe}; cp ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp ${baseexe}.orig ${baseexe} ; /opt/bin/fdprpro -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; cp ${baseexe}.fdpr ${baseexe} %ifdef %{64} CPORTABILITY = -DSPEC_CPU_LP64 COPTIMIZE = -q64 %endif %undef 64 429.mcf=peak=default=default: # C only Benchmark %define FDPROPTS_MCF -bf -dp -hr -las -pca -RC -RD -rmte -si -tlo -A 64 -isf 104 -lu 8 -rt 0.16 -hrf 0.18 -ihf 40 -sdp 6 -sdpms 128 -shci 65 -si -sidf 45 OPTIMIZE = %{O5} -qnoenablevmx EXTRA_LIBS = -lhugetlbfs LDCFLAGS = -Wl,-q fdo_pre1 = cp ${baseexe} ${baseexe}.orig ; /opt/bin/fdprpro -a instr ${baseexe}; cp ${baseexe}.instr ${baseexe} fdo_run1 = $command fdo_post1 = cp ${baseexe}.orig ${baseexe} ; /opt/bin/fdprpro -a opt -f ${baseexe}.nprof %{FDPROPTS_MCF} ${baseexe} ; cp ${baseexe}.fdpr ${baseexe} %ifdef %{64} COPTIMIZE = -q64 %endif 445.gobmk=peak=default=default: # C only Benchmark OPTIMIZE = %{O4} -qnoenablevmx EXTRA_LIBS = -lhugetlbfs PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifdef %{64} COPTIMIZE = -q64 %endif 456.hmmer=peak=default=default: # C only Benchmark OPTIMIZE = %{O4} EXTRA_LIBS = -lhugetlbfs LDCFLAGS = -Wl,-q PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_pre2 = cp ${baseexe} ${baseexe}.orig ; /opt/bin/fdprpro -a instr ${baseexe}; cp ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp ${baseexe}.orig ${baseexe} ; /opt/bin/fdprpro -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; cp ${baseexe}.fdpr ${baseexe} %ifdef %{64} COPTIMIZE = -q64 %endif 458.sjeng=peak=default=default: # C only Benchmark OPTIMIZE = %{O4} EXTRA_LIBS = -lhugetlbfs LDCFLAGS = -Wl,-q PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_pre2 = cp ${baseexe} ${baseexe}.orig ; /opt/bin/fdprpro -a instr ${baseexe}; cp ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp ${baseexe}.orig ${baseexe} ; /opt/bin/fdprpro -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; cp ${baseexe}.fdpr ${baseexe} %ifdef %{64} COPTIMIZE = -q64 %endif 462.libquantum=peak=default=default: # C only Benchmark # We want just 1 copy per core, not SMT %if %{numcores} == 4 copies = 4 %endif %if %{numcores} == 8 copies = 8 %endif %if %{numcores} == 16 copies = 16 %endif %define 64 %define FDPROPTS_LIBQUANTUM -bf -dp -lro -nop -RC -RD -tb -tlo -vro -A 4 -isf 88 -lu 8 -hrf 0.10 -sdp 4 -lun 27 OPTIMIZE = %{O5} -qnoenablevmx EXTRA_LIBS = -lhugetlbfs LDCFLAGS = -Wl,-q PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_pre2 = cp ${baseexe} ${baseexe}.orig ; /opt/bin/fdprpro -a instr ${baseexe}; cp ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp ${baseexe}.orig ${baseexe} ; /opt/bin/fdprpro -a opt -f ${baseexe}.nprof %{FDPROPTS_LIBQUANTUM} ${baseexe} ; cp ${baseexe}.fdpr ${baseexe} %ifdef %{64} COPTIMIZE = -q64 %endif %undef 64 464.h264ref=peak=default=default: # C only Benchmark %define 64 OPTIMIZE = %{O5} EXTRA_LIBS = -lhugetlbfs LDCFLAGS = -Wl,-q PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_pre2 = cp ${baseexe} ${baseexe}.orig ; /opt/bin/fdprpro -a instr ${baseexe}; cp ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp ${baseexe}.orig ${baseexe} ; /opt/bin/fdprpro -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; cp ${baseexe}.fdpr ${baseexe} %ifdef %{64} COPTIMIZE = -q64 %endif %undef 64 471.omnetpp=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} -qrtti EXTRA_LIBS = -lsmartheap PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifdef %{64} CXXOPTIMIZE = -q64 %endif 473.astar=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} -qnoenablevmx EXTRA_LIBS = -lsmartheap LDCXXFLAGS = -Wl,-q PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_pre2 = cp ${baseexe} ${baseexe}.orig ; /opt/bin/fdprpro -a instr ${baseexe}; cp ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp ${baseexe}.orig ${baseexe} ; /opt/bin/fdprpro -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; cp ${baseexe}.fdpr ${baseexe} %ifdef %{64} CXXOPTIMIZE = -q64 %endif 483.xalancbmk=peak=default=default: # C++ Benchmark OPTIMIZE = %{O4} EXTRA_LIBS = -lsmartheap LDCXXFLAGS = -Wl,-q fdo_pre1 = cp ${baseexe} ${baseexe}.orig ; /opt/bin/fdprpro -a instr ${baseexe}; cp ${baseexe}.instr ${baseexe} fdo_run1 = $command fdo_post1 = cp ${baseexe}.orig ${baseexe} ; /opt/bin/fdprpro -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; cp ${baseexe}.fdpr ${baseexe} %ifdef %{64} CXXOPTIMIZE = -q64 %endif 999.specrand=peak=default=default: # C only Benchmark - Must run, but not reported unless fails OPTIMIZE = %{O5} %{LHBDT} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 #====================================================================== # FP peak Flags #====================================================================== fp=peak=default=default: 410.bwaves=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O5} -qsmallstack=dynlenonheap EXTRA_LIBS = -lhugetlbfs %ifdef %{64} OPTIMIZE = %{O5} -qsmallstack=dynlenonheap FOPTIMIZE = -q64 %endif 416.gamess=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O5} -qalias=nostd -qnoenablevmx PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifdef %{64} FOPTIMIZE = -q64 %endif 433.milc=peak=default=default: # C only Benchmark OPTIMIZE = %{O5} -qnoenablevmx %{LHBDT} PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifdef %{64} COPTIMIZE = -q64 %endif 434.zeusmp=peak=default=default: # Fortran Benchmark OPTIMIZE = %{O3} -qxlf90=nosignedzero %{LHBDT} PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifdef %{64} FOPTIMIZE = -q64 %endif 435.gromacs=peak=default=default: # Fortran & C Benchmark OPTIMIZE = %{O2} EXTRA_LIBS = -lhugetlbfs LDCFLAGS = -Wl,-q LDFFLAGS = -Wl,-q fdo_pre1 = cp ${baseexe} ${baseexe}.orig ; /opt/bin/fdprpro -a instr ${baseexe}; cp ${baseexe}.instr ${baseexe} fdo_run1 = $command fdo_post1 = cp ${baseexe}.orig ${baseexe} ; /opt/bin/fdprpro -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; cp ${baseexe}.fdpr ${baseexe} %ifdef %{64} COPTIMIZE = -q64 FOPTIMIZE = -q64 %endif 436.cactusADM=peak=default=default: # Fortran & C Benchmark OPTIMIZE = %{O2} EXTRA_LIBS = -lhugetlbfs LDCFLAGS = -Wl,-q LDFFLAGS = -Wl,-q PASS1_FFLAGS = -qpdf1 PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_pre2 = cp ${baseexe} ${baseexe}.orig ; /opt/bin/fdprpro -a instr ${baseexe}; cp ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp ${baseexe}.orig ${baseexe} ; /opt/bin/fdprpro -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; cp ${baseexe}.fdpr ${baseexe} %ifdef %{64} FPORTABILITY = -qfixed -qextname -WF,-DSPEC_CPU_LP64 CPORTABILITY = -DSPEC_CPU_LP64 FOPTIMIZE = -q64 COPTIMIZE = -q64 %else FPORTABILITY = -qfixed -qextname %endif 437.leslie3d=peak=default=default: # Fortran Benchmark # We want just 1 copy per core, not SMT %if %{numcores} == 4 copies = 4 %endif %if %{numcores} == 8 copies = 8 %endif %if %{numcores} == 16 copies = 16 %endif %define 64 OPTIMIZE = %{O3} %{LHBDT} %ifdef %{64} FOPTIMIZE = -q64 %endif %undef 64 444.namd=peak=default=default: # C++ Benchmark OPTIMIZE = %{O3} PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifdef %{64} CXXOPTIMIZE = -q64 %endif 447.dealII=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} -qrtti -qnoenablevmx -qstaticlink EXTRA_LIBS = -Wl,--whole-archive /usr/lib/libsmartheap.a -Wl,--no-whole-archive %ifdef %{64} CXXOPTIMIZE = -q64 %endif 450.soplex=peak=default=default: # C++ Benchmark OPTIMIZE = %{O4} -qstrict EXTRA_LIBS = -lhugetlbfs PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifdef %{64} CXXOPTIMIZE = -q64 %endif 453.povray=peak=default=default: # C++ Benchmark OPTIMIZE = %{O5} EXTRA_LIBS = -lsmartheap PASS1_CXXFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CXXFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifdef %{64} CXXPORTABILITY = -DSPEC_CPU_LP64 CXXOPTIMIZE = -q64 %endif 454.calculix=peak=default=default: # Fortran & C Benchmark OPTIMIZE = %{O4} %{LHBDT} PASS1_FFLAGS = -qpdf1 PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifdef %{64} FOPTIMIZE = -q64 COPTIMIZE = -q64 %endif 459.GemsFDTD=peak=default=default: # Fortran Benchmark %define 64 OPTIMIZE = %{O5} %{LHBDT} PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifdef %{64} FOPTIMIZE = -q64 %endif %undef 64 465.tonto=peak=default=default: # Fortran Benchmark EXTRA_LIBS = -lessl -lsmartheap -lxlf90_r OPTIMIZE = %{O5} PASS1_FFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_FFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 %ifdef %{64} FOPTIMIZE = -q64 %endif 470.lbm=peak=default=default: # C Benchmark %define 64 OPTIMIZE = %{O3} %{LHBDT} %ifdef %{64} COPTIMIZE = -q64 %endif %undef 64 481.wrf=peak=default=default: # Fortran & C-for netCDF Benchmark OPTIMIZE = %{O5} -qnoenablevmx FOPTIMIZE = -qalias=nostd EXTRA_LIBS = -lhugetlbfs %ifdef %{64} COPTIMIZE = -q64 FOPTIMIZE = -q64 %endif 482.sphinx3=peak=default=default: # C only Benchmark OPTIMIZE = %{O4} EXTRA_LIBS = -lhugetlbfs LDCFLAGS = -Wl,-q PASS1_CFLAGS = -qpdf1 PASS1_LDFLAGS = -qpdf1 PASS2_CFLAGS = -qpdf2 PASS2_LDFLAGS = -qpdf2 fdo_pre2 = cp ${baseexe} ${baseexe}.orig ; /opt/bin/fdprpro -a instr ${baseexe}; cp ${baseexe}.instr ${baseexe} fdo_run2 = $command fdo_post2 = cp ${baseexe}.orig ${baseexe} ; /opt/bin/fdprpro -a opt -f ${baseexe}.nprof %{FDPROPTS} ${baseexe} ; cp ${baseexe}.fdpr ${baseexe} %ifdef %{64} COPTIMIZE = -q64 %endif 998.specrand=peak=default=default: # C only Benchmark - Must run, but not reported unless fails OPTIMIZE = %{O5}