# Invocation command line:
# /home/cpu2017/bin/harness/runcpu --configfile amd_rate_aocc400_znver4_A1.cfg --tune all --reportable --iterations 3 --nopower --runmode rate --tune base:peak --size test:train:refrate intrate
# output_root was not used for this run
############################################################################
################################################################################
# AMD AOCC 400 SPEC CPU 2017 V1.1.9 Rate Configuration File for 64-bit Linux
#
#      File name                : amd_rate_aocc400_znver4_A1.cfg
#      Creation Date            : April 13, 2023
#      CPU 2017 Version         : 1.1.9
#      Supported benchmarks     : All Rate benchmarks (intrate, fprate)
#      Compiler name/version    : AOCC 4.0.0
#      Operating system version : RHEL 8.6
#      Supported OS's           : SLE 15 SP4, Ubuntu 22.04, RHEL 9.0, RHEL 8.6
#      Hardware                 : AMD Genoa, Genoa-X, Bergamo, Siena (AMD64)
#      FP Base Pointer Size     : 64-bit
#      FP Peak Pointer Size     : 64-bit
#      INT Base Pointer Size    : 64-bit
#      INT Peak Pointer Size    : 32/64-bit
#      Auto Parallelization     : No
#
# Note: DO NOT EDIT THIS FILE, the only edits required to properly run these
# binaries are made in the ini Python file.  Please consult Readme.amd_rate_aocc400_znver4_A1.txt
# for a few uncommon exceptions which require edits to this file.
#
# Description:
#
# This binary package automates away many of the complexities necessary to set
# up and run SPEC CPU 2017 under optimized conditions on AMD Genoa, Genoa-X, Bergamo, Siena-based
# server platforms within Linux (AMD64).
#
# The binary package was built specifically for AMD Genoa, Genoa-X, Bergamo, Siena microprocessors and
# is not intended to run on other products.
#
# Please install the binary package by following the instructions in
# "Readme.amd_rate_aocc400_znver4_A1.txt" under the "How To Use the Binaries" section.
#
# The binary package is designed to work without alteration on two socket AMD
# Genoa, Genoa-X, Bergamo, Siena-based servers with 96 cores per socket, SMT enabled and 1.5 TiB of DDR5
# memory distributed evenly among all 24 channels using 64 GiB DIMMs.
#
# To run the binary package on other Genoa, Genoa-X, Bergamo, Siena configurations, please review
# "Readme.amd_rate_aocc400_znver4_A1.txt". In general, Genoa, Genoa-X, Bergamo, Siena CPUs
# should be autodetected with no action required by the user.
#
# In most cases, it should be unnecessary to edit "amd_rate_aocc400_znver4_A1.cfg" or any
# other file besides "ini_amd_rate_aocc400_znver4_A1.py" where reporting fields
# and run conditions are set.
#
# The run script automatically sets the optimal number of rate copies and binds
# them appropriately.
#
# The run script and accompanying binary package are designed to work on Ubuntu
# 22.04.
#
# Important! If you write your own run script, please set the stack size to
# "unlimited" when executing this binary package.  Failure to do so may cause
# some benchmarks to overflow the stack.  For example, to set stack size within
# the bash shell, include the following line somewhere at the top of your run
# script before the runcpu invocation:
#
#      ulimit -s unlimited
#
# Modification of this config file should only be necessary if you intend to
# rebuild the binaries.  General instructions for rebuilding the binaries are
# found in-line below.
#
################################################################################
# Modifiable macros:
################################################################################
# "allow_build"" switch:
# Change the following line to true if you intend to REBUILD the binaries (AMD
# does not support this). Valid values are "true" or "false" (no quotes).
%define allow_build false
# Only change these macros if you are rebuilding the binary package:
%define compiler_name aocc400
%define binary_package_name amd_rate_%{compiler_name}_znver4_A
%define binary_package_ext %{binary_package_name}
%define binary_package_revision 1
%define build_path /home/work/cpu2017/v119/aocc4/znver4/rate
%define flags_file_name %{compiler_name}-flags.xml
# Do NOT change build_lib_dir after the build or it will trigger a
# rebuild of the xalanc. It should also remain literal:
%define build_lib_dir %{binary_package_name}_lib
# To enable the platform file, be sure to uncomment the flagsurl02 header line
# below in the Header settings.
%define platform_file_name INVALID_platform_%{binary_package_name}.xml
################################################################################
# You should never have to change binary_package_full_name:
%define binary_package_full_name %{binary_package_name}%{binary_package_revision}

################################################################################
# Include file names
################################################################################
# The include file contains fields that are commonly changed. This file is auto-
# generated based upon INI file settings and should not need user modification
# for runs. The flags include file contains all of the compiler flags.

%define inc_file_name %{binary_package_full_name}.inc
%define flags_inc_file_name %{binary_package_full_name}_flags.inc

# Binary label extension:
# Only modify the binary label extension if you plan to rebuild the binaries.
# If you plan to recompile these CPU 2017 binaries, please choose a new extension
# name below to avoid confusion with the current binary set on your system
# under test, and to avoid confusion for SPEC submission reviewers.  You will
# also need to set "allow_build" to true above. Finally, you must modify the
# Paths section below to point to your library locations if the paths are not
# already set up in your build environment.
# Note that AMD calls an external script to set up the compiler and library
# paths before initiating the build.

%define ext %{binary_package_ext}

################################################################################
# Paths and Environment Variables
# ** MODIFY AS NEEDED (modification should not be necessary for runs) **
################################################################################
# Allow environment variables to be set before runs:
preenv                   = 1

# Necessary to avoid out-of-memory exceptions on certain SUTs:
preENV_MALLOC_CONF       = retain:true

# Define the name of the directory that holds AMD library files:
%define lib_dir %{binary_package_name}_lib


# Set the shared object library path for runs and builds:
preENV_LD_LIBRARY_PATH   = $[top]/%{lib_dir}/lib:$[top]/%{lib_dir}/lib32:%{ENV_LD_LIBRARY_PATH}
# Define 32-bit library build paths:
# Do NOT use $[top] with the 32-bit libraries because doing so will cause an
# options checksum error triggering a xalanc recompile attempt on SUTs having
# different file paths.
# Do NOT change build_lib_dir after the build or it will also trigger a
# rebuild of the xalanc:
AMDALLOC_LIB32_PATH      = %{build_path}/%{build_lib_dir}/lib32
%if '%{allow_build}' eq 'false'
  # The include file is only needed for runs, but not for builds.
#  include: %{inc_file_name}
#  ----- Begin inclusion of 'amd_rate_aocc400_znver4_A1.inc'
############################################################################
################################################################################
################################################################################
# File name: amd_rate_aocc400_znver4_A1.inc
# File generation code date: September 23, 2022
# File generation date/time: June 06, 2024 / 15:59:59
#
# This file is automatically generated during a SPEC CPU2017 run.
#
# To modify inc file generation, please consult the readme file or the run
# script.
################################################################################
################################################################################

################################################################################
################################################################################
# The following macros are generated for use in the cfg file.
################################################################################
################################################################################

%define logical_core_count 384
%define physical_core_count 192

################################################################################
# The following inc blocks set the rate copy counts and affinity settings.
#
# intrate benchmarks: 500.perlbench_r,502.gcc_r,505.mcf_r,520.omnetpp_r,
#   523.xalancbmk_r,525.x264_r,531.deepsjeng_r,541.leela_r,548.exchange2_r,
#   557.xz_r
# fpspeed benchmarks: 503.bwaves_r,507.cactuBSSN_r,519.lbm_r,521.wrf_r,
#   527.cam4_r,538.imagick_r,544.nab_r,549.fotonik3d_r,554.roms_r
#
# Selected copy counts from '9654' section of CPU info
################################################################################
# default copy counts:
default:
copies                  = 384
# Bind commands for assigning affinity:
bind0            = numactl --localalloc --physcpubind=0
bind1            = numactl --localalloc --physcpubind=1
bind2            = numactl --localalloc --physcpubind=2
bind3            = numactl --localalloc --physcpubind=3
bind4            = numactl --localalloc --physcpubind=4
bind5            = numactl --localalloc --physcpubind=5
bind6            = numactl --localalloc --physcpubind=6
bind7            = numactl --localalloc --physcpubind=7
bind8            = numactl --localalloc --physcpubind=8
bind9            = numactl --localalloc --physcpubind=9
bind10            = numactl --localalloc --physcpubind=10
bind11            = numactl --localalloc --physcpubind=11
bind12            = numactl --localalloc --physcpubind=12
bind13            = numactl --localalloc --physcpubind=13
bind14            = numactl --localalloc --physcpubind=14
bind15            = numactl --localalloc --physcpubind=15
bind16            = numactl --localalloc --physcpubind=16
bind17            = numactl --localalloc --physcpubind=17
bind18            = numactl --localalloc --physcpubind=18
bind19            = numactl --localalloc --physcpubind=19
bind20            = numactl --localalloc --physcpubind=20
bind21            = numactl --localalloc --physcpubind=21
bind22            = numactl --localalloc --physcpubind=22
bind23            = numactl --localalloc --physcpubind=23
bind24            = numactl --localalloc --physcpubind=24
bind25            = numactl --localalloc --physcpubind=25
bind26            = numactl --localalloc --physcpubind=26
bind27            = numactl --localalloc --physcpubind=27
bind28            = numactl --localalloc --physcpubind=28
bind29            = numactl --localalloc --physcpubind=29
bind30            = numactl --localalloc --physcpubind=30
bind31            = numactl --localalloc --physcpubind=31
bind32            = numactl --localalloc --physcpubind=32
bind33            = numactl --localalloc --physcpubind=33
bind34            = numactl --localalloc --physcpubind=34
bind35            = numactl --localalloc --physcpubind=35
bind36            = numactl --localalloc --physcpubind=36
bind37            = numactl --localalloc --physcpubind=37
bind38            = numactl --localalloc --physcpubind=38
bind39            = numactl --localalloc --physcpubind=39
bind40            = numactl --localalloc --physcpubind=40
bind41            = numactl --localalloc --physcpubind=41
bind42            = numactl --localalloc --physcpubind=42
bind43            = numactl --localalloc --physcpubind=43
bind44            = numactl --localalloc --physcpubind=44
bind45            = numactl --localalloc --physcpubind=45
bind46            = numactl --localalloc --physcpubind=46
bind47            = numactl --localalloc --physcpubind=47
bind48            = numactl --localalloc --physcpubind=48
bind49            = numactl --localalloc --physcpubind=49
bind50            = numactl --localalloc --physcpubind=50
bind51            = numactl --localalloc --physcpubind=51
bind52            = numactl --localalloc --physcpubind=52
bind53            = numactl --localalloc --physcpubind=53
bind54            = numactl --localalloc --physcpubind=54
bind55            = numactl --localalloc --physcpubind=55
bind56            = numactl --localalloc --physcpubind=56
bind57            = numactl --localalloc --physcpubind=57
bind58            = numactl --localalloc --physcpubind=58
bind59            = numactl --localalloc --physcpubind=59
bind60            = numactl --localalloc --physcpubind=60
bind61            = numactl --localalloc --physcpubind=61
bind62            = numactl --localalloc --physcpubind=62
bind63            = numactl --localalloc --physcpubind=63
bind64            = numactl --localalloc --physcpubind=64
bind65            = numactl --localalloc --physcpubind=65
bind66            = numactl --localalloc --physcpubind=66
bind67            = numactl --localalloc --physcpubind=67
bind68            = numactl --localalloc --physcpubind=68
bind69            = numactl --localalloc --physcpubind=69
bind70            = numactl --localalloc --physcpubind=70
bind71            = numactl --localalloc --physcpubind=71
bind72            = numactl --localalloc --physcpubind=72
bind73            = numactl --localalloc --physcpubind=73
bind74            = numactl --localalloc --physcpubind=74
bind75            = numactl --localalloc --physcpubind=75
bind76            = numactl --localalloc --physcpubind=76
bind77            = numactl --localalloc --physcpubind=77
bind78            = numactl --localalloc --physcpubind=78
bind79            = numactl --localalloc --physcpubind=79
bind80            = numactl --localalloc --physcpubind=80
bind81            = numactl --localalloc --physcpubind=81
bind82            = numactl --localalloc --physcpubind=82
bind83            = numactl --localalloc --physcpubind=83
bind84            = numactl --localalloc --physcpubind=84
bind85            = numactl --localalloc --physcpubind=85
bind86            = numactl --localalloc --physcpubind=86
bind87            = numactl --localalloc --physcpubind=87
bind88            = numactl --localalloc --physcpubind=88
bind89            = numactl --localalloc --physcpubind=89
bind90            = numactl --localalloc --physcpubind=90
bind91            = numactl --localalloc --physcpubind=91
bind92            = numactl --localalloc --physcpubind=92
bind93            = numactl --localalloc --physcpubind=93
bind94            = numactl --localalloc --physcpubind=94
bind95            = numactl --localalloc --physcpubind=95
bind96            = numactl --localalloc --physcpubind=96
bind97            = numactl --localalloc --physcpubind=97
bind98            = numactl --localalloc --physcpubind=98
bind99            = numactl --localalloc --physcpubind=99
bind100            = numactl --localalloc --physcpubind=100
bind101            = numactl --localalloc --physcpubind=101
bind102            = numactl --localalloc --physcpubind=102
bind103            = numactl --localalloc --physcpubind=103
bind104            = numactl --localalloc --physcpubind=104
bind105            = numactl --localalloc --physcpubind=105
bind106            = numactl --localalloc --physcpubind=106
bind107            = numactl --localalloc --physcpubind=107
bind108            = numactl --localalloc --physcpubind=108
bind109            = numactl --localalloc --physcpubind=109
bind110            = numactl --localalloc --physcpubind=110
bind111            = numactl --localalloc --physcpubind=111
bind112            = numactl --localalloc --physcpubind=112
bind113            = numactl --localalloc --physcpubind=113
bind114            = numactl --localalloc --physcpubind=114
bind115            = numactl --localalloc --physcpubind=115
bind116            = numactl --localalloc --physcpubind=116
bind117            = numactl --localalloc --physcpubind=117
bind118            = numactl --localalloc --physcpubind=118
bind119            = numactl --localalloc --physcpubind=119
bind120            = numactl --localalloc --physcpubind=120
bind121            = numactl --localalloc --physcpubind=121
bind122            = numactl --localalloc --physcpubind=122
bind123            = numactl --localalloc --physcpubind=123
bind124            = numactl --localalloc --physcpubind=124
bind125            = numactl --localalloc --physcpubind=125
bind126            = numactl --localalloc --physcpubind=126
bind127            = numactl --localalloc --physcpubind=127
bind128            = numactl --localalloc --physcpubind=128
bind129            = numactl --localalloc --physcpubind=129
bind130            = numactl --localalloc --physcpubind=130
bind131            = numactl --localalloc --physcpubind=131
bind132            = numactl --localalloc --physcpubind=132
bind133            = numactl --localalloc --physcpubind=133
bind134            = numactl --localalloc --physcpubind=134
bind135            = numactl --localalloc --physcpubind=135
bind136            = numactl --localalloc --physcpubind=136
bind137            = numactl --localalloc --physcpubind=137
bind138            = numactl --localalloc --physcpubind=138
bind139            = numactl --localalloc --physcpubind=139
bind140            = numactl --localalloc --physcpubind=140
bind141            = numactl --localalloc --physcpubind=141
bind142            = numactl --localalloc --physcpubind=142
bind143            = numactl --localalloc --physcpubind=143
bind144            = numactl --localalloc --physcpubind=144
bind145            = numactl --localalloc --physcpubind=145
bind146            = numactl --localalloc --physcpubind=146
bind147            = numactl --localalloc --physcpubind=147
bind148            = numactl --localalloc --physcpubind=148
bind149            = numactl --localalloc --physcpubind=149
bind150            = numactl --localalloc --physcpubind=150
bind151            = numactl --localalloc --physcpubind=151
bind152            = numactl --localalloc --physcpubind=152
bind153            = numactl --localalloc --physcpubind=153
bind154            = numactl --localalloc --physcpubind=154
bind155            = numactl --localalloc --physcpubind=155
bind156            = numactl --localalloc --physcpubind=156
bind157            = numactl --localalloc --physcpubind=157
bind158            = numactl --localalloc --physcpubind=158
bind159            = numactl --localalloc --physcpubind=159
bind160            = numactl --localalloc --physcpubind=160
bind161            = numactl --localalloc --physcpubind=161
bind162            = numactl --localalloc --physcpubind=162
bind163            = numactl --localalloc --physcpubind=163
bind164            = numactl --localalloc --physcpubind=164
bind165            = numactl --localalloc --physcpubind=165
bind166            = numactl --localalloc --physcpubind=166
bind167            = numactl --localalloc --physcpubind=167
bind168            = numactl --localalloc --physcpubind=168
bind169            = numactl --localalloc --physcpubind=169
bind170            = numactl --localalloc --physcpubind=170
bind171            = numactl --localalloc --physcpubind=171
bind172            = numactl --localalloc --physcpubind=172
bind173            = numactl --localalloc --physcpubind=173
bind174            = numactl --localalloc --physcpubind=174
bind175            = numactl --localalloc --physcpubind=175
bind176            = numactl --localalloc --physcpubind=176
bind177            = numactl --localalloc --physcpubind=177
bind178            = numactl --localalloc --physcpubind=178
bind179            = numactl --localalloc --physcpubind=179
bind180            = numactl --localalloc --physcpubind=180
bind181            = numactl --localalloc --physcpubind=181
bind182            = numactl --localalloc --physcpubind=182
bind183            = numactl --localalloc --physcpubind=183
bind184            = numactl --localalloc --physcpubind=184
bind185            = numactl --localalloc --physcpubind=185
bind186            = numactl --localalloc --physcpubind=186
bind187            = numactl --localalloc --physcpubind=187
bind188            = numactl --localalloc --physcpubind=188
bind189            = numactl --localalloc --physcpubind=189
bind190            = numactl --localalloc --physcpubind=190
bind191            = numactl --localalloc --physcpubind=191
bind192            = numactl --localalloc --physcpubind=192
bind193            = numactl --localalloc --physcpubind=193
bind194            = numactl --localalloc --physcpubind=194
bind195            = numactl --localalloc --physcpubind=195
bind196            = numactl --localalloc --physcpubind=196
bind197            = numactl --localalloc --physcpubind=197
bind198            = numactl --localalloc --physcpubind=198
bind199            = numactl --localalloc --physcpubind=199
bind200            = numactl --localalloc --physcpubind=200
bind201            = numactl --localalloc --physcpubind=201
bind202            = numactl --localalloc --physcpubind=202
bind203            = numactl --localalloc --physcpubind=203
bind204            = numactl --localalloc --physcpubind=204
bind205            = numactl --localalloc --physcpubind=205
bind206            = numactl --localalloc --physcpubind=206
bind207            = numactl --localalloc --physcpubind=207
bind208            = numactl --localalloc --physcpubind=208
bind209            = numactl --localalloc --physcpubind=209
bind210            = numactl --localalloc --physcpubind=210
bind211            = numactl --localalloc --physcpubind=211
bind212            = numactl --localalloc --physcpubind=212
bind213            = numactl --localalloc --physcpubind=213
bind214            = numactl --localalloc --physcpubind=214
bind215            = numactl --localalloc --physcpubind=215
bind216            = numactl --localalloc --physcpubind=216
bind217            = numactl --localalloc --physcpubind=217
bind218            = numactl --localalloc --physcpubind=218
bind219            = numactl --localalloc --physcpubind=219
bind220            = numactl --localalloc --physcpubind=220
bind221            = numactl --localalloc --physcpubind=221
bind222            = numactl --localalloc --physcpubind=222
bind223            = numactl --localalloc --physcpubind=223
bind224            = numactl --localalloc --physcpubind=224
bind225            = numactl --localalloc --physcpubind=225
bind226            = numactl --localalloc --physcpubind=226
bind227            = numactl --localalloc --physcpubind=227
bind228            = numactl --localalloc --physcpubind=228
bind229            = numactl --localalloc --physcpubind=229
bind230            = numactl --localalloc --physcpubind=230
bind231            = numactl --localalloc --physcpubind=231
bind232            = numactl --localalloc --physcpubind=232
bind233            = numactl --localalloc --physcpubind=233
bind234            = numactl --localalloc --physcpubind=234
bind235            = numactl --localalloc --physcpubind=235
bind236            = numactl --localalloc --physcpubind=236
bind237            = numactl --localalloc --physcpubind=237
bind238            = numactl --localalloc --physcpubind=238
bind239            = numactl --localalloc --physcpubind=239
bind240            = numactl --localalloc --physcpubind=240
bind241            = numactl --localalloc --physcpubind=241
bind242            = numactl --localalloc --physcpubind=242
bind243            = numactl --localalloc --physcpubind=243
bind244            = numactl --localalloc --physcpubind=244
bind245            = numactl --localalloc --physcpubind=245
bind246            = numactl --localalloc --physcpubind=246
bind247            = numactl --localalloc --physcpubind=247
bind248            = numactl --localalloc --physcpubind=248
bind249            = numactl --localalloc --physcpubind=249
bind250            = numactl --localalloc --physcpubind=250
bind251            = numactl --localalloc --physcpubind=251
bind252            = numactl --localalloc --physcpubind=252
bind253            = numactl --localalloc --physcpubind=253
bind254            = numactl --localalloc --physcpubind=254
bind255            = numactl --localalloc --physcpubind=255
bind256            = numactl --localalloc --physcpubind=256
bind257            = numactl --localalloc --physcpubind=257
bind258            = numactl --localalloc --physcpubind=258
bind259            = numactl --localalloc --physcpubind=259
bind260            = numactl --localalloc --physcpubind=260
bind261            = numactl --localalloc --physcpubind=261
bind262            = numactl --localalloc --physcpubind=262
bind263            = numactl --localalloc --physcpubind=263
bind264            = numactl --localalloc --physcpubind=264
bind265            = numactl --localalloc --physcpubind=265
bind266            = numactl --localalloc --physcpubind=266
bind267            = numactl --localalloc --physcpubind=267
bind268            = numactl --localalloc --physcpubind=268
bind269            = numactl --localalloc --physcpubind=269
bind270            = numactl --localalloc --physcpubind=270
bind271            = numactl --localalloc --physcpubind=271
bind272            = numactl --localalloc --physcpubind=272
bind273            = numactl --localalloc --physcpubind=273
bind274            = numactl --localalloc --physcpubind=274
bind275            = numactl --localalloc --physcpubind=275
bind276            = numactl --localalloc --physcpubind=276
bind277            = numactl --localalloc --physcpubind=277
bind278            = numactl --localalloc --physcpubind=278
bind279            = numactl --localalloc --physcpubind=279
bind280            = numactl --localalloc --physcpubind=280
bind281            = numactl --localalloc --physcpubind=281
bind282            = numactl --localalloc --physcpubind=282
bind283            = numactl --localalloc --physcpubind=283
bind284            = numactl --localalloc --physcpubind=284
bind285            = numactl --localalloc --physcpubind=285
bind286            = numactl --localalloc --physcpubind=286
bind287            = numactl --localalloc --physcpubind=287
bind288            = numactl --localalloc --physcpubind=288
bind289            = numactl --localalloc --physcpubind=289
bind290            = numactl --localalloc --physcpubind=290
bind291            = numactl --localalloc --physcpubind=291
bind292            = numactl --localalloc --physcpubind=292
bind293            = numactl --localalloc --physcpubind=293
bind294            = numactl --localalloc --physcpubind=294
bind295            = numactl --localalloc --physcpubind=295
bind296            = numactl --localalloc --physcpubind=296
bind297            = numactl --localalloc --physcpubind=297
bind298            = numactl --localalloc --physcpubind=298
bind299            = numactl --localalloc --physcpubind=299
bind300            = numactl --localalloc --physcpubind=300
bind301            = numactl --localalloc --physcpubind=301
bind302            = numactl --localalloc --physcpubind=302
bind303            = numactl --localalloc --physcpubind=303
bind304            = numactl --localalloc --physcpubind=304
bind305            = numactl --localalloc --physcpubind=305
bind306            = numactl --localalloc --physcpubind=306
bind307            = numactl --localalloc --physcpubind=307
bind308            = numactl --localalloc --physcpubind=308
bind309            = numactl --localalloc --physcpubind=309
bind310            = numactl --localalloc --physcpubind=310
bind311            = numactl --localalloc --physcpubind=311
bind312            = numactl --localalloc --physcpubind=312
bind313            = numactl --localalloc --physcpubind=313
bind314            = numactl --localalloc --physcpubind=314
bind315            = numactl --localalloc --physcpubind=315
bind316            = numactl --localalloc --physcpubind=316
bind317            = numactl --localalloc --physcpubind=317
bind318            = numactl --localalloc --physcpubind=318
bind319            = numactl --localalloc --physcpubind=319
bind320            = numactl --localalloc --physcpubind=320
bind321            = numactl --localalloc --physcpubind=321
bind322            = numactl --localalloc --physcpubind=322
bind323            = numactl --localalloc --physcpubind=323
bind324            = numactl --localalloc --physcpubind=324
bind325            = numactl --localalloc --physcpubind=325
bind326            = numactl --localalloc --physcpubind=326
bind327            = numactl --localalloc --physcpubind=327
bind328            = numactl --localalloc --physcpubind=328
bind329            = numactl --localalloc --physcpubind=329
bind330            = numactl --localalloc --physcpubind=330
bind331            = numactl --localalloc --physcpubind=331
bind332            = numactl --localalloc --physcpubind=332
bind333            = numactl --localalloc --physcpubind=333
bind334            = numactl --localalloc --physcpubind=334
bind335            = numactl --localalloc --physcpubind=335
bind336            = numactl --localalloc --physcpubind=336
bind337            = numactl --localalloc --physcpubind=337
bind338            = numactl --localalloc --physcpubind=338
bind339            = numactl --localalloc --physcpubind=339
bind340            = numactl --localalloc --physcpubind=340
bind341            = numactl --localalloc --physcpubind=341
bind342            = numactl --localalloc --physcpubind=342
bind343            = numactl --localalloc --physcpubind=343
bind344            = numactl --localalloc --physcpubind=344
bind345            = numactl --localalloc --physcpubind=345
bind346            = numactl --localalloc --physcpubind=346
bind347            = numactl --localalloc --physcpubind=347
bind348            = numactl --localalloc --physcpubind=348
bind349            = numactl --localalloc --physcpubind=349
bind350            = numactl --localalloc --physcpubind=350
bind351            = numactl --localalloc --physcpubind=351
bind352            = numactl --localalloc --physcpubind=352
bind353            = numactl --localalloc --physcpubind=353
bind354            = numactl --localalloc --physcpubind=354
bind355            = numactl --localalloc --physcpubind=355
bind356            = numactl --localalloc --physcpubind=356
bind357            = numactl --localalloc --physcpubind=357
bind358            = numactl --localalloc --physcpubind=358
bind359            = numactl --localalloc --physcpubind=359
bind360            = numactl --localalloc --physcpubind=360
bind361            = numactl --localalloc --physcpubind=361
bind362            = numactl --localalloc --physcpubind=362
bind363            = numactl --localalloc --physcpubind=363
bind364            = numactl --localalloc --physcpubind=364
bind365            = numactl --localalloc --physcpubind=365
bind366            = numactl --localalloc --physcpubind=366
bind367            = numactl --localalloc --physcpubind=367
bind368            = numactl --localalloc --physcpubind=368
bind369            = numactl --localalloc --physcpubind=369
bind370            = numactl --localalloc --physcpubind=370
bind371            = numactl --localalloc --physcpubind=371
bind372            = numactl --localalloc --physcpubind=372
bind373            = numactl --localalloc --physcpubind=373
bind374            = numactl --localalloc --physcpubind=374
bind375            = numactl --localalloc --physcpubind=375
bind376            = numactl --localalloc --physcpubind=376
bind377            = numactl --localalloc --physcpubind=377
bind378            = numactl --localalloc --physcpubind=378
bind379            = numactl --localalloc --physcpubind=379
bind380            = numactl --localalloc --physcpubind=380
bind381            = numactl --localalloc --physcpubind=381
bind382            = numactl --localalloc --physcpubind=382
bind383            = numactl --localalloc --physcpubind=383
submit = echo "$command" > run.sh ; $BIND bash run.sh
################################################################################
################################################################################
# fprate copy counts:
fprate:
copies                  = 384
# Bind commands for assigning affinity:
bind0            = numactl --localalloc --physcpubind=0
bind1            = numactl --localalloc --physcpubind=1
bind2            = numactl --localalloc --physcpubind=2
bind3            = numactl --localalloc --physcpubind=3
bind4            = numactl --localalloc --physcpubind=4
bind5            = numactl --localalloc --physcpubind=5
bind6            = numactl --localalloc --physcpubind=6
bind7            = numactl --localalloc --physcpubind=7
bind8            = numactl --localalloc --physcpubind=8
bind9            = numactl --localalloc --physcpubind=9
bind10            = numactl --localalloc --physcpubind=10
bind11            = numactl --localalloc --physcpubind=11
bind12            = numactl --localalloc --physcpubind=12
bind13            = numactl --localalloc --physcpubind=13
bind14            = numactl --localalloc --physcpubind=14
bind15            = numactl --localalloc --physcpubind=15
bind16            = numactl --localalloc --physcpubind=16
bind17            = numactl --localalloc --physcpubind=17
bind18            = numactl --localalloc --physcpubind=18
bind19            = numactl --localalloc --physcpubind=19
bind20            = numactl --localalloc --physcpubind=20
bind21            = numactl --localalloc --physcpubind=21
bind22            = numactl --localalloc --physcpubind=22
bind23            = numactl --localalloc --physcpubind=23
bind24            = numactl --localalloc --physcpubind=24
bind25            = numactl --localalloc --physcpubind=25
bind26            = numactl --localalloc --physcpubind=26
bind27            = numactl --localalloc --physcpubind=27
bind28            = numactl --localalloc --physcpubind=28
bind29            = numactl --localalloc --physcpubind=29
bind30            = numactl --localalloc --physcpubind=30
bind31            = numactl --localalloc --physcpubind=31
bind32            = numactl --localalloc --physcpubind=32
bind33            = numactl --localalloc --physcpubind=33
bind34            = numactl --localalloc --physcpubind=34
bind35            = numactl --localalloc --physcpubind=35
bind36            = numactl --localalloc --physcpubind=36
bind37            = numactl --localalloc --physcpubind=37
bind38            = numactl --localalloc --physcpubind=38
bind39            = numactl --localalloc --physcpubind=39
bind40            = numactl --localalloc --physcpubind=40
bind41            = numactl --localalloc --physcpubind=41
bind42            = numactl --localalloc --physcpubind=42
bind43            = numactl --localalloc --physcpubind=43
bind44            = numactl --localalloc --physcpubind=44
bind45            = numactl --localalloc --physcpubind=45
bind46            = numactl --localalloc --physcpubind=46
bind47            = numactl --localalloc --physcpubind=47
bind48            = numactl --localalloc --physcpubind=48
bind49            = numactl --localalloc --physcpubind=49
bind50            = numactl --localalloc --physcpubind=50
bind51            = numactl --localalloc --physcpubind=51
bind52            = numactl --localalloc --physcpubind=52
bind53            = numactl --localalloc --physcpubind=53
bind54            = numactl --localalloc --physcpubind=54
bind55            = numactl --localalloc --physcpubind=55
bind56            = numactl --localalloc --physcpubind=56
bind57            = numactl --localalloc --physcpubind=57
bind58            = numactl --localalloc --physcpubind=58
bind59            = numactl --localalloc --physcpubind=59
bind60            = numactl --localalloc --physcpubind=60
bind61            = numactl --localalloc --physcpubind=61
bind62            = numactl --localalloc --physcpubind=62
bind63            = numactl --localalloc --physcpubind=63
bind64            = numactl --localalloc --physcpubind=64
bind65            = numactl --localalloc --physcpubind=65
bind66            = numactl --localalloc --physcpubind=66
bind67            = numactl --localalloc --physcpubind=67
bind68            = numactl --localalloc --physcpubind=68
bind69            = numactl --localalloc --physcpubind=69
bind70            = numactl --localalloc --physcpubind=70
bind71            = numactl --localalloc --physcpubind=71
bind72            = numactl --localalloc --physcpubind=72
bind73            = numactl --localalloc --physcpubind=73
bind74            = numactl --localalloc --physcpubind=74
bind75            = numactl --localalloc --physcpubind=75
bind76            = numactl --localalloc --physcpubind=76
bind77            = numactl --localalloc --physcpubind=77
bind78            = numactl --localalloc --physcpubind=78
bind79            = numactl --localalloc --physcpubind=79
bind80            = numactl --localalloc --physcpubind=80
bind81            = numactl --localalloc --physcpubind=81
bind82            = numactl --localalloc --physcpubind=82
bind83            = numactl --localalloc --physcpubind=83
bind84            = numactl --localalloc --physcpubind=84
bind85            = numactl --localalloc --physcpubind=85
bind86            = numactl --localalloc --physcpubind=86
bind87            = numactl --localalloc --physcpubind=87
bind88            = numactl --localalloc --physcpubind=88
bind89            = numactl --localalloc --physcpubind=89
bind90            = numactl --localalloc --physcpubind=90
bind91            = numactl --localalloc --physcpubind=91
bind92            = numactl --localalloc --physcpubind=92
bind93            = numactl --localalloc --physcpubind=93
bind94            = numactl --localalloc --physcpubind=94
bind95            = numactl --localalloc --physcpubind=95
bind96            = numactl --localalloc --physcpubind=96
bind97            = numactl --localalloc --physcpubind=97
bind98            = numactl --localalloc --physcpubind=98
bind99            = numactl --localalloc --physcpubind=99
bind100            = numactl --localalloc --physcpubind=100
bind101            = numactl --localalloc --physcpubind=101
bind102            = numactl --localalloc --physcpubind=102
bind103            = numactl --localalloc --physcpubind=103
bind104            = numactl --localalloc --physcpubind=104
bind105            = numactl --localalloc --physcpubind=105
bind106            = numactl --localalloc --physcpubind=106
bind107            = numactl --localalloc --physcpubind=107
bind108            = numactl --localalloc --physcpubind=108
bind109            = numactl --localalloc --physcpubind=109
bind110            = numactl --localalloc --physcpubind=110
bind111            = numactl --localalloc --physcpubind=111
bind112            = numactl --localalloc --physcpubind=112
bind113            = numactl --localalloc --physcpubind=113
bind114            = numactl --localalloc --physcpubind=114
bind115            = numactl --localalloc --physcpubind=115
bind116            = numactl --localalloc --physcpubind=116
bind117            = numactl --localalloc --physcpubind=117
bind118            = numactl --localalloc --physcpubind=118
bind119            = numactl --localalloc --physcpubind=119
bind120            = numactl --localalloc --physcpubind=120
bind121            = numactl --localalloc --physcpubind=121
bind122            = numactl --localalloc --physcpubind=122
bind123            = numactl --localalloc --physcpubind=123
bind124            = numactl --localalloc --physcpubind=124
bind125            = numactl --localalloc --physcpubind=125
bind126            = numactl --localalloc --physcpubind=126
bind127            = numactl --localalloc --physcpubind=127
bind128            = numactl --localalloc --physcpubind=128
bind129            = numactl --localalloc --physcpubind=129
bind130            = numactl --localalloc --physcpubind=130
bind131            = numactl --localalloc --physcpubind=131
bind132            = numactl --localalloc --physcpubind=132
bind133            = numactl --localalloc --physcpubind=133
bind134            = numactl --localalloc --physcpubind=134
bind135            = numactl --localalloc --physcpubind=135
bind136            = numactl --localalloc --physcpubind=136
bind137            = numactl --localalloc --physcpubind=137
bind138            = numactl --localalloc --physcpubind=138
bind139            = numactl --localalloc --physcpubind=139
bind140            = numactl --localalloc --physcpubind=140
bind141            = numactl --localalloc --physcpubind=141
bind142            = numactl --localalloc --physcpubind=142
bind143            = numactl --localalloc --physcpubind=143
bind144            = numactl --localalloc --physcpubind=144
bind145            = numactl --localalloc --physcpubind=145
bind146            = numactl --localalloc --physcpubind=146
bind147            = numactl --localalloc --physcpubind=147
bind148            = numactl --localalloc --physcpubind=148
bind149            = numactl --localalloc --physcpubind=149
bind150            = numactl --localalloc --physcpubind=150
bind151            = numactl --localalloc --physcpubind=151
bind152            = numactl --localalloc --physcpubind=152
bind153            = numactl --localalloc --physcpubind=153
bind154            = numactl --localalloc --physcpubind=154
bind155            = numactl --localalloc --physcpubind=155
bind156            = numactl --localalloc --physcpubind=156
bind157            = numactl --localalloc --physcpubind=157
bind158            = numactl --localalloc --physcpubind=158
bind159            = numactl --localalloc --physcpubind=159
bind160            = numactl --localalloc --physcpubind=160
bind161            = numactl --localalloc --physcpubind=161
bind162            = numactl --localalloc --physcpubind=162
bind163            = numactl --localalloc --physcpubind=163
bind164            = numactl --localalloc --physcpubind=164
bind165            = numactl --localalloc --physcpubind=165
bind166            = numactl --localalloc --physcpubind=166
bind167            = numactl --localalloc --physcpubind=167
bind168            = numactl --localalloc --physcpubind=168
bind169            = numactl --localalloc --physcpubind=169
bind170            = numactl --localalloc --physcpubind=170
bind171            = numactl --localalloc --physcpubind=171
bind172            = numactl --localalloc --physcpubind=172
bind173            = numactl --localalloc --physcpubind=173
bind174            = numactl --localalloc --physcpubind=174
bind175            = numactl --localalloc --physcpubind=175
bind176            = numactl --localalloc --physcpubind=176
bind177            = numactl --localalloc --physcpubind=177
bind178            = numactl --localalloc --physcpubind=178
bind179            = numactl --localalloc --physcpubind=179
bind180            = numactl --localalloc --physcpubind=180
bind181            = numactl --localalloc --physcpubind=181
bind182            = numactl --localalloc --physcpubind=182
bind183            = numactl --localalloc --physcpubind=183
bind184            = numactl --localalloc --physcpubind=184
bind185            = numactl --localalloc --physcpubind=185
bind186            = numactl --localalloc --physcpubind=186
bind187            = numactl --localalloc --physcpubind=187
bind188            = numactl --localalloc --physcpubind=188
bind189            = numactl --localalloc --physcpubind=189
bind190            = numactl --localalloc --physcpubind=190
bind191            = numactl --localalloc --physcpubind=191
bind192            = numactl --localalloc --physcpubind=192
bind193            = numactl --localalloc --physcpubind=193
bind194            = numactl --localalloc --physcpubind=194
bind195            = numactl --localalloc --physcpubind=195
bind196            = numactl --localalloc --physcpubind=196
bind197            = numactl --localalloc --physcpubind=197
bind198            = numactl --localalloc --physcpubind=198
bind199            = numactl --localalloc --physcpubind=199
bind200            = numactl --localalloc --physcpubind=200
bind201            = numactl --localalloc --physcpubind=201
bind202            = numactl --localalloc --physcpubind=202
bind203            = numactl --localalloc --physcpubind=203
bind204            = numactl --localalloc --physcpubind=204
bind205            = numactl --localalloc --physcpubind=205
bind206            = numactl --localalloc --physcpubind=206
bind207            = numactl --localalloc --physcpubind=207
bind208            = numactl --localalloc --physcpubind=208
bind209            = numactl --localalloc --physcpubind=209
bind210            = numactl --localalloc --physcpubind=210
bind211            = numactl --localalloc --physcpubind=211
bind212            = numactl --localalloc --physcpubind=212
bind213            = numactl --localalloc --physcpubind=213
bind214            = numactl --localalloc --physcpubind=214
bind215            = numactl --localalloc --physcpubind=215
bind216            = numactl --localalloc --physcpubind=216
bind217            = numactl --localalloc --physcpubind=217
bind218            = numactl --localalloc --physcpubind=218
bind219            = numactl --localalloc --physcpubind=219
bind220            = numactl --localalloc --physcpubind=220
bind221            = numactl --localalloc --physcpubind=221
bind222            = numactl --localalloc --physcpubind=222
bind223            = numactl --localalloc --physcpubind=223
bind224            = numactl --localalloc --physcpubind=224
bind225            = numactl --localalloc --physcpubind=225
bind226            = numactl --localalloc --physcpubind=226
bind227            = numactl --localalloc --physcpubind=227
bind228            = numactl --localalloc --physcpubind=228
bind229            = numactl --localalloc --physcpubind=229
bind230            = numactl --localalloc --physcpubind=230
bind231            = numactl --localalloc --physcpubind=231
bind232            = numactl --localalloc --physcpubind=232
bind233            = numactl --localalloc --physcpubind=233
bind234            = numactl --localalloc --physcpubind=234
bind235            = numactl --localalloc --physcpubind=235
bind236            = numactl --localalloc --physcpubind=236
bind237            = numactl --localalloc --physcpubind=237
bind238            = numactl --localalloc --physcpubind=238
bind239            = numactl --localalloc --physcpubind=239
bind240            = numactl --localalloc --physcpubind=240
bind241            = numactl --localalloc --physcpubind=241
bind242            = numactl --localalloc --physcpubind=242
bind243            = numactl --localalloc --physcpubind=243
bind244            = numactl --localalloc --physcpubind=244
bind245            = numactl --localalloc --physcpubind=245
bind246            = numactl --localalloc --physcpubind=246
bind247            = numactl --localalloc --physcpubind=247
bind248            = numactl --localalloc --physcpubind=248
bind249            = numactl --localalloc --physcpubind=249
bind250            = numactl --localalloc --physcpubind=250
bind251            = numactl --localalloc --physcpubind=251
bind252            = numactl --localalloc --physcpubind=252
bind253            = numactl --localalloc --physcpubind=253
bind254            = numactl --localalloc --physcpubind=254
bind255            = numactl --localalloc --physcpubind=255
bind256            = numactl --localalloc --physcpubind=256
bind257            = numactl --localalloc --physcpubind=257
bind258            = numactl --localalloc --physcpubind=258
bind259            = numactl --localalloc --physcpubind=259
bind260            = numactl --localalloc --physcpubind=260
bind261            = numactl --localalloc --physcpubind=261
bind262            = numactl --localalloc --physcpubind=262
bind263            = numactl --localalloc --physcpubind=263
bind264            = numactl --localalloc --physcpubind=264
bind265            = numactl --localalloc --physcpubind=265
bind266            = numactl --localalloc --physcpubind=266
bind267            = numactl --localalloc --physcpubind=267
bind268            = numactl --localalloc --physcpubind=268
bind269            = numactl --localalloc --physcpubind=269
bind270            = numactl --localalloc --physcpubind=270
bind271            = numactl --localalloc --physcpubind=271
bind272            = numactl --localalloc --physcpubind=272
bind273            = numactl --localalloc --physcpubind=273
bind274            = numactl --localalloc --physcpubind=274
bind275            = numactl --localalloc --physcpubind=275
bind276            = numactl --localalloc --physcpubind=276
bind277            = numactl --localalloc --physcpubind=277
bind278            = numactl --localalloc --physcpubind=278
bind279            = numactl --localalloc --physcpubind=279
bind280            = numactl --localalloc --physcpubind=280
bind281            = numactl --localalloc --physcpubind=281
bind282            = numactl --localalloc --physcpubind=282
bind283            = numactl --localalloc --physcpubind=283
bind284            = numactl --localalloc --physcpubind=284
bind285            = numactl --localalloc --physcpubind=285
bind286            = numactl --localalloc --physcpubind=286
bind287            = numactl --localalloc --physcpubind=287
bind288            = numactl --localalloc --physcpubind=288
bind289            = numactl --localalloc --physcpubind=289
bind290            = numactl --localalloc --physcpubind=290
bind291            = numactl --localalloc --physcpubind=291
bind292            = numactl --localalloc --physcpubind=292
bind293            = numactl --localalloc --physcpubind=293
bind294            = numactl --localalloc --physcpubind=294
bind295            = numactl --localalloc --physcpubind=295
bind296            = numactl --localalloc --physcpubind=296
bind297            = numactl --localalloc --physcpubind=297
bind298            = numactl --localalloc --physcpubind=298
bind299            = numactl --localalloc --physcpubind=299
bind300            = numactl --localalloc --physcpubind=300
bind301            = numactl --localalloc --physcpubind=301
bind302            = numactl --localalloc --physcpubind=302
bind303            = numactl --localalloc --physcpubind=303
bind304            = numactl --localalloc --physcpubind=304
bind305            = numactl --localalloc --physcpubind=305
bind306            = numactl --localalloc --physcpubind=306
bind307            = numactl --localalloc --physcpubind=307
bind308            = numactl --localalloc --physcpubind=308
bind309            = numactl --localalloc --physcpubind=309
bind310            = numactl --localalloc --physcpubind=310
bind311            = numactl --localalloc --physcpubind=311
bind312            = numactl --localalloc --physcpubind=312
bind313            = numactl --localalloc --physcpubind=313
bind314            = numactl --localalloc --physcpubind=314
bind315            = numactl --localalloc --physcpubind=315
bind316            = numactl --localalloc --physcpubind=316
bind317            = numactl --localalloc --physcpubind=317
bind318            = numactl --localalloc --physcpubind=318
bind319            = numactl --localalloc --physcpubind=319
bind320            = numactl --localalloc --physcpubind=320
bind321            = numactl --localalloc --physcpubind=321
bind322            = numactl --localalloc --physcpubind=322
bind323            = numactl --localalloc --physcpubind=323
bind324            = numactl --localalloc --physcpubind=324
bind325            = numactl --localalloc --physcpubind=325
bind326            = numactl --localalloc --physcpubind=326
bind327            = numactl --localalloc --physcpubind=327
bind328            = numactl --localalloc --physcpubind=328
bind329            = numactl --localalloc --physcpubind=329
bind330            = numactl --localalloc --physcpubind=330
bind331            = numactl --localalloc --physcpubind=331
bind332            = numactl --localalloc --physcpubind=332
bind333            = numactl --localalloc --physcpubind=333
bind334            = numactl --localalloc --physcpubind=334
bind335            = numactl --localalloc --physcpubind=335
bind336            = numactl --localalloc --physcpubind=336
bind337            = numactl --localalloc --physcpubind=337
bind338            = numactl --localalloc --physcpubind=338
bind339            = numactl --localalloc --physcpubind=339
bind340            = numactl --localalloc --physcpubind=340
bind341            = numactl --localalloc --physcpubind=341
bind342            = numactl --localalloc --physcpubind=342
bind343            = numactl --localalloc --physcpubind=343
bind344            = numactl --localalloc --physcpubind=344
bind345            = numactl --localalloc --physcpubind=345
bind346            = numactl --localalloc --physcpubind=346
bind347            = numactl --localalloc --physcpubind=347
bind348            = numactl --localalloc --physcpubind=348
bind349            = numactl --localalloc --physcpubind=349
bind350            = numactl --localalloc --physcpubind=350
bind351            = numactl --localalloc --physcpubind=351
bind352            = numactl --localalloc --physcpubind=352
bind353            = numactl --localalloc --physcpubind=353
bind354            = numactl --localalloc --physcpubind=354
bind355            = numactl --localalloc --physcpubind=355
bind356            = numactl --localalloc --physcpubind=356
bind357            = numactl --localalloc --physcpubind=357
bind358            = numactl --localalloc --physcpubind=358
bind359            = numactl --localalloc --physcpubind=359
bind360            = numactl --localalloc --physcpubind=360
bind361            = numactl --localalloc --physcpubind=361
bind362            = numactl --localalloc --physcpubind=362
bind363            = numactl --localalloc --physcpubind=363
bind364            = numactl --localalloc --physcpubind=364
bind365            = numactl --localalloc --physcpubind=365
bind366            = numactl --localalloc --physcpubind=366
bind367            = numactl --localalloc --physcpubind=367
bind368            = numactl --localalloc --physcpubind=368
bind369            = numactl --localalloc --physcpubind=369
bind370            = numactl --localalloc --physcpubind=370
bind371            = numactl --localalloc --physcpubind=371
bind372            = numactl --localalloc --physcpubind=372
bind373            = numactl --localalloc --physcpubind=373
bind374            = numactl --localalloc --physcpubind=374
bind375            = numactl --localalloc --physcpubind=375
bind376            = numactl --localalloc --physcpubind=376
bind377            = numactl --localalloc --physcpubind=377
bind378            = numactl --localalloc --physcpubind=378
bind379            = numactl --localalloc --physcpubind=379
bind380            = numactl --localalloc --physcpubind=380
bind381            = numactl --localalloc --physcpubind=381
bind382            = numactl --localalloc --physcpubind=382
bind383            = numactl --localalloc --physcpubind=383
submit = echo "$command" > run.sh ; $BIND bash run.sh
################################################################################
################################################################################
# peak copy counts: 384
507.cactuBSSN_r,508.namd_r,511.povray_r,526.blender_r,527.cam4_r,538.imagick_r,544.nab_r=peak:
copies                  = 384
# Bind commands for assigning affinity:
bind0            = numactl --localalloc --physcpubind=0
bind1            = numactl --localalloc --physcpubind=1
bind2            = numactl --localalloc --physcpubind=2
bind3            = numactl --localalloc --physcpubind=3
bind4            = numactl --localalloc --physcpubind=4
bind5            = numactl --localalloc --physcpubind=5
bind6            = numactl --localalloc --physcpubind=6
bind7            = numactl --localalloc --physcpubind=7
bind8            = numactl --localalloc --physcpubind=8
bind9            = numactl --localalloc --physcpubind=9
bind10            = numactl --localalloc --physcpubind=10
bind11            = numactl --localalloc --physcpubind=11
bind12            = numactl --localalloc --physcpubind=12
bind13            = numactl --localalloc --physcpubind=13
bind14            = numactl --localalloc --physcpubind=14
bind15            = numactl --localalloc --physcpubind=15
bind16            = numactl --localalloc --physcpubind=16
bind17            = numactl --localalloc --physcpubind=17
bind18            = numactl --localalloc --physcpubind=18
bind19            = numactl --localalloc --physcpubind=19
bind20            = numactl --localalloc --physcpubind=20
bind21            = numactl --localalloc --physcpubind=21
bind22            = numactl --localalloc --physcpubind=22
bind23            = numactl --localalloc --physcpubind=23
bind24            = numactl --localalloc --physcpubind=24
bind25            = numactl --localalloc --physcpubind=25
bind26            = numactl --localalloc --physcpubind=26
bind27            = numactl --localalloc --physcpubind=27
bind28            = numactl --localalloc --physcpubind=28
bind29            = numactl --localalloc --physcpubind=29
bind30            = numactl --localalloc --physcpubind=30
bind31            = numactl --localalloc --physcpubind=31
bind32            = numactl --localalloc --physcpubind=32
bind33            = numactl --localalloc --physcpubind=33
bind34            = numactl --localalloc --physcpubind=34
bind35            = numactl --localalloc --physcpubind=35
bind36            = numactl --localalloc --physcpubind=36
bind37            = numactl --localalloc --physcpubind=37
bind38            = numactl --localalloc --physcpubind=38
bind39            = numactl --localalloc --physcpubind=39
bind40            = numactl --localalloc --physcpubind=40
bind41            = numactl --localalloc --physcpubind=41
bind42            = numactl --localalloc --physcpubind=42
bind43            = numactl --localalloc --physcpubind=43
bind44            = numactl --localalloc --physcpubind=44
bind45            = numactl --localalloc --physcpubind=45
bind46            = numactl --localalloc --physcpubind=46
bind47            = numactl --localalloc --physcpubind=47
bind48            = numactl --localalloc --physcpubind=48
bind49            = numactl --localalloc --physcpubind=49
bind50            = numactl --localalloc --physcpubind=50
bind51            = numactl --localalloc --physcpubind=51
bind52            = numactl --localalloc --physcpubind=52
bind53            = numactl --localalloc --physcpubind=53
bind54            = numactl --localalloc --physcpubind=54
bind55            = numactl --localalloc --physcpubind=55
bind56            = numactl --localalloc --physcpubind=56
bind57            = numactl --localalloc --physcpubind=57
bind58            = numactl --localalloc --physcpubind=58
bind59            = numactl --localalloc --physcpubind=59
bind60            = numactl --localalloc --physcpubind=60
bind61            = numactl --localalloc --physcpubind=61
bind62            = numactl --localalloc --physcpubind=62
bind63            = numactl --localalloc --physcpubind=63
bind64            = numactl --localalloc --physcpubind=64
bind65            = numactl --localalloc --physcpubind=65
bind66            = numactl --localalloc --physcpubind=66
bind67            = numactl --localalloc --physcpubind=67
bind68            = numactl --localalloc --physcpubind=68
bind69            = numactl --localalloc --physcpubind=69
bind70            = numactl --localalloc --physcpubind=70
bind71            = numactl --localalloc --physcpubind=71
bind72            = numactl --localalloc --physcpubind=72
bind73            = numactl --localalloc --physcpubind=73
bind74            = numactl --localalloc --physcpubind=74
bind75            = numactl --localalloc --physcpubind=75
bind76            = numactl --localalloc --physcpubind=76
bind77            = numactl --localalloc --physcpubind=77
bind78            = numactl --localalloc --physcpubind=78
bind79            = numactl --localalloc --physcpubind=79
bind80            = numactl --localalloc --physcpubind=80
bind81            = numactl --localalloc --physcpubind=81
bind82            = numactl --localalloc --physcpubind=82
bind83            = numactl --localalloc --physcpubind=83
bind84            = numactl --localalloc --physcpubind=84
bind85            = numactl --localalloc --physcpubind=85
bind86            = numactl --localalloc --physcpubind=86
bind87            = numactl --localalloc --physcpubind=87
bind88            = numactl --localalloc --physcpubind=88
bind89            = numactl --localalloc --physcpubind=89
bind90            = numactl --localalloc --physcpubind=90
bind91            = numactl --localalloc --physcpubind=91
bind92            = numactl --localalloc --physcpubind=92
bind93            = numactl --localalloc --physcpubind=93
bind94            = numactl --localalloc --physcpubind=94
bind95            = numactl --localalloc --physcpubind=95
bind96            = numactl --localalloc --physcpubind=96
bind97            = numactl --localalloc --physcpubind=97
bind98            = numactl --localalloc --physcpubind=98
bind99            = numactl --localalloc --physcpubind=99
bind100            = numactl --localalloc --physcpubind=100
bind101            = numactl --localalloc --physcpubind=101
bind102            = numactl --localalloc --physcpubind=102
bind103            = numactl --localalloc --physcpubind=103
bind104            = numactl --localalloc --physcpubind=104
bind105            = numactl --localalloc --physcpubind=105
bind106            = numactl --localalloc --physcpubind=106
bind107            = numactl --localalloc --physcpubind=107
bind108            = numactl --localalloc --physcpubind=108
bind109            = numactl --localalloc --physcpubind=109
bind110            = numactl --localalloc --physcpubind=110
bind111            = numactl --localalloc --physcpubind=111
bind112            = numactl --localalloc --physcpubind=112
bind113            = numactl --localalloc --physcpubind=113
bind114            = numactl --localalloc --physcpubind=114
bind115            = numactl --localalloc --physcpubind=115
bind116            = numactl --localalloc --physcpubind=116
bind117            = numactl --localalloc --physcpubind=117
bind118            = numactl --localalloc --physcpubind=118
bind119            = numactl --localalloc --physcpubind=119
bind120            = numactl --localalloc --physcpubind=120
bind121            = numactl --localalloc --physcpubind=121
bind122            = numactl --localalloc --physcpubind=122
bind123            = numactl --localalloc --physcpubind=123
bind124            = numactl --localalloc --physcpubind=124
bind125            = numactl --localalloc --physcpubind=125
bind126            = numactl --localalloc --physcpubind=126
bind127            = numactl --localalloc --physcpubind=127
bind128            = numactl --localalloc --physcpubind=128
bind129            = numactl --localalloc --physcpubind=129
bind130            = numactl --localalloc --physcpubind=130
bind131            = numactl --localalloc --physcpubind=131
bind132            = numactl --localalloc --physcpubind=132
bind133            = numactl --localalloc --physcpubind=133
bind134            = numactl --localalloc --physcpubind=134
bind135            = numactl --localalloc --physcpubind=135
bind136            = numactl --localalloc --physcpubind=136
bind137            = numactl --localalloc --physcpubind=137
bind138            = numactl --localalloc --physcpubind=138
bind139            = numactl --localalloc --physcpubind=139
bind140            = numactl --localalloc --physcpubind=140
bind141            = numactl --localalloc --physcpubind=141
bind142            = numactl --localalloc --physcpubind=142
bind143            = numactl --localalloc --physcpubind=143
bind144            = numactl --localalloc --physcpubind=144
bind145            = numactl --localalloc --physcpubind=145
bind146            = numactl --localalloc --physcpubind=146
bind147            = numactl --localalloc --physcpubind=147
bind148            = numactl --localalloc --physcpubind=148
bind149            = numactl --localalloc --physcpubind=149
bind150            = numactl --localalloc --physcpubind=150
bind151            = numactl --localalloc --physcpubind=151
bind152            = numactl --localalloc --physcpubind=152
bind153            = numactl --localalloc --physcpubind=153
bind154            = numactl --localalloc --physcpubind=154
bind155            = numactl --localalloc --physcpubind=155
bind156            = numactl --localalloc --physcpubind=156
bind157            = numactl --localalloc --physcpubind=157
bind158            = numactl --localalloc --physcpubind=158
bind159            = numactl --localalloc --physcpubind=159
bind160            = numactl --localalloc --physcpubind=160
bind161            = numactl --localalloc --physcpubind=161
bind162            = numactl --localalloc --physcpubind=162
bind163            = numactl --localalloc --physcpubind=163
bind164            = numactl --localalloc --physcpubind=164
bind165            = numactl --localalloc --physcpubind=165
bind166            = numactl --localalloc --physcpubind=166
bind167            = numactl --localalloc --physcpubind=167
bind168            = numactl --localalloc --physcpubind=168
bind169            = numactl --localalloc --physcpubind=169
bind170            = numactl --localalloc --physcpubind=170
bind171            = numactl --localalloc --physcpubind=171
bind172            = numactl --localalloc --physcpubind=172
bind173            = numactl --localalloc --physcpubind=173
bind174            = numactl --localalloc --physcpubind=174
bind175            = numactl --localalloc --physcpubind=175
bind176            = numactl --localalloc --physcpubind=176
bind177            = numactl --localalloc --physcpubind=177
bind178            = numactl --localalloc --physcpubind=178
bind179            = numactl --localalloc --physcpubind=179
bind180            = numactl --localalloc --physcpubind=180
bind181            = numactl --localalloc --physcpubind=181
bind182            = numactl --localalloc --physcpubind=182
bind183            = numactl --localalloc --physcpubind=183
bind184            = numactl --localalloc --physcpubind=184
bind185            = numactl --localalloc --physcpubind=185
bind186            = numactl --localalloc --physcpubind=186
bind187            = numactl --localalloc --physcpubind=187
bind188            = numactl --localalloc --physcpubind=188
bind189            = numactl --localalloc --physcpubind=189
bind190            = numactl --localalloc --physcpubind=190
bind191            = numactl --localalloc --physcpubind=191
bind192            = numactl --localalloc --physcpubind=192
bind193            = numactl --localalloc --physcpubind=193
bind194            = numactl --localalloc --physcpubind=194
bind195            = numactl --localalloc --physcpubind=195
bind196            = numactl --localalloc --physcpubind=196
bind197            = numactl --localalloc --physcpubind=197
bind198            = numactl --localalloc --physcpubind=198
bind199            = numactl --localalloc --physcpubind=199
bind200            = numactl --localalloc --physcpubind=200
bind201            = numactl --localalloc --physcpubind=201
bind202            = numactl --localalloc --physcpubind=202
bind203            = numactl --localalloc --physcpubind=203
bind204            = numactl --localalloc --physcpubind=204
bind205            = numactl --localalloc --physcpubind=205
bind206            = numactl --localalloc --physcpubind=206
bind207            = numactl --localalloc --physcpubind=207
bind208            = numactl --localalloc --physcpubind=208
bind209            = numactl --localalloc --physcpubind=209
bind210            = numactl --localalloc --physcpubind=210
bind211            = numactl --localalloc --physcpubind=211
bind212            = numactl --localalloc --physcpubind=212
bind213            = numactl --localalloc --physcpubind=213
bind214            = numactl --localalloc --physcpubind=214
bind215            = numactl --localalloc --physcpubind=215
bind216            = numactl --localalloc --physcpubind=216
bind217            = numactl --localalloc --physcpubind=217
bind218            = numactl --localalloc --physcpubind=218
bind219            = numactl --localalloc --physcpubind=219
bind220            = numactl --localalloc --physcpubind=220
bind221            = numactl --localalloc --physcpubind=221
bind222            = numactl --localalloc --physcpubind=222
bind223            = numactl --localalloc --physcpubind=223
bind224            = numactl --localalloc --physcpubind=224
bind225            = numactl --localalloc --physcpubind=225
bind226            = numactl --localalloc --physcpubind=226
bind227            = numactl --localalloc --physcpubind=227
bind228            = numactl --localalloc --physcpubind=228
bind229            = numactl --localalloc --physcpubind=229
bind230            = numactl --localalloc --physcpubind=230
bind231            = numactl --localalloc --physcpubind=231
bind232            = numactl --localalloc --physcpubind=232
bind233            = numactl --localalloc --physcpubind=233
bind234            = numactl --localalloc --physcpubind=234
bind235            = numactl --localalloc --physcpubind=235
bind236            = numactl --localalloc --physcpubind=236
bind237            = numactl --localalloc --physcpubind=237
bind238            = numactl --localalloc --physcpubind=238
bind239            = numactl --localalloc --physcpubind=239
bind240            = numactl --localalloc --physcpubind=240
bind241            = numactl --localalloc --physcpubind=241
bind242            = numactl --localalloc --physcpubind=242
bind243            = numactl --localalloc --physcpubind=243
bind244            = numactl --localalloc --physcpubind=244
bind245            = numactl --localalloc --physcpubind=245
bind246            = numactl --localalloc --physcpubind=246
bind247            = numactl --localalloc --physcpubind=247
bind248            = numactl --localalloc --physcpubind=248
bind249            = numactl --localalloc --physcpubind=249
bind250            = numactl --localalloc --physcpubind=250
bind251            = numactl --localalloc --physcpubind=251
bind252            = numactl --localalloc --physcpubind=252
bind253            = numactl --localalloc --physcpubind=253
bind254            = numactl --localalloc --physcpubind=254
bind255            = numactl --localalloc --physcpubind=255
bind256            = numactl --localalloc --physcpubind=256
bind257            = numactl --localalloc --physcpubind=257
bind258            = numactl --localalloc --physcpubind=258
bind259            = numactl --localalloc --physcpubind=259
bind260            = numactl --localalloc --physcpubind=260
bind261            = numactl --localalloc --physcpubind=261
bind262            = numactl --localalloc --physcpubind=262
bind263            = numactl --localalloc --physcpubind=263
bind264            = numactl --localalloc --physcpubind=264
bind265            = numactl --localalloc --physcpubind=265
bind266            = numactl --localalloc --physcpubind=266
bind267            = numactl --localalloc --physcpubind=267
bind268            = numactl --localalloc --physcpubind=268
bind269            = numactl --localalloc --physcpubind=269
bind270            = numactl --localalloc --physcpubind=270
bind271            = numactl --localalloc --physcpubind=271
bind272            = numactl --localalloc --physcpubind=272
bind273            = numactl --localalloc --physcpubind=273
bind274            = numactl --localalloc --physcpubind=274
bind275            = numactl --localalloc --physcpubind=275
bind276            = numactl --localalloc --physcpubind=276
bind277            = numactl --localalloc --physcpubind=277
bind278            = numactl --localalloc --physcpubind=278
bind279            = numactl --localalloc --physcpubind=279
bind280            = numactl --localalloc --physcpubind=280
bind281            = numactl --localalloc --physcpubind=281
bind282            = numactl --localalloc --physcpubind=282
bind283            = numactl --localalloc --physcpubind=283
bind284            = numactl --localalloc --physcpubind=284
bind285            = numactl --localalloc --physcpubind=285
bind286            = numactl --localalloc --physcpubind=286
bind287            = numactl --localalloc --physcpubind=287
bind288            = numactl --localalloc --physcpubind=288
bind289            = numactl --localalloc --physcpubind=289
bind290            = numactl --localalloc --physcpubind=290
bind291            = numactl --localalloc --physcpubind=291
bind292            = numactl --localalloc --physcpubind=292
bind293            = numactl --localalloc --physcpubind=293
bind294            = numactl --localalloc --physcpubind=294
bind295            = numactl --localalloc --physcpubind=295
bind296            = numactl --localalloc --physcpubind=296
bind297            = numactl --localalloc --physcpubind=297
bind298            = numactl --localalloc --physcpubind=298
bind299            = numactl --localalloc --physcpubind=299
bind300            = numactl --localalloc --physcpubind=300
bind301            = numactl --localalloc --physcpubind=301
bind302            = numactl --localalloc --physcpubind=302
bind303            = numactl --localalloc --physcpubind=303
bind304            = numactl --localalloc --physcpubind=304
bind305            = numactl --localalloc --physcpubind=305
bind306            = numactl --localalloc --physcpubind=306
bind307            = numactl --localalloc --physcpubind=307
bind308            = numactl --localalloc --physcpubind=308
bind309            = numactl --localalloc --physcpubind=309
bind310            = numactl --localalloc --physcpubind=310
bind311            = numactl --localalloc --physcpubind=311
bind312            = numactl --localalloc --physcpubind=312
bind313            = numactl --localalloc --physcpubind=313
bind314            = numactl --localalloc --physcpubind=314
bind315            = numactl --localalloc --physcpubind=315
bind316            = numactl --localalloc --physcpubind=316
bind317            = numactl --localalloc --physcpubind=317
bind318            = numactl --localalloc --physcpubind=318
bind319            = numactl --localalloc --physcpubind=319
bind320            = numactl --localalloc --physcpubind=320
bind321            = numactl --localalloc --physcpubind=321
bind322            = numactl --localalloc --physcpubind=322
bind323            = numactl --localalloc --physcpubind=323
bind324            = numactl --localalloc --physcpubind=324
bind325            = numactl --localalloc --physcpubind=325
bind326            = numactl --localalloc --physcpubind=326
bind327            = numactl --localalloc --physcpubind=327
bind328            = numactl --localalloc --physcpubind=328
bind329            = numactl --localalloc --physcpubind=329
bind330            = numactl --localalloc --physcpubind=330
bind331            = numactl --localalloc --physcpubind=331
bind332            = numactl --localalloc --physcpubind=332
bind333            = numactl --localalloc --physcpubind=333
bind334            = numactl --localalloc --physcpubind=334
bind335            = numactl --localalloc --physcpubind=335
bind336            = numactl --localalloc --physcpubind=336
bind337            = numactl --localalloc --physcpubind=337
bind338            = numactl --localalloc --physcpubind=338
bind339            = numactl --localalloc --physcpubind=339
bind340            = numactl --localalloc --physcpubind=340
bind341            = numactl --localalloc --physcpubind=341
bind342            = numactl --localalloc --physcpubind=342
bind343            = numactl --localalloc --physcpubind=343
bind344            = numactl --localalloc --physcpubind=344
bind345            = numactl --localalloc --physcpubind=345
bind346            = numactl --localalloc --physcpubind=346
bind347            = numactl --localalloc --physcpubind=347
bind348            = numactl --localalloc --physcpubind=348
bind349            = numactl --localalloc --physcpubind=349
bind350            = numactl --localalloc --physcpubind=350
bind351            = numactl --localalloc --physcpubind=351
bind352            = numactl --localalloc --physcpubind=352
bind353            = numactl --localalloc --physcpubind=353
bind354            = numactl --localalloc --physcpubind=354
bind355            = numactl --localalloc --physcpubind=355
bind356            = numactl --localalloc --physcpubind=356
bind357            = numactl --localalloc --physcpubind=357
bind358            = numactl --localalloc --physcpubind=358
bind359            = numactl --localalloc --physcpubind=359
bind360            = numactl --localalloc --physcpubind=360
bind361            = numactl --localalloc --physcpubind=361
bind362            = numactl --localalloc --physcpubind=362
bind363            = numactl --localalloc --physcpubind=363
bind364            = numactl --localalloc --physcpubind=364
bind365            = numactl --localalloc --physcpubind=365
bind366            = numactl --localalloc --physcpubind=366
bind367            = numactl --localalloc --physcpubind=367
bind368            = numactl --localalloc --physcpubind=368
bind369            = numactl --localalloc --physcpubind=369
bind370            = numactl --localalloc --physcpubind=370
bind371            = numactl --localalloc --physcpubind=371
bind372            = numactl --localalloc --physcpubind=372
bind373            = numactl --localalloc --physcpubind=373
bind374            = numactl --localalloc --physcpubind=374
bind375            = numactl --localalloc --physcpubind=375
bind376            = numactl --localalloc --physcpubind=376
bind377            = numactl --localalloc --physcpubind=377
bind378            = numactl --localalloc --physcpubind=378
bind379            = numactl --localalloc --physcpubind=379
bind380            = numactl --localalloc --physcpubind=380
bind381            = numactl --localalloc --physcpubind=381
bind382            = numactl --localalloc --physcpubind=382
bind383            = numactl --localalloc --physcpubind=383
submit = echo "$command" > run.sh ; $BIND bash run.sh
################################################################################
################################################################################
# peak copy counts: 192
510.parest_r,519.lbm_r,521.wrf_r,549.fotonik3d_r,554.roms_r=peak:
copies                  = 192
# Bind commands for assigning affinity:
bind0            = numactl --localalloc --physcpubind=0
bind1            = numactl --localalloc --physcpubind=1
bind2            = numactl --localalloc --physcpubind=2
bind3            = numactl --localalloc --physcpubind=3
bind4            = numactl --localalloc --physcpubind=4
bind5            = numactl --localalloc --physcpubind=5
bind6            = numactl --localalloc --physcpubind=6
bind7            = numactl --localalloc --physcpubind=7
bind8            = numactl --localalloc --physcpubind=8
bind9            = numactl --localalloc --physcpubind=9
bind10            = numactl --localalloc --physcpubind=10
bind11            = numactl --localalloc --physcpubind=11
bind12            = numactl --localalloc --physcpubind=12
bind13            = numactl --localalloc --physcpubind=13
bind14            = numactl --localalloc --physcpubind=14
bind15            = numactl --localalloc --physcpubind=15
bind16            = numactl --localalloc --physcpubind=16
bind17            = numactl --localalloc --physcpubind=17
bind18            = numactl --localalloc --physcpubind=18
bind19            = numactl --localalloc --physcpubind=19
bind20            = numactl --localalloc --physcpubind=20
bind21            = numactl --localalloc --physcpubind=21
bind22            = numactl --localalloc --physcpubind=22
bind23            = numactl --localalloc --physcpubind=23
bind24            = numactl --localalloc --physcpubind=24
bind25            = numactl --localalloc --physcpubind=25
bind26            = numactl --localalloc --physcpubind=26
bind27            = numactl --localalloc --physcpubind=27
bind28            = numactl --localalloc --physcpubind=28
bind29            = numactl --localalloc --physcpubind=29
bind30            = numactl --localalloc --physcpubind=30
bind31            = numactl --localalloc --physcpubind=31
bind32            = numactl --localalloc --physcpubind=32
bind33            = numactl --localalloc --physcpubind=33
bind34            = numactl --localalloc --physcpubind=34
bind35            = numactl --localalloc --physcpubind=35
bind36            = numactl --localalloc --physcpubind=36
bind37            = numactl --localalloc --physcpubind=37
bind38            = numactl --localalloc --physcpubind=38
bind39            = numactl --localalloc --physcpubind=39
bind40            = numactl --localalloc --physcpubind=40
bind41            = numactl --localalloc --physcpubind=41
bind42            = numactl --localalloc --physcpubind=42
bind43            = numactl --localalloc --physcpubind=43
bind44            = numactl --localalloc --physcpubind=44
bind45            = numactl --localalloc --physcpubind=45
bind46            = numactl --localalloc --physcpubind=46
bind47            = numactl --localalloc --physcpubind=47
bind48            = numactl --localalloc --physcpubind=48
bind49            = numactl --localalloc --physcpubind=49
bind50            = numactl --localalloc --physcpubind=50
bind51            = numactl --localalloc --physcpubind=51
bind52            = numactl --localalloc --physcpubind=52
bind53            = numactl --localalloc --physcpubind=53
bind54            = numactl --localalloc --physcpubind=54
bind55            = numactl --localalloc --physcpubind=55
bind56            = numactl --localalloc --physcpubind=56
bind57            = numactl --localalloc --physcpubind=57
bind58            = numactl --localalloc --physcpubind=58
bind59            = numactl --localalloc --physcpubind=59
bind60            = numactl --localalloc --physcpubind=60
bind61            = numactl --localalloc --physcpubind=61
bind62            = numactl --localalloc --physcpubind=62
bind63            = numactl --localalloc --physcpubind=63
bind64            = numactl --localalloc --physcpubind=64
bind65            = numactl --localalloc --physcpubind=65
bind66            = numactl --localalloc --physcpubind=66
bind67            = numactl --localalloc --physcpubind=67
bind68            = numactl --localalloc --physcpubind=68
bind69            = numactl --localalloc --physcpubind=69
bind70            = numactl --localalloc --physcpubind=70
bind71            = numactl --localalloc --physcpubind=71
bind72            = numactl --localalloc --physcpubind=72
bind73            = numactl --localalloc --physcpubind=73
bind74            = numactl --localalloc --physcpubind=74
bind75            = numactl --localalloc --physcpubind=75
bind76            = numactl --localalloc --physcpubind=76
bind77            = numactl --localalloc --physcpubind=77
bind78            = numactl --localalloc --physcpubind=78
bind79            = numactl --localalloc --physcpubind=79
bind80            = numactl --localalloc --physcpubind=80
bind81            = numactl --localalloc --physcpubind=81
bind82            = numactl --localalloc --physcpubind=82
bind83            = numactl --localalloc --physcpubind=83
bind84            = numactl --localalloc --physcpubind=84
bind85            = numactl --localalloc --physcpubind=85
bind86            = numactl --localalloc --physcpubind=86
bind87            = numactl --localalloc --physcpubind=87
bind88            = numactl --localalloc --physcpubind=88
bind89            = numactl --localalloc --physcpubind=89
bind90            = numactl --localalloc --physcpubind=90
bind91            = numactl --localalloc --physcpubind=91
bind92            = numactl --localalloc --physcpubind=92
bind93            = numactl --localalloc --physcpubind=93
bind94            = numactl --localalloc --physcpubind=94
bind95            = numactl --localalloc --physcpubind=95
bind96            = numactl --localalloc --physcpubind=96
bind97            = numactl --localalloc --physcpubind=97
bind98            = numactl --localalloc --physcpubind=98
bind99            = numactl --localalloc --physcpubind=99
bind100            = numactl --localalloc --physcpubind=100
bind101            = numactl --localalloc --physcpubind=101
bind102            = numactl --localalloc --physcpubind=102
bind103            = numactl --localalloc --physcpubind=103
bind104            = numactl --localalloc --physcpubind=104
bind105            = numactl --localalloc --physcpubind=105
bind106            = numactl --localalloc --physcpubind=106
bind107            = numactl --localalloc --physcpubind=107
bind108            = numactl --localalloc --physcpubind=108
bind109            = numactl --localalloc --physcpubind=109
bind110            = numactl --localalloc --physcpubind=110
bind111            = numactl --localalloc --physcpubind=111
bind112            = numactl --localalloc --physcpubind=112
bind113            = numactl --localalloc --physcpubind=113
bind114            = numactl --localalloc --physcpubind=114
bind115            = numactl --localalloc --physcpubind=115
bind116            = numactl --localalloc --physcpubind=116
bind117            = numactl --localalloc --physcpubind=117
bind118            = numactl --localalloc --physcpubind=118
bind119            = numactl --localalloc --physcpubind=119
bind120            = numactl --localalloc --physcpubind=120
bind121            = numactl --localalloc --physcpubind=121
bind122            = numactl --localalloc --physcpubind=122
bind123            = numactl --localalloc --physcpubind=123
bind124            = numactl --localalloc --physcpubind=124
bind125            = numactl --localalloc --physcpubind=125
bind126            = numactl --localalloc --physcpubind=126
bind127            = numactl --localalloc --physcpubind=127
bind128            = numactl --localalloc --physcpubind=128
bind129            = numactl --localalloc --physcpubind=129
bind130            = numactl --localalloc --physcpubind=130
bind131            = numactl --localalloc --physcpubind=131
bind132            = numactl --localalloc --physcpubind=132
bind133            = numactl --localalloc --physcpubind=133
bind134            = numactl --localalloc --physcpubind=134
bind135            = numactl --localalloc --physcpubind=135
bind136            = numactl --localalloc --physcpubind=136
bind137            = numactl --localalloc --physcpubind=137
bind138            = numactl --localalloc --physcpubind=138
bind139            = numactl --localalloc --physcpubind=139
bind140            = numactl --localalloc --physcpubind=140
bind141            = numactl --localalloc --physcpubind=141
bind142            = numactl --localalloc --physcpubind=142
bind143            = numactl --localalloc --physcpubind=143
bind144            = numactl --localalloc --physcpubind=144
bind145            = numactl --localalloc --physcpubind=145
bind146            = numactl --localalloc --physcpubind=146
bind147            = numactl --localalloc --physcpubind=147
bind148            = numactl --localalloc --physcpubind=148
bind149            = numactl --localalloc --physcpubind=149
bind150            = numactl --localalloc --physcpubind=150
bind151            = numactl --localalloc --physcpubind=151
bind152            = numactl --localalloc --physcpubind=152
bind153            = numactl --localalloc --physcpubind=153
bind154            = numactl --localalloc --physcpubind=154
bind155            = numactl --localalloc --physcpubind=155
bind156            = numactl --localalloc --physcpubind=156
bind157            = numactl --localalloc --physcpubind=157
bind158            = numactl --localalloc --physcpubind=158
bind159            = numactl --localalloc --physcpubind=159
bind160            = numactl --localalloc --physcpubind=160
bind161            = numactl --localalloc --physcpubind=161
bind162            = numactl --localalloc --physcpubind=162
bind163            = numactl --localalloc --physcpubind=163
bind164            = numactl --localalloc --physcpubind=164
bind165            = numactl --localalloc --physcpubind=165
bind166            = numactl --localalloc --physcpubind=166
bind167            = numactl --localalloc --physcpubind=167
bind168            = numactl --localalloc --physcpubind=168
bind169            = numactl --localalloc --physcpubind=169
bind170            = numactl --localalloc --physcpubind=170
bind171            = numactl --localalloc --physcpubind=171
bind172            = numactl --localalloc --physcpubind=172
bind173            = numactl --localalloc --physcpubind=173
bind174            = numactl --localalloc --physcpubind=174
bind175            = numactl --localalloc --physcpubind=175
bind176            = numactl --localalloc --physcpubind=176
bind177            = numactl --localalloc --physcpubind=177
bind178            = numactl --localalloc --physcpubind=178
bind179            = numactl --localalloc --physcpubind=179
bind180            = numactl --localalloc --physcpubind=180
bind181            = numactl --localalloc --physcpubind=181
bind182            = numactl --localalloc --physcpubind=182
bind183            = numactl --localalloc --physcpubind=183
bind184            = numactl --localalloc --physcpubind=184
bind185            = numactl --localalloc --physcpubind=185
bind186            = numactl --localalloc --physcpubind=186
bind187            = numactl --localalloc --physcpubind=187
bind188            = numactl --localalloc --physcpubind=188
bind189            = numactl --localalloc --physcpubind=189
bind190            = numactl --localalloc --physcpubind=190
bind191            = numactl --localalloc --physcpubind=191
submit = echo "$command" > run.sh ; $BIND bash run.sh
################################################################################
################################################################################
# peak copy counts: 48
503.bwaves_r=peak:
copies                  = 48
# Bind commands for assigning affinity:
bind0            = numactl --localalloc --physcpubind=0
bind1            = numactl --localalloc --physcpubind=4
bind2            = numactl --localalloc --physcpubind=8
bind3            = numactl --localalloc --physcpubind=12
bind4            = numactl --localalloc --physcpubind=16
bind5            = numactl --localalloc --physcpubind=20
bind6            = numactl --localalloc --physcpubind=24
bind7            = numactl --localalloc --physcpubind=28
bind8            = numactl --localalloc --physcpubind=32
bind9            = numactl --localalloc --physcpubind=36
bind10            = numactl --localalloc --physcpubind=40
bind11            = numactl --localalloc --physcpubind=44
bind12            = numactl --localalloc --physcpubind=48
bind13            = numactl --localalloc --physcpubind=52
bind14            = numactl --localalloc --physcpubind=56
bind15            = numactl --localalloc --physcpubind=60
bind16            = numactl --localalloc --physcpubind=64
bind17            = numactl --localalloc --physcpubind=68
bind18            = numactl --localalloc --physcpubind=72
bind19            = numactl --localalloc --physcpubind=76
bind20            = numactl --localalloc --physcpubind=80
bind21            = numactl --localalloc --physcpubind=84
bind22            = numactl --localalloc --physcpubind=88
bind23            = numactl --localalloc --physcpubind=92
bind24            = numactl --localalloc --physcpubind=96
bind25            = numactl --localalloc --physcpubind=100
bind26            = numactl --localalloc --physcpubind=104
bind27            = numactl --localalloc --physcpubind=108
bind28            = numactl --localalloc --physcpubind=112
bind29            = numactl --localalloc --physcpubind=116
bind30            = numactl --localalloc --physcpubind=120
bind31            = numactl --localalloc --physcpubind=124
bind32            = numactl --localalloc --physcpubind=128
bind33            = numactl --localalloc --physcpubind=132
bind34            = numactl --localalloc --physcpubind=136
bind35            = numactl --localalloc --physcpubind=140
bind36            = numactl --localalloc --physcpubind=144
bind37            = numactl --localalloc --physcpubind=148
bind38            = numactl --localalloc --physcpubind=152
bind39            = numactl --localalloc --physcpubind=156
bind40            = numactl --localalloc --physcpubind=160
bind41            = numactl --localalloc --physcpubind=164
bind42            = numactl --localalloc --physcpubind=168
bind43            = numactl --localalloc --physcpubind=172
bind44            = numactl --localalloc --physcpubind=176
bind45            = numactl --localalloc --physcpubind=180
bind46            = numactl --localalloc --physcpubind=184
bind47            = numactl --localalloc --physcpubind=188
submit = echo "$command" > run.sh ; $BIND bash run.sh
################################################################################
# Switch back to the default block after the include file:

default:
################################################################################
################################################################################

################################################################################
################################################################################
# The remainder of this file defines CPU2017 report parameters.
################################################################################
################################################################################
################################################################################
# SPEC CPU 2017 report header
################################################################################
license_num              =9019
tester                   =Cisco Systems
test_sponsor             =Cisco Systems
hw_vendor                =Cisco Systems
hw_model000              =Cisco UCS C245 M8 (AMD EPYC 9654 96-Core
hw_model001              =Processor)
#--------- If you install new compilers, edit this section --------------------
sw_compiler              =C/C++/Fortran: Version 4.0.0 of AOCC
################################################################################

################################################################################
# Hardware, firmware and software information
################################################################################
hw_avail                 =Jun-2024
sw_avail                 =Feb-2024
hw_cpu_name              =AMD EPYC 9654
hw_cpu_nominal_mhz       =2400
hw_cpu_max_mhz           =3700
hw_ncores                =192
hw_nthreadspercore       =2
hw_ncpuorder             =1,2 chips

hw_other                 =CPU Cooling: Air
fw_bios                  =Version 4.3.4.284 released Apr-2024
sw_base_ptrsize          =64-bit
hw_pcache                =32 KB I + 32 KB D on chip per core
hw_scache                =1 MB I+D on chip per core
hw_tcache000             =384 MB I+D on chip per chip, 32 MB shared / 8
hw_tcache001 = cores
hw_ocache                =None
sw_other                 =None

################################################################################
# Notes
################################################################################



# Enter notes_000 through notes_100 here.
notes_000                =Binaries were compiled on a system with 2x AMD EPYC 9174F CPU + 1.5TiB Memory using RHEL 8.6


notes_005                =
notes_010                =NA: The test sponsor attests, as of date of publication, that CVE-2017-5754 (Meltdown)
notes_015                =is mitigated in the system as tested and documented.
notes_020                =Yes: The test sponsor attests, as of date of publication, that CVE-2017-5753 (Spectre variant 1)
notes_025                =is mitigated in the system as tested and documented.
notes_030                =Yes: The test sponsor attests, as of date of publication, that CVE-2017-5715 (Spectre variant 2)
notes_035                =is mitigated in the system as tested and documented.
notes_040                =


notes_submit_000         ='numactl' was used to bind copies to the cores.
notes_submit_005         =See the configuration file for details.
notes_submit_010         =


notes_os_000             ='ulimit -s unlimited' was used to set environment stack size limit
notes_os_005             ='ulimit -l 2097152' was used to set environment locked pages in memory limit
notes_os_010             =
notes_os_015             =runcpu command invoked through numactl i.e.:
notes_os_020             =numactl --interleave=all runcpu <etc>
notes_os_025             =
notes_os_030             =To limit dirty cache to 8% of memory, 'sysctl -w vm.dirty_ratio=8' run as root.
notes_os_035             =To limit swap usage to minimum necessary, 'sysctl -w vm.swappiness=1' run as root.
notes_os_040             =To free node-local memory and avoid remote memory usage,
notes_os_045             ='sysctl -w vm.zone_reclaim_mode=1' run as root.
notes_os_050             =To clear filesystem caches, 'sync; sysctl -w vm.drop_caches=3' run as root.
notes_os_055             =To disable address space layout randomization (ASLR) to reduce run-to-run
notes_os_060             =variability, 'sysctl -w kernel.randomize_va_space=0' run as root.
notes_os_065             =


notes_comp_000           =The AMD64 AOCC Compiler Suite is available at
notes_comp_005           =http://developer.amd.com/amd-aocc/
notes_comp_010           =
# notes_jemalloc_000       =jemalloc: configured and built with GCC v4.8.2 in RHEL 7.4 (No options specified)
# notes_jemalloc_005       =jemalloc 5.1.0 is available here:
# notes_jemalloc_010       =https://github.com/jemalloc/jemalloc/releases/download/5.1.0/jemalloc-5.1.0.tar.bz2
# notes_jemalloc_015       =
# sw_other000              =jemalloc: jemalloc memory allocator library v5.1.0

################################################################################
# The following note fields describe platorm settings.
################################################################################

# example: (edit and uncomment as necessary)
# notes_plat_000 =BIOS settings:
# notes_plat_002 = TDP: 400
# notes_plat_004 = Determinism Slider set to Power
# notes_plat_006 = PPT: 400
# notes_plat_010 = NPS: 4
# notes_plat_011 = Workload Profile = CPU Intensive
# notes_plat_012 = TSME = Disabled
# notes_plat_014 = SEV Control = Disabled
# notes_plat_015 = Fan Speed: Maximum


################################################################################
# The following are custom fields:
################################################################################

# Use custom_fields to enter lines that are not listed here. For example:
# notes_plat_100         = Energy Bias set to Max Performance
# new_field              = Ambient temperature set to 10C


################################################################################
# The following fields must be set here for only Int benchmarks.
################################################################################
intrate:

sw_peak_ptrsize          =32/64-bit

notes_os_thp_000         =To enable Transparent Hugepages (THP) only on request for base runs,
notes_os_thp_005         ='echo madvise > /sys/kernel/mm/transparent_hugepage/enabled' run as root.
notes_os_thp_010         =To enable THP for all allocations for peak runs,
notes_os_thp_015         ='echo always > /sys/kernel/mm/transparent_hugepage/enabled' and
notes_os_thp_020         ='echo always > /sys/kernel/mm/transparent_hugepage/defrag' run as root.
notes_os_thp_025         =


################################################################################
# The following fields must be set here for FP benchmarks.
################################################################################
fprate:

sw_peak_ptrsize          =64-bit

notes_os_thp_000         =To enable Transparent Hugepages (THP) for all allocations,
notes_os_thp_001         ='echo always > /sys/kernel/mm/transparent_hugepage/enabled' and
notes_os_thp_002         ='echo always > /sys/kernel/mm/transparent_hugepage/defrag' run as root.
notes_os_thp_003         =


################################################################################
# The following fields must be set here or they will be overwritten by sysinfo.
################################################################################

intrate,fprate:
hw_disk                  =1 x 1.6 TB NVME SSD
hw_memory000             =1536 GB (24 x 64 GB 2Rx4 PC5-5600B-R,
hw_memory001 = running at 4800)
hw_memory002             =

hw_nchips                =2
prepared_by              =Cisco Systems
sw_file                  =xfs
sw_os000                 =SUSE Linux Enterprise Server 15 SP5
sw_os001                 =kernel version                              # ex: Kernel 4.4.0-87-generic
sw_state                 =Run level 3 (multi-user)

################################################################################
# End of inc file
################################################################################
# Switch back to the default block after the include file:

default:

# ---- End inclusion of '/home/cpu2017/config/amd_rate_aocc400_znver4_A1.inc'
  # Switch back to default block after the include file:
default:
  fail_build             = 0 # FIX THIS SO THAT CHECKSUMS WILL BE ENFORCED!
%elif '%{allow_build}' eq 'true'
  # If you intend to rebuild, be sure to set the library paths either in the
  # build script or here:
  preENV_LIBRARY_PATH   = $[top]/%{build_lib_dir}/lib:$[top]/%{build_lib_dir}/lib32:%{ENV_LIBRARY_PATH}
% define build_ncpus 64    # controls number of simultaneous compiles
  fail_build             = 0
  makeflags              = --jobs=%{build_ncpus} --load-average=%{build_ncpus}
%else
% error The value of "allow_build" is %{allow_build}, but it can only be "true" or "false". This error was generated
%endif


################################################################################
# Enable automated data collection per benchmark
################################################################################
# Data collection is not enabled for reportable runs.

# teeout is necessary to get data collection stdout into the logs. Best
# practices for the individual data collection items would be to have
# them store important output in separate files.  Filenames could be
# constructed from $SPEC (environment), $lognum (result number from runcpu),
# and benchmark name/number.
teeout = yes

# Run runcpu with '-v 35' (or greater) to log lists of variables which can
# be used in substitutions as below.
# For CPU2006, change $label to $ext
%define data-collection-parameters benchname='$name' benchnum='$num' benchmark='$benchmark' iteration=$iter size='$size' tune='$tune' label='$label' log='$log' lognum='$lognum' from_runcpu='$from_runcpu'
%define data-collection-start $[top]/data-collection/data-collection start %{data-collection-parameters}
%define data-collection-stop  $[top]/data-collection/data-collection stop %{data-collection-parameters}
monitor_specrun_wrapper = %{data-collection-start} ; $command ; %{data-collection-stop}


################################################################################
# Header settings
################################################################################
backup_config            = 0 # set to 0 if you do not want backup files
bench_post_setup         = sync
# command_add_redirect: If set, the generated ${command} will include
# redirection operators (stdout, stderr), which are passed along to the shell
# that executes the command. If this variable is not set, specinvoke does the
# redirection.
command_add_redirect     = yes
env_vars                 = yes
flagsurl000              = http://www.spec.org/cpu2017/flags/aocc400-flags.xml
flagsurl001 = http://www.spec.org/cpu2017/flags/Cisco-Platform-Settings-AMD-v3-revA.xml
#flagsurl02              = $[top]/%{platform_file_name}
# label: User defined extension string that tags your binaries & directories:
label                    = %{ext}
line_width               = 1020
log_line_width           = 1020
mean_anyway              = yes
output_format            = all
reportable               = yes
size                     = test,train,ref
teeout                   = yes
teerunout                = yes
tune                     = base,peak

################################################################################
# Include the flags file:
################################################################################

#include: %{flags_inc_file_name}
#  ----- Begin inclusion of 'amd_rate_aocc400_znver4_A1_flags.inc'
############################################################################
################################################################################
# AMD AOCC 4.0.0 SPEC CPU2017 V1.1.9 Rate Configuration Flags for AMD64 Linux
################################################################################
# Compilers
################################################################################

default:

CC                       = clang -m64
CXX                      = clang++ -m64
FC                       = flang -m64
CLD                      = clang -m64
CXXLD                    = clang++ -m64
FLD                      = flang -m64
CC_VERSION_OPTION        = --version
CXX_VERSION_OPTION       = --version
FC_VERSION_OPTION        = --version


################################################################################
# Portability Flags
################################################################################
default:
# data model applies to all benchmarks
EXTRA_PORTABILITY        = -DSPEC_LP64

# *** Benchmark-specific portability ***
# Anything other than the data model is only allowed where a need is proven.
# (ordered by last 2 digits of benchmark number)

500.perlbench_r:  #lang='C'
PORTABILITY              = -DSPEC_LINUX_X64

521.wrf_r:  #lang='F,C'
CPORTABILITY             = -DSPEC_CASE_FLAG
FPORTABILITY             = -Mbyteswapio

523.xalancbmk_r:  #lang='CXX'
PORTABILITY              = -DSPEC_LINUX

526.blender_r:  #lang='CXX,C'
CPORTABILITY             = -funsigned-char

527.cam4_r:  #lang='F,C'
PORTABILITY              = -DSPEC_CASE_FLAG


################################################################################
# Default libraries and variables
################################################################################

default:
# Libraries:
EXTRA_LIBS               = -lamdalloc -lamdlibm -lm
MATHLIBOPT               = #clearing this variable or else SPEC will set it to -lm
VECMATHLIB               = -fveclib=AMDLIBM
# Variables:
OPT_ROOT                 = -march=znver4 $(VECMATHLIB) -ffast-math
OPT_ROOT_BASE            = -O3 $(OPT_ROOT)
OPT_ROOT_PEAK            = -Ofast $(OPT_ROOT) -flto #Ofast enables -ffast-math


###############################################################################
# AOCC 4.0.0 workarounds that do not count as PORTABILITY
################################################################################
# The workarounds in this section would not qualify under the SPEC CPU
# PORTABILITY rule.
#   - In peak, they can be set as needed for individual benchmarks.
#   - In base, individual settings are not allowed; set for whole suite.
# Use EXTRA_CFLAGS, EXTRA_CXXFLAGS, and EXTRA_FFLAGS for them.
#
# See:
#     https://www.spec.org/cpu2017/Docs/runrules.html#portability
#     https://www.spec.org/cpu2017/Docs/runrules.html#BaseFlags

#######################
# Default workarounds #
#######################

default:
# Allow unused compile/link arguments without triggering warnings during build:
EXTRA_CFLAGS             = -Wno-unused-command-line-argument
EXTRA_CXXFLAGS           = -Wno-unused-command-line-argument
EXTRA_FFLAGS             = -Wno-unused-command-line-argument
LDOPTIONS                = -Wno-unused-command-line-argument

####################
# Base workarounds #
####################
#
# *** NONE ***
#

##############################
# Integer workarounds - base #
##############################
#
intrate=base:
# The following is necessary for 502/602 gcc:
EXTRA_LDFLAGS            = -z muldefs

#########################
# FP workarounds - base #
#########################
#
# *** NONE ***
#

####################
# Peak workarounds #
####################
#
# *** NONE ***
#

##############################
# Integer workarounds - peak #
##############################

502.gcc_r=peak:  #lang='C'
EXTRA_CFLAGS             = -Wno-unused-command-line-argument \
                           -fgnu89-inline
EXTRA_LDFLAGS            = -z muldefs

#####################################
# Floating Point workarounds - peak #
#####################################
#
# *** NONE ***
#


################################################################################
# Tuning Flags
################################################################################

#####################
# Base tuning flags #
#####################

default=base:

COPTIMIZE                = $(OPT_ROOT_BASE) \
                           -flto \
                           -fstruct-layout=7 \
                           -mllvm -unroll-threshold=50 \
                           -mllvm -inline-threshold=1000 \
                           -fremap-arrays \
                           -fstrip-mining \
                           -mllvm -reduce-array-computations=3 \
                           -zopt

CXXOPTIMIZE              = $(OPT_ROOT_BASE) \
                           -flto \
                           -mllvm -unroll-threshold=100\
                           -finline-aggressive \
                           -mllvm -loop-unswitch-threshold=200000 \
                           -mllvm -reduce-array-computations=3 \
                           -zopt

FOPTIMIZE                = $(OPT_ROOT_BASE) \
                           -flto \
                           -Kieee \
                           -Mrecursive \
                           -funroll-loops \
                           -mllvm -lsr-in-nested-loop \
                           -mllvm -reduce-array-computations=3 \
                           -fepilog-vectorization-of-inductions \
                           -zopt


LDCXXFLAGS               = -Wl,-mllvm -Wl,-x86-use-vzeroupper=false

LDCFLAGS                 = -Wl,-mllvm -Wl,-ldist-scalar-expand \
                           -fenable-aggressive-gather

LDFLAGS                  = -flto \
                           -Wl,-mllvm -Wl,-align-all-nofallthru-blocks=6 \
                           -Wl,-mllvm -Wl,-reduce-array-computations=3

LDFFLAGS                 = -Wl,-mllvm -Wl,-enable-X86-prefetching

# Libraries:
EXTRA_LIBS               = -lamdlibm -lm -lamdalloc -lflang
EXTRA_FLIBS              =

# Don't put the AMD and mvec math libraries in MATH_LIBS because it will trigger a reporting issue
# because GCC won't use them. Forcefeed all benchmarks the math libraries in EXTRA_LIBS and clear
# out MATH_LIBS.
MATH_LIBS               =


########################
# intrate tuning flags #
########################

intrate:

FOPTIMIZE                = $(OPT_ROOT_BASE) \
                           -flto \
                           -fepilog-vectorization-of-inductions \
                           -mllvm -optimize-strided-mem-cost \
                           -floop-transform \
                           -mllvm -unroll-aggressive \
                           -mllvm -unroll-threshold=500

EXTRA_CXXOPTIMIZE        = -fvirtual-function-elimination \
                           -fvisibility=hidden


# LDCXXFLAGS is left empty as intrate CPP bmks have to use VZEROUPPER
# instruction which is the default.
LDCXXFLAGS               =

LDFFLAGS                 = -Wl,-mllvm -Wl,-inline-recursion=4 \
                           -Wl,-mllvm -Wl,-lsr-in-nested-loop \
                           -Wl,-mllvm -Wl,-enable-iv-split

# Libraries:

EXTRA_LIBS               = -lamdlibm -lm  -lflang
EXTRA_CLIBS              = -lamdalloc
EXTRA_CXXLIBS            = -lamdalloc-ext
EXTRA_FLIBS              = -lamdalloc

#####################
# Peak tuning flags #
#####################

default=peak:

COPTIMIZE                = $(OPT_ROOT_PEAK) \
                           -fstruct-layout=7 \
                           -mllvm -unroll-threshold=50 -fremap-arrays \
                           -fstrip-mining \
                           -mllvm -inline-threshold=1000 \
                           -mllvm -reduce-array-computations=3 \
                           -zopt

CXXOPTIMIZE              = $(OPT_ROOT_PEAK) \
                           -finline-aggressive \
                           -mllvm -unroll-threshold=100 \
                           -mllvm -reduce-array-computations=3 \
                           -zopt

FOPTIMIZE                = $(OPT_ROOT_PEAK) \
                           -Mrecursive \
                           -mllvm -reduce-array-computations=3 \
                           -fepilog-vectorization-of-inductions \
                           -zopt

LDFFLAGS                 = -Wl,-mllvm -Wl,-enable-X86-prefetching

LDFLAGS                  = -flto \
                           -Wl,-mllvm -Wl,-align-all-nofallthru-blocks=6 \
                           -Wl,-mllvm -Wl,-reduce-array-computations=3

LDCXXFLAGS               = -Wl,-mllvm -Wl,-x86-use-vzeroupper=false

feedback                 = 0
PASS1_CFLAGS             = -fprofile-instr-generate
PASS2_CFLAGS             = -fprofile-instr-use
PASS1_FFLAGS             = -fprofile-generate
PASS2_FFLAGS             = -fprofile-use
PASS1_CXXFLAGS           = -fprofile-instr-generate
PASS2_CXXFLAGS           = -fprofile-instr-use
PASS1_LDFLAGS            = -fprofile-instr-generate
PASS2_LDFLAGS            = -fprofile-instr-use
fdo_run1                 = $command ; llvm-profdata merge --output=default.profdata *.profraw

# Libraries:

EXTRA_LIBS               = -lamdlibm -lm -lamdalloc
EXTRA_FLIBS              = -lflang

# Benchmark specific peak tuning flags:

500.perlbench_r=peak:  #lang='C'
COPTIMIZE                = $(OPT_ROOT_PEAK) \
                           -fstruct-layout=7 \
                           -mllvm -unroll-threshold=50 \
                           -fremap-arrays \
                           -mllvm -inline-threshold=1000 \
                           -mllvm -reduce-array-computations=3 \
                           -faggressive-loop-transform \
                           -fvector-transform \
                           -fscalar-transform
feedback                 = 1

502.gcc_r=peak:  #lang='C'
EXTRA_PORTABILITY        = -D_FILE_OFFSET_BITS=64
CC                       = clang -m32
CLD                      = clang -m32 -L/usr/lib32
EXTRA_LIBS               = -L$[AMDALLOC_LIB32_PATH] -lamdalloc
MATHLIBOPT               = -lm
LDFLAGS                  = -flto

507.cactuBSSN_r=peak:
CXXOPTIMIZE              = $(OPT_ROOT_PEAK) \
                           -mllvm -unroll-threshold=100 \
                           -mllvm -loop-unswitch-threshold=200000 \
                           -finline-aggressive \
                           -mllvm -reduce-array-computations=3 \
                           -faggressive-loop-transform \
                           -fvector-transform \
                           -fscalar-transform

EXTRA_LIBS               += $(EXTRA_FLIBS) #adding flang libs to cxx linker

510.parest_r=peak:
LDFLAGS                  = -flto \
                           -Wl,-mllvm -Wl,-suppress-fmas

511.povray_r=peak:  #lang='CXX,C'
COPTIMIZE                = $(OPT_ROOT_BASE) \
                           -flto \
                           -fstruct-layout=7 \
                           -mllvm -unroll-threshold=50 \
                           -mllvm -inline-threshold=1000 \
                           -fremap-arrays \
                           -mllvm -reduce-array-computations=3 \
                           -zopt

CXXOPTIMIZE              = $(OPT_ROOT_BASE) \
                           -flto \
                           -mllvm -unroll-threshold=100\
                           -finline-aggressive \
                           -mllvm -loop-unswitch-threshold=200000 \
                           -mllvm -reduce-array-computations=3 \
                           -zopt

LDCXXFLAGS               = -Wl,-mllvm -Wl,-x86-use-vzeroupper=false

LDCFLAGS                 = -Wl,-mllvm -Wl,-ldist-scalar-expand \
                           -fenable-aggressive-gather

EXTRA_LIBS               = -lamdlibm -lm -lamdalloc

520.omnetpp_r=peak:  #lang='CXX`
EXTRA_LIBS               = -lamdlibm -lm -lamdalloc-ext

523.xalancbmk_r=peak:  #lang='CXX`
CXX                      = clang++ -m32
CXXLD                    = clang++ -m32 -L/usr/lib32
EXTRA_CXXOPTIMIZE        = -mllvm -do-block-reorder=aggressive \
                           -fvirtual-function-elimination \
                           -fvisibility=hidden
LDCXXFLAGS               = -Wl,-mllvm -Wl,-do-block-reorder=aggressive \
                           -fno-loop-reroll
EXTRA_LIBS               = -L$[AMDALLOC_LIB32_PATH] -lamdalloc-ext
ENV_MALLOC_CONF          = thp:never

525.x264_r=peak:  #lang='C'
basepeak                 = yes

527.cam4_r=peak:
COPTIMIZE                = $(OPT_ROOT_BASE) \
                           -flto \
                           -fstruct-layout=7 \
                           -mllvm -unroll-threshold=50 \
                           -mllvm -inline-threshold=1000 \
                           -fremap-arrays \
                           -mllvm -reduce-array-computations=3 \
                           -zopt

FOPTIMIZE                = $(OPT_ROOT_BASE) \
                           -Kieee \
                           -Mrecursive \
                           -funroll-loops \
                           -mllvm -lsr-in-nested-loop \
                           -mllvm -reduce-array-computations=3 \
                           -fepilog-vectorization-of-inductions \
                           -zopt

LDCFLAGS                 = -Wl,-mllvm -Wl,-ldist-scalar-expand \
                           -fenable-aggressive-gather

LDFFLAGS                 = -Wl,-mllvm -Wl,-enable-X86-prefetching


531.deepsjeng_r=peak:  #lang='CXX'
CXXOPTIMIZE              = $(OPT_ROOT_BASE) \
                           -flto \
                           -mllvm -unroll-threshold=100\
                           -finline-aggressive \
                           -mllvm -loop-unswitch-threshold=200000 \
                           -mllvm -reduce-array-computations=3 \
                           -zopt

EXTRA_CXXOPTIMIZE        = -fvirtual-function-elimination \
                           -fvisibility=hidden

LDCXXFLAGS               =

EXTRA_LIBS               = -lamdlibm -lm
EXTRA_CXXLIBS            = -lamdalloc-ext


544.nab_r=peak:
LDFLAGS                  = -flto \
                           -Wl,-mllvm -Wl,-ldist-scalar-expand \
                           -fenable-aggressive-gather

549.fotonik3d_r=peak:
FOPTIMIZE                = $(OPT_ROOT_PEAK) \
                           -Kieee \
                           -Mrecursive \
                           -mllvm -reduce-array-computations=3 \
                           -fepilog-vectorization-of-inductions \
                           -fvector-transform \
                           -fscalar-transform

# ---- End inclusion of '/home/cpu2017/config/amd_rate_aocc400_znver4_A1_flags.inc'


# The following settings were obtained by running the sysinfo_program
# 'specperl $[top]/bin/sysinfo' (sysinfo:SHA:2eb381fc1a58eb8122e4a1b875c1e38b3489dac84088192aa0ec6d157b084d06)
default:
notes_plat_sysinfo_000 =
notes_plat_sysinfo_005 = Sysinfo program /home/cpu2017/bin/sysinfo
notes_plat_sysinfo_010 = Rev: r6732 of 2022-11-07 fe91c89b7ed5c36ae2c92cc097bec197
notes_plat_sysinfo_015 = running on localhost Thu Jun  6 16:00:17 2024
notes_plat_sysinfo_020 =
notes_plat_sysinfo_025 = SUT (System Under Test) info as seen by some common utilities.
notes_plat_sysinfo_030 =
notes_plat_sysinfo_035 = ------------------------------------------------------------
notes_plat_sysinfo_040 = Table of contents
notes_plat_sysinfo_045 = ------------------------------------------------------------
notes_plat_sysinfo_050 =  1. uname -a
notes_plat_sysinfo_055 =  2. w
notes_plat_sysinfo_060 =  3. Username
notes_plat_sysinfo_065 =  4. ulimit -a
notes_plat_sysinfo_070 =  5. sysinfo process ancestry
notes_plat_sysinfo_075 =  6. /proc/cpuinfo
notes_plat_sysinfo_080 =  7. lscpu
notes_plat_sysinfo_085 =  8. numactl --hardware
notes_plat_sysinfo_090 =  9. /proc/meminfo
notes_plat_sysinfo_095 = 10. who -r
notes_plat_sysinfo_100 = 11. Systemd service manager version: systemd 249 (249.16+suse.171.gdad0071f15)
notes_plat_sysinfo_105 = 12. Services, from systemctl list-unit-files
notes_plat_sysinfo_110 = 13. Linux kernel boot-time arguments, from /proc/cmdline
notes_plat_sysinfo_115 = 14. cpupower frequency-info
notes_plat_sysinfo_120 = 15. sysctl
notes_plat_sysinfo_125 = 16. /sys/kernel/mm/transparent_hugepage
notes_plat_sysinfo_130 = 17. /sys/kernel/mm/transparent_hugepage/khugepaged
notes_plat_sysinfo_135 = 18. OS release
notes_plat_sysinfo_140 = 19. Disk information
notes_plat_sysinfo_145 = 20. /sys/devices/virtual/dmi/id
notes_plat_sysinfo_150 = 21. dmidecode
notes_plat_sysinfo_155 = 22. BIOS
notes_plat_sysinfo_160 = ------------------------------------------------------------
notes_plat_sysinfo_165 =
notes_plat_sysinfo_170 = ------------------------------------------------------------
notes_plat_sysinfo_175 = 1. uname -a
notes_plat_sysinfo_180 =   Linux localhost 5.14.21-150500.53-default #1 SMP PREEMPT_DYNAMIC Wed May 10 07:56:26 UTC 2023 (b630043)
notes_plat_sysinfo_185 =   x86_64 x86_64 x86_64 GNU/Linux
notes_plat_sysinfo_190 =
notes_plat_sysinfo_195 = ------------------------------------------------------------
notes_plat_sysinfo_200 = 2. w
notes_plat_sysinfo_205 =    16:00:17 up  9:39,  1 user,  load average: 0.24, 0.07, 0.02
notes_plat_sysinfo_210 =   USER     TTY      FROM             LOGIN@   IDLE   JCPU   PCPU WHAT
notes_plat_sysinfo_215 =   root     tty1     -                15:57   19.00s  1.40s  0.22s /bin/bash ./amd_rate_aocc400_znver4_A1.sh
notes_plat_sysinfo_220 =
notes_plat_sysinfo_225 = ------------------------------------------------------------
notes_plat_sysinfo_230 = 3. Username
notes_plat_sysinfo_235 =   From environment variable $USER:  root
notes_plat_sysinfo_240 =
notes_plat_sysinfo_245 = ------------------------------------------------------------
notes_plat_sysinfo_250 = 4. ulimit -a
notes_plat_sysinfo_255 =   core file size          (blocks, -c) unlimited
notes_plat_sysinfo_260 =   data seg size           (kbytes, -d) unlimited
notes_plat_sysinfo_265 =   scheduling priority             (-e) 0
notes_plat_sysinfo_270 =   file size               (blocks, -f) unlimited
notes_plat_sysinfo_275 =   pending signals                 (-i) 6190803
notes_plat_sysinfo_280 =   max locked memory       (kbytes, -l) 2097152
notes_plat_sysinfo_285 =   max memory size         (kbytes, -m) unlimited
notes_plat_sysinfo_290 =   open files                      (-n) 1024
notes_plat_sysinfo_295 =   pipe size            (512 bytes, -p) 8
notes_plat_sysinfo_300 =   POSIX message queues     (bytes, -q) 819200
notes_plat_sysinfo_305 =   real-time priority              (-r) 0
notes_plat_sysinfo_310 =   stack size              (kbytes, -s) unlimited
notes_plat_sysinfo_315 =   cpu time               (seconds, -t) unlimited
notes_plat_sysinfo_320 =   max user processes              (-u) 6190803
notes_plat_sysinfo_325 =   virtual memory          (kbytes, -v) unlimited
notes_plat_sysinfo_330 =   file locks                      (-x) unlimited
notes_plat_sysinfo_335 =
notes_plat_sysinfo_340 = ------------------------------------------------------------
notes_plat_sysinfo_345 = 5. sysinfo process ancestry
notes_plat_sysinfo_350 =  /usr/lib/systemd/systemd --switched-root --system --deserialize 30
notes_plat_sysinfo_355 =  login -- root
notes_plat_sysinfo_360 =  -bash
notes_plat_sysinfo_365 =  python3 ./run_amd_rate_aocc400_znver4_A1.py -b intrate
notes_plat_sysinfo_370 =  /bin/bash ./amd_rate_aocc400_znver4_A1.sh
notes_plat_sysinfo_375 =  runcpu --config amd_rate_aocc400_znver4_A1.cfg --tune all --reportable --iterations 3 intrate
notes_plat_sysinfo_380 =  runcpu --configfile amd_rate_aocc400_znver4_A1.cfg --tune all --reportable --iterations 3 --nopower
notes_plat_sysinfo_385 =    --runmode rate --tune base:peak --size test:train:refrate intrate --nopreenv --note-preenv --logfile
notes_plat_sysinfo_390 =    $SPEC/tmp/CPU2017.001/templogs/preenv.intrate.001.0.log --lognum 001.0 --from_runcpu 2
notes_plat_sysinfo_395 =  specperl $SPEC/bin/sysinfo
notes_plat_sysinfo_400 = $SPEC = /home/cpu2017
notes_plat_sysinfo_405 =
notes_plat_sysinfo_410 = ------------------------------------------------------------
notes_plat_sysinfo_415 = 6. /proc/cpuinfo
notes_plat_sysinfo_420 =     model name      : AMD EPYC 9654 96-Core Processor
notes_plat_sysinfo_425 =     vendor_id       : AuthenticAMD
notes_plat_sysinfo_430 =     cpu family      : 25
notes_plat_sysinfo_435 =     model           : 17
notes_plat_sysinfo_440 =     stepping        : 1
notes_plat_sysinfo_445 =     microcode       : 0xa101148
notes_plat_sysinfo_450 =     bugs            : sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass
notes_plat_sysinfo_455 =     TLB size        : 3584 4K pages
notes_plat_sysinfo_460 =     cpu cores       : 96
notes_plat_sysinfo_465 =     siblings        : 192
notes_plat_sysinfo_470 =     2 physical ids (chips)
notes_plat_sysinfo_475 =     384 processors (hardware threads)
notes_plat_sysinfo_480 =     physical id 0: core ids 0-95
notes_plat_sysinfo_485 =     physical id 1: core ids 0-95
notes_plat_sysinfo_490 =     physical id 0: apicids 0-191
notes_plat_sysinfo_495 =     physical id 1: apicids 256-447
notes_plat_sysinfo_500 =   Caution: /proc/cpuinfo data regarding chips, cores, and threads is not necessarily reliable, especially for
notes_plat_sysinfo_505 =   virtualized systems.  Use the above data carefully.
notes_plat_sysinfo_510 =
notes_plat_sysinfo_515 = ------------------------------------------------------------
notes_plat_sysinfo_520 = 7. lscpu
notes_plat_sysinfo_525 =
notes_plat_sysinfo_530 = From lscpu from util-linux 2.37.4:
notes_plat_sysinfo_535 =   Architecture:                    x86_64
notes_plat_sysinfo_540 =   CPU op-mode(s):                  32-bit, 64-bit
notes_plat_sysinfo_545 =   Address sizes:                   52 bits physical, 57 bits virtual
notes_plat_sysinfo_550 =   Byte Order:                      Little Endian
notes_plat_sysinfo_555 =   CPU(s):                          384
notes_plat_sysinfo_560 =   On-line CPU(s) list:             0-383
notes_plat_sysinfo_565 =   Vendor ID:                       AuthenticAMD
notes_plat_sysinfo_570 =   Model name:                      AMD EPYC 9654 96-Core Processor
notes_plat_sysinfo_575 =   CPU family:                      25
notes_plat_sysinfo_580 =   Model:                           17
notes_plat_sysinfo_585 =   Thread(s) per core:              2
notes_plat_sysinfo_590 =   Core(s) per socket:              96
notes_plat_sysinfo_595 =   Socket(s):                       2
notes_plat_sysinfo_600 =   Stepping:                        1
notes_plat_sysinfo_605 =   Frequency boost:                 enabled
notes_plat_sysinfo_610 =   CPU max MHz:                     2400.0000
notes_plat_sysinfo_615 =   CPU min MHz:                     1500.0000
notes_plat_sysinfo_620 =   BogoMIPS:                        4793.05
notes_plat_sysinfo_625 =   Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36
notes_plat_sysinfo_630 =                                    clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm
notes_plat_sysinfo_635 =                                    constant_tsc rep_good amd_lbr_v2 nopl nonstop_tsc cpuid extd_apicid
notes_plat_sysinfo_640 =                                    aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2
notes_plat_sysinfo_645 =                                    x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm
notes_plat_sysinfo_650 =                                    extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt
notes_plat_sysinfo_655 =                                    tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3
notes_plat_sysinfo_660 =                                    cdp_l3 invpcid_single hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp
notes_plat_sysinfo_665 =                                    vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a avx512f
notes_plat_sysinfo_670 =                                    avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni
notes_plat_sysinfo_675 =                                    avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc
notes_plat_sysinfo_680 =                                    cqm_mbm_total cqm_mbm_local avx512_bf16 clzero irperf xsaveerptr rdpru
notes_plat_sysinfo_685 =                                    wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale
notes_plat_sysinfo_690 =                                    vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic
notes_plat_sysinfo_695 =                                    v_vmsave_vmload vgif v_spec_ctrl avx512vbmi umip pku ospke avx512_vbmi2
notes_plat_sysinfo_700 =                                    gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid
notes_plat_sysinfo_705 =                                    overflow_recov succor smca fsrm flush_l1d
notes_plat_sysinfo_710 =   Virtualization:                  AMD-V
notes_plat_sysinfo_715 =   L1d cache:                       6 MiB (192 instances)
notes_plat_sysinfo_720 =   L1i cache:                       6 MiB (192 instances)
notes_plat_sysinfo_725 =   L2 cache:                        192 MiB (192 instances)
notes_plat_sysinfo_730 =   L3 cache:                        768 MiB (24 instances)
notes_plat_sysinfo_735 =   NUMA node(s):                    8
notes_plat_sysinfo_740 =   NUMA node0 CPU(s):               0-23,192-215
notes_plat_sysinfo_745 =   NUMA node1 CPU(s):               24-47,216-239
notes_plat_sysinfo_750 =   NUMA node2 CPU(s):               48-71,240-263
notes_plat_sysinfo_755 =   NUMA node3 CPU(s):               72-95,264-287
notes_plat_sysinfo_760 =   NUMA node4 CPU(s):               96-119,288-311
notes_plat_sysinfo_765 =   NUMA node5 CPU(s):               120-143,312-335
notes_plat_sysinfo_770 =   NUMA node6 CPU(s):               144-167,336-359
notes_plat_sysinfo_775 =   NUMA node7 CPU(s):               168-191,360-383
notes_plat_sysinfo_780 =   Vulnerability Itlb multihit:     Not affected
notes_plat_sysinfo_785 =   Vulnerability L1tf:              Not affected
notes_plat_sysinfo_790 =   Vulnerability Mds:               Not affected
notes_plat_sysinfo_795 =   Vulnerability Meltdown:          Not affected
notes_plat_sysinfo_800 =   Vulnerability Mmio stale data:   Not affected
notes_plat_sysinfo_805 =   Vulnerability Retbleed:          Not affected
notes_plat_sysinfo_810 =   Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
notes_plat_sysinfo_815 =   Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
notes_plat_sysinfo_820 =   Vulnerability Spectre v2:        Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP always-on, RSB
notes_plat_sysinfo_825 =                                    filling, PBRSB-eIBRS Not affected
notes_plat_sysinfo_830 =   Vulnerability Srbds:             Not affected
notes_plat_sysinfo_835 =   Vulnerability Tsx async abort:   Not affected
notes_plat_sysinfo_840 =
notes_plat_sysinfo_845 = From lscpu --cache:
notes_plat_sysinfo_850 =      NAME ONE-SIZE ALL-SIZE WAYS TYPE        LEVEL  SETS PHY-LINE COHERENCY-SIZE
notes_plat_sysinfo_855 =      L1d       32K       6M    8 Data            1    64        1             64
notes_plat_sysinfo_860 =      L1i       32K       6M    8 Instruction     1    64        1             64
notes_plat_sysinfo_865 =      L2         1M     192M    8 Unified         2  2048        1             64
notes_plat_sysinfo_870 =      L3        32M     768M   16 Unified         3 32768        1             64
notes_plat_sysinfo_875 =
notes_plat_sysinfo_880 = ------------------------------------------------------------
notes_plat_sysinfo_885 = 8. numactl --hardware
notes_plat_sysinfo_890 = NOTE: a numactl 'node' might or might not correspond to a physical chip.
notes_plat_sysinfo_895 =   available: 8 nodes (0-7)
notes_plat_sysinfo_900 =   node 0 cpus: 0-23,192-215
notes_plat_sysinfo_905 =   node 0 size: 193220 MB
notes_plat_sysinfo_910 =   node 0 free: 192573 MB
notes_plat_sysinfo_915 =   node 1 cpus: 24-47,216-239
notes_plat_sysinfo_920 =   node 1 size: 193523 MB
notes_plat_sysinfo_925 =   node 1 free: 192921 MB
notes_plat_sysinfo_930 =   node 2 cpus: 48-71,240-263
notes_plat_sysinfo_935 =   node 2 size: 193489 MB
notes_plat_sysinfo_940 =   node 2 free: 192818 MB
notes_plat_sysinfo_945 =   node 3 cpus: 72-95,264-287
notes_plat_sysinfo_950 =   node 3 size: 193523 MB
notes_plat_sysinfo_955 =   node 3 free: 192619 MB
notes_plat_sysinfo_960 =   node 4 cpus: 96-119,288-311
notes_plat_sysinfo_965 =   node 4 size: 193523 MB
notes_plat_sysinfo_970 =   node 4 free: 192802 MB
notes_plat_sysinfo_975 =   node 5 cpus: 120-143,312-335
notes_plat_sysinfo_980 =   node 5 size: 193523 MB
notes_plat_sysinfo_985 =   node 5 free: 192870 MB
notes_plat_sysinfo_990 =   node 6 cpus: 144-167,336-359
notes_plat_sysinfo_995 =   node 6 size: 193523 MB
notes_plat_sysinfo_1000=   node 6 free: 192886 MB
notes_plat_sysinfo_1005=   node 7 cpus: 168-191,360-383
notes_plat_sysinfo_1010=   node 7 size: 193401 MB
notes_plat_sysinfo_1015=   node 7 free: 192791 MB
notes_plat_sysinfo_1020=   node distances:
notes_plat_sysinfo_1025=   node   0   1   2   3   4   5   6   7
notes_plat_sysinfo_1030=     0:  10  12  12  12  32  32  32  32
notes_plat_sysinfo_1035=     1:  12  10  12  12  32  32  32  32
notes_plat_sysinfo_1040=     2:  12  12  10  12  32  32  32  32
notes_plat_sysinfo_1045=     3:  12  12  12  10  32  32  32  32
notes_plat_sysinfo_1050=     4:  32  32  32  32  10  12  12  12
notes_plat_sysinfo_1055=     5:  32  32  32  32  12  10  12  12
notes_plat_sysinfo_1060=     6:  32  32  32  32  12  12  10  12
notes_plat_sysinfo_1065=     7:  32  32  32  32  12  12  12  10
notes_plat_sysinfo_1070=
notes_plat_sysinfo_1075= ------------------------------------------------------------
notes_plat_sysinfo_1080= 9. /proc/meminfo
notes_plat_sysinfo_1085=    MemTotal:       1584876472 kB
notes_plat_sysinfo_1090=
notes_plat_sysinfo_1095= ------------------------------------------------------------
notes_plat_sysinfo_1100= 10. who -r
notes_plat_sysinfo_1105=   run-level 3 Jun 6 06:21
notes_plat_sysinfo_1110=
notes_plat_sysinfo_1115= ------------------------------------------------------------
notes_plat_sysinfo_1120= 11. Systemd service manager version: systemd 249 (249.16+suse.171.gdad0071f15)
notes_plat_sysinfo_1125=   Default Target  Status
notes_plat_sysinfo_1130=   multi-user      running
notes_plat_sysinfo_1135=
notes_plat_sysinfo_1140= ------------------------------------------------------------
notes_plat_sysinfo_1145= 12. Services, from systemctl list-unit-files
notes_plat_sysinfo_1150=   STATE            UNIT FILES
notes_plat_sysinfo_1155=   enabled          YaST2-Firstboot YaST2-Second-Stage apparmor auditd cron getty@ irqbalance issue-generator
notes_plat_sysinfo_1160=                    kbdsettings klog lvm2-monitor nscd postfix purge-kernels rollback rsyslog smartd sshd
notes_plat_sysinfo_1165=                    systemd-pstore wicked wickedd-auto4 wickedd-dhcp4 wickedd-dhcp6 wickedd-nanny
notes_plat_sysinfo_1170=   enabled-runtime  systemd-remount-fs
notes_plat_sysinfo_1175=   disabled         autofs autoyast-initscripts blk-availability boot-sysctl ca-certificates chrony-wait
notes_plat_sysinfo_1180=                    chronyd console-getty cups cups-browsed debug-shell ebtables exchange-bmc-os-info
notes_plat_sysinfo_1185=                    firewalld gpm grub2-once haveged haveged-switch-root hwloc-dump-hwdata ipmi ipmievd
notes_plat_sysinfo_1190=                    issue-add-ssh-keys kexec-load ksm kvm_stat lunmask man-db-create multipathd nfs nfs-blkmap
notes_plat_sysinfo_1195=                    rpcbind rpmconfigcheck rsyncd serial-getty@ smartd_generate_opts snmpd snmptrapd svnserve
notes_plat_sysinfo_1200=                    systemd-boot-check-no-failures systemd-network-generator systemd-sysext
notes_plat_sysinfo_1205=                    systemd-time-wait-sync systemd-timesyncd udisks2
notes_plat_sysinfo_1210=   indirect         wickedd
notes_plat_sysinfo_1215=
notes_plat_sysinfo_1220= ------------------------------------------------------------
notes_plat_sysinfo_1225= 13. Linux kernel boot-time arguments, from /proc/cmdline
notes_plat_sysinfo_1230=   BOOT_IMAGE=/boot/vmlinuz-5.14.21-150500.53-default
notes_plat_sysinfo_1235=   root=UUID=185bd913-afd4-4bd7-b92d-ac5ed4a95cce
notes_plat_sysinfo_1240=   splash=silent
notes_plat_sysinfo_1245=   mitigations=auto
notes_plat_sysinfo_1250=   quiet
notes_plat_sysinfo_1255=   security=apparmor
notes_plat_sysinfo_1260=
notes_plat_sysinfo_1265= ------------------------------------------------------------
notes_plat_sysinfo_1270= 14. cpupower frequency-info
notes_plat_sysinfo_1275=   analyzing CPU 0:
notes_plat_sysinfo_1280=     current policy: frequency should be within 1.50 GHz and 2.40 GHz.
notes_plat_sysinfo_1285=                     The governor "performance" may decide which speed to use
notes_plat_sysinfo_1290=                     within this range.
notes_plat_sysinfo_1295=     boost state support:
notes_plat_sysinfo_1300=       Supported: yes
notes_plat_sysinfo_1305=       Active: yes
notes_plat_sysinfo_1310=
notes_plat_sysinfo_1315= ------------------------------------------------------------
notes_plat_sysinfo_1320= 15. sysctl
notes_plat_sysinfo_1325=   kernel.numa_balancing               1
notes_plat_sysinfo_1330=   kernel.randomize_va_space           0
notes_plat_sysinfo_1335=   vm.compaction_proactiveness        20
notes_plat_sysinfo_1340=   vm.dirty_background_bytes           0
notes_plat_sysinfo_1345=   vm.dirty_background_ratio          10
notes_plat_sysinfo_1350=   vm.dirty_bytes                      0
notes_plat_sysinfo_1355=   vm.dirty_expire_centisecs        3000
notes_plat_sysinfo_1360=   vm.dirty_ratio                      8
notes_plat_sysinfo_1365=   vm.dirty_writeback_centisecs      500
notes_plat_sysinfo_1370=   vm.dirtytime_expire_seconds     43200
notes_plat_sysinfo_1375=   vm.extfrag_threshold              500
notes_plat_sysinfo_1380=   vm.min_unmapped_ratio               1
notes_plat_sysinfo_1385=   vm.nr_hugepages                     0
notes_plat_sysinfo_1390=   vm.nr_hugepages_mempolicy           0
notes_plat_sysinfo_1395=   vm.nr_overcommit_hugepages          0
notes_plat_sysinfo_1400=   vm.swappiness                       1
notes_plat_sysinfo_1405=   vm.watermark_boost_factor       15000
notes_plat_sysinfo_1410=   vm.watermark_scale_factor          10
notes_plat_sysinfo_1415=   vm.zone_reclaim_mode                1
notes_plat_sysinfo_1420=
notes_plat_sysinfo_1425= ------------------------------------------------------------
notes_plat_sysinfo_1430= 16. /sys/kernel/mm/transparent_hugepage
notes_plat_sysinfo_1435=   defrag          [always] defer defer+madvise madvise never
notes_plat_sysinfo_1440=   enabled         [always] madvise never
notes_plat_sysinfo_1445=   hpage_pmd_size  2097152
notes_plat_sysinfo_1450=   shmem_enabled   always within_size advise [never] deny force
notes_plat_sysinfo_1455=
notes_plat_sysinfo_1460= ------------------------------------------------------------
notes_plat_sysinfo_1465= 17. /sys/kernel/mm/transparent_hugepage/khugepaged
notes_plat_sysinfo_1470=   alloc_sleep_millisecs   60000
notes_plat_sysinfo_1475=   defrag                      1
notes_plat_sysinfo_1480=   max_ptes_none             511
notes_plat_sysinfo_1485=   max_ptes_shared           256
notes_plat_sysinfo_1490=   max_ptes_swap              64
notes_plat_sysinfo_1495=   pages_to_scan            4096
notes_plat_sysinfo_1500=   scan_sleep_millisecs    10000
notes_plat_sysinfo_1505=
notes_plat_sysinfo_1510= ------------------------------------------------------------
notes_plat_sysinfo_1515= 18. OS release
notes_plat_sysinfo_1520=   From /etc/*-release /etc/*-version
notes_plat_sysinfo_1525=   os-release SUSE Linux Enterprise Server 15 SP5
notes_plat_sysinfo_1530=
notes_plat_sysinfo_1535= ------------------------------------------------------------
notes_plat_sysinfo_1540= 19. Disk information
notes_plat_sysinfo_1545= SPEC is set to: /home/cpu2017
notes_plat_sysinfo_1550=   Filesystem     Type  Size  Used Avail Use% Mounted on
notes_plat_sysinfo_1555=   /dev/sdc2      xfs   892G  7.2G  885G   1% /
notes_plat_sysinfo_1560=
notes_plat_sysinfo_1565= ------------------------------------------------------------
notes_plat_sysinfo_1570= 20. /sys/devices/virtual/dmi/id
notes_plat_sysinfo_1575=     Vendor:         Cisco Systems Inc
notes_plat_sysinfo_1580=     Product:        UCSC-C245-M8SX
notes_plat_sysinfo_1585=     Serial:         WZP2750Z162
notes_plat_sysinfo_1590=
notes_plat_sysinfo_1595= ------------------------------------------------------------
notes_plat_sysinfo_1600= 21. dmidecode
notes_plat_sysinfo_1605=   Additional information from dmidecode 3.4 follows.  WARNING: Use caution when you interpret this section.
notes_plat_sysinfo_1610=   The 'dmidecode' program reads system data which is "intended to allow hardware to be accurately
notes_plat_sysinfo_1615=   determined", but the intent may not be met, as there are frequent changes to hardware, firmware, and the
notes_plat_sysinfo_1620=   "DMTF SMBIOS" standard.
notes_plat_sysinfo_1625=   Memory:
notes_plat_sysinfo_1630=     12x 0xCE00 M321R8GA0PB0-CWMCH 64 GB 2 rank 5600, configured at 4800
notes_plat_sysinfo_1635=     3x 0xCE00 M321R8GA0PB0-CWMJH 64 GB 2 rank 5600, configured at 4800
notes_plat_sysinfo_1640=     9x 0xCE00 M321R8GA0PB0-CWMKJ 64 GB 2 rank 5600, configured at 4800
notes_plat_sysinfo_1645=
notes_plat_sysinfo_1650=
notes_plat_sysinfo_1655= ------------------------------------------------------------
notes_plat_sysinfo_1660= 22. BIOS
notes_plat_sysinfo_1665= (This section combines info from /sys/devices and dmidecode.)
notes_plat_sysinfo_1670=    BIOS Vendor:       Cisco Systems, Inc.
notes_plat_sysinfo_1675=    BIOS Version:      C245M8.4.3.4.284.0426241455
notes_plat_sysinfo_1680=    BIOS Date:         04/26/2024
notes_plat_sysinfo_1685=    BIOS Revision:     5.27
hw_cpu_name        = AMD EPYC 9654
hw_disk            = 892 GB  add more disk info here
hw_memory001       = 1511.456 GB fixme: If using DDR4, the format is:
hw_memory002       = 'N GB (N x N GB nRxn PC4-nnnnX-X)'
hw_nchips          = 2
hw_ncores          = 196
hw_nthreadspercore = 2
prepared_by        = root  (is never output, only tags rawfile)
sw_file            = xfs
sw_os001           = SUSE Linux Enterprise Server 15 SP5
sw_os002           = 5.14.21-150500.53-default
sw_state           = Run level 3 (add definition here)
# End of settings added by sysinfo_program


541.leela_r:
# The following setting was inserted automatically as a result of
# post-run basepeak application.
basepeak = 1


500.perlbench_r:
# The following setting was inserted automatically as a result of
# post-run basepeak application.
basepeak = 1


# 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:
power_management000 = BIOS and OS set to prefer performance
power_management001 = at the cost of additional power usage.
notes_plat_form_000 =
notes_plat_form_005 =BIOS settings:
notes_plat_form_010 =NUMA nodes per socket set to NPS4
notes_plat_form_015 =Determinism Slider set to Power
notes_plat_form_020 =DF C-States set to Disabled
notes_plat_form_025 =TDP set to 400
notes_plat_form_030 =PPT set to 400