#          Document Title: example-medium.cfg

#                 Subject: SPEC CPU2000 Example Config file (Medium complexity)

#            Last updated: 16 Dec 1999 4:40pm jh

# ------------------------------------------------------------------------


# This is an example CPU2000 config file.  It does not use many advanced 
# features of the tools, but it does illustrate a config file that has 
# sufficient information to support a SPEC submission for both integer
# and floating point results, including all hardware and software
# information needed for the full disclosures.
#
# This config file was actually used in a SPEC CPU2000 submission in 
# November, 1999, and is unchanged from that submission with the 
# exception of comments and a fix to tester_name.



#> SPEC CPU2000 tuning for ev67 
#> J. Henning 12 Nov 99
#>
#> Comments that start with "#>" are "protected comments" -- i.e. 
#> they do not get included in the rawfile's version of this config 
#> file.  Use protected comments for proprietary information.
 

# When adding information to be printed in the "notes" section of
# of a full disclosure, notice that note numbers are used as:
#    notes0nn       base optimization
#    notes1nn - 3nn peak optimization
#    notes8nn       portability
#    notes9nn       testbed special characteristics
# In the interests of accuracy and maintainability, each of
# these notes sections are kept as close as possible to the things
# that they describe.


#####################################################################
# System Under Test (SUT) Section
# If it affects performance, you need to describe it, either
# in the pre-defined fields or by adding it to the notes section.
#######################################################################

# System Description 

hw_avail        = Feb-2000
hw_model        = AlphaServer DS20E Model 6/667
machine_name    = AlphaServer DS20E Model 6/667
hw_memory       = 2GB (16x128MB)
hw_disk         = 3x4GB
hw_other        = Ethernet
hw_vendor       = Compaq Computer Corporation
company_name    = Compaq Computer Corporation

# CPU description 
# Note ncpu = number enabled; ncpuorder = valid numbers of CPUs 
# to order for this model

hw_cpu          = Alpha 21264A
hw_cpu_mhz      = 667
hw_fpu          = Integrated
hw_ncpu         = 1
hw_ncpuorder    = 1 to 2
hw_parallel     = No
hw_pcache       = 64KB(I)+64KB(D) on chip
hw_scache       = 8MB off chip
hw_tcache       = None
hw_ocache       = None

# Tester description - edit the date, put your license number here!

test_date       = Nov-1999
license_num     = 2
prepared_by     = Compaq NH
tester_name     = Compaq NH

# Operating system, file system 

sw_os           = Tru64 UNIX V4.0F
sw_file         = ufs
sw_state        = Multi-user

# Special notes
#     If you have notes to add, put them here, starting with number 
#     900. For example, you could remove the comment marks below if 
#     you were using the referenced patch kit.
#
#sw_os2          = UNIX V4.0F Patch Kit 1
#notes900        =  
#notes901        = Information on UNIX V4.0F Patch Kit 1 is available at 
#notes902        = http://ftp1.service.digital.com/public/unix/v4.0f/

# OS Date
#       Use the "sw_avail" line here only if the OS you are testing ships 
#       later than the compilers (and then comment out their availability 
#       dates, below!)  Notice that the field "sw_avail" occurs 3 times 
#       in this file, but only one should be used on a given run: 
#
#           1. the OS date (if later than the compilers), or
#           2. the Integer compiler date (later of C, C++), or
#           3. the FP compiler date (latest of C, Fortran, KAP C, KAP Fortran)

# sw_avail        =

#######################################################################
# End of SUT section
# If this config file were to be applied to several SUTs, edits would
# be needed only ABOVE this point.
######################################################################


######################################################################
# The header section of the config file.  Must appear
# before any instances of "default="

ext           = nov14a
output_format = asc
table         = 0
teeout        = no
teerunout     = yes
tune          = all

######################################################################
# Compiler selection, versions, and dates.
# C is used in both CINT2000 and CFP2000, so its information appears 
# under 
#         default=default=default=default: 
# whereas C++ is used only for integer and is described only under
#         int=default=default=default:
# and Fortran is used only for fp.
#
# When setting the date, please see the comments above under "OS Date".
# Remember, it's the LAST compiler in a set whose date should be listed.  

default=default=default=default:
sw_compiler  = Compaq C X6.2-259-449AT 
CC           = cc -v      

int=default=default=default:  
sw_avail     = Feb-2000
sw_compiler2 = DIGITAL C++ V6.1-029-408B6
CXX          = cxx -v

fp=default=default=default:
sw_avail     = Feb-2000
sw_compiler2 = Compaq Fortran T5.3 (ft2+)
sw_compiler3 = /usr/bin/f77: fort (not fort90)
sw_compiler4 = KAP Fortran V4.2
sw_compiler5 = KAP C 4.0 

FC           = kf90 -v

#######################################################################
# Integer Baseline Optimization
# notes0xx are used for baseline tuning description

int=base=default=default:     

notes000     = Baseline C  : cc  -v -arch ev6 -fast GEMFB ONESTEP 
notes001     =          C++: cxx -v -arch ev6 -O2 ONESTEP 
notes002     =
notes003     = GEMFB: fdo_pre0     = mkdir /tmp/pb; rm -f /tmp/pb/${baseexe}*
notes004     =        PASS1_CFLAGS = -prof_gen_noopt    -prof_dir /tmp/pb
notes005     =        PASS2_CFLAGS = -prof_use_feedback -prof_dir /tmp/pb
notes006     =        (base uses directory /tmp/pb; peak uses /tmp/pp)
notes007     =     

OPTIMIZE     = -v -arch ev6 
COPTIMIZE    = -fast 
CXXOPTIMIZE  = -O2 
ONESTEP      = yes

fdo_pre0     = mkdir /tmp/pb; rm -f /tmp/pb/${baseexe}*
PASS1_CFLAGS = -prof_gen_noopt    -prof_dir /tmp/pb
PASS2_CFLAGS = -prof_use_feedback -prof_dir /tmp/pb

252.eon=base=default=default:
# Turn feedback off for eon
fdo_pre0     =

#######################################################################
# Integer Peak
# notes10x are used for peak tuning description, followed by the 
# actual benchmark numbers (e.g. notes253 and (if needed) notes253_1 
# for perlbmk)

int=peak=default=default:
notes100     = Peak: cc [except eon: cxx] -v -arch ev6 ONESTEP plus:
OPTIMIZE     = -v -arch ev6 
ONESTEP      = yes

# GEM Feedback - turn off in individual benchmark if not needed.
fdo_pre0     = mkdir /tmp/pp; rm -f /tmp/pp/${baseexe}*
PASS1_CFLAGS = -prof_gen_noopt  -prof_dir /tmp/pp
PASS2_CFLAGS = -prof_use_feedback -prof_dir /tmp/pp

164.gzip=peak=default=default:
notes164     =      164.gzip: -g3 -fast -O4 +GEMFB 
COPTIMIZE    =                -g3 -fast -O4

175.vpr=peak=default=default:
notes175     =       175.vpr: -g3 -fast -O4 +GEMFB 
COPTIMIZE    =                -g3 -fast -O4

176.gcc=peak=default=default:
notes176     =       176.gcc: -g3 -fast -O4 -xtaso_short +GEMFB 
COPTIMIZE    =                -g3 -fast -O4 -xtaso_short

181.mcf=peak=default=default:
notes181     =       181.mcf: -g3 -fast -xtaso_short +GEMFB 
COPTIMIZE    =                -g3 -fast -xtaso_short

186.crafty=peak=default=default:
notes186     =    186.crafty: -g3 -fast -O4 -inline speed
COPTIMIZE    =                -g3 -fast -O4 -inline speed
fdo_pre0     = 
PASS1_CFLAGS = 
PASS2_CFLAGS = 

197.parser=peak=default=default:
notes197     =    197.parser: -g3 -fast -O4 -xtaso_short +GEMFB
COPTIMIZE    =                -g3 -fast -O4 -xtaso_short

252.eon=peak=default=default:
#>avoid -g3 because of CXXC_BUGS note 7204
notes252     =       252.eon: -O2 
CXXOPTIMIZE  =                -O2
fdo_pre0     =

253.perlbmk=peak=default=default:
notes253     =   253.perlbmk: -g3 -fast +GEMFB
COPTIMIZE    =                -g3 -fast 

254.gap=peak=default=default:
notes254     =       254.gap: -g3 -fast -O4 +GEMFB
COPTIMIZE    =                -g3 -fast -O4

255.vortex=peak=default=default:
notes255     =    255.vortex: -g3 -fast +GEMFB
COPTIMIZE    =                -g3 -fast 

256.bzip2=peak=default=default:
notes256     =     256.bzip2: -g3 -fast -O4 +GEMFB
COPTIMIZE    =                -g3 -fast -O4 

300.twolf=peak=default=default:
notes300     =     300.twolf: -g3 -fast -O4 +GEMFB
COPTIMIZE    =                -g3 -fast -O4 

#######################################################################
# Floating point Baseline Optimization
# notes0xx are used for baseline tuning description

fp=base=default=default:     

notes000     = Baseline   C: cc   -v -arch ev6 -fast -O4 ONESTEP 
notes001     =      Fortran: kf90 -v -arch ev6 -O5 -fkapargs='-ur=-1' ONESTEP 
notes002     =

OPTIMIZE     = -v -arch ev6 
COPTIMIZE    = -fast -O4
FOPTIMIZE    = -O5 -fkapargs='-ur=1'
ONESTEP      = yes

#######################################################################
# Floating Point Peak
# notes10x are used for peak tuning description, followed by the 
# actual benchmark numbers (e.g. notes253 and notes253_1 for perlbmk)

fp=peak=default=default:
notes100     = Peak: -v -g3 -arch ev6 -non_shared ONESTEP plus:
OPTIMIZE     =       -v -g3 -arch ev6 -non_shared
ONESTEP      = yes

168.wupwise=peak=default=default:
notes168     =    168.wupwise: f77 -fast -O4 -pipeline -unroll 2
F77OPTIMIZE  =                     -fast -O4 -pipeline -unroll 2
F77          = f77 

171.swim=peak=default=default:
notes171     =       171.swim: f90 -fast -O5 -transform_loops 
F77OPTIMIZE  =                     -fast -O5 -transform_loops 
F77          = f90

172.mgrid=peak=default=default:
notes172     =      172.mgrid: kf77 -O5 -transform_loops -tune ev6 -unroll 8 
F77OPTIMIZE  =                      -O5 -transform_loops -tune ev6 -unroll 8 
F77          = kf77 

173.applu=peak=default=default:
notes173     =      173.applu: f77 -fast -O5 -transform_loops -unroll 14
F77OPTIMIZE  =                     -fast -O5 -transform_loops -unroll 14
F77          = f77 

177.mesa=peak=default=default:
notes177     =       177.mesa: cc -fast -O4
COPTIMIZE    =                    -fast -O4
CC           = cc 

178.galgel=peak=default=default:
notes178     =     178.galgel: kf90 -O4 -unroll 2 -ldxml
FOPTIMIZE    =                      -O4 -unroll 2 -ldxml
notes178_1   =                 RM_SOURCES = lapak.f90
RM_SOURCES   =                              lapak.f90
FC           = kf90 

179.art=peak=default=default:
notes179     =        179.art: kcc -fast -O4 -ckapargs='-arl=4 -ur=4' -unroll 10
COPTIMIZE    =                     -fast -O4 -ckapargs='-arl=4 -ur=4' -unroll 10
CC           = kcc 

183.equake=peak=default=default:
notes183     =     183.equake: kcc -fast -ckapargs='-arl=4' -xtaso_short
COPTIMIZE    =                     -fast -ckapargs='-arl=4' -xtaso_short
CC           = kcc 

187.facerec=peak=default=default:
notes187     =    187.facerec: f90 -fast -O4
FOPTIMIZE    =                     -fast -O4
FC           = f90 

188.ammp=peak=default=default:
notes188     =       188.ammp: cc -fast -O4 -xtaso_short
COPTIMIZE    =                    -fast -O4 -xtaso_short
CC           = cc 

189.lucas=peak=default=default:
notes189     =      189.lucas: kf90 -fast -O5 -fkapargs='-ur=1' -unroll 1 
FOPTIMIZE    =                      -fast -O5 -fkapargs='-ur=1' -unroll 1 
FC           = kf90 

191.fma3d=peak=default=default:
notes191     =      191.fma3d: kf90 -O4
FOPTIMIZE    =                      -O4 
FC           = kf90 

200.sixtrack=peak=default=default:
notes200     =   200.sixtrack: f90 -fast -O5 -transform_loops
F77OPTIMIZE  =                     -fast -O5 -transform_loops
F77          = f90 

301.apsi=peak=default=default:
notes301     =       301.apsi: kf90 -O5 -transform_loops -unroll 8 -fkapargs='-ur=1' 
F77OPTIMIZE  =                      -O5 -transform_loops -unroll 8 -fkapargs='-ur=1' 
F77          = kf90 

#######################################################################
# Integer Portability
# notes8xx are used for portability

int=default=default=default:

notes800     = 
notes801     = Portability: gcc: -Dalloca=__builtin_alloca; crafty: -DALPHA
notes802     = perlbmk: -DSPEC_CPU2000_DUNIX; vortex: -DSPEC_CPU2000_LP64
notes803     = gap: -DSYS_HAS_CALLOC_PROTO -DSYS_IS_BSD -DSYS_HAS_IOCTL_PROTO -DSPEC_CPU2000_LP64

176.gcc=default=default=default:
EXTRA_CFLAGS= -Dalloca=__builtin_alloca

186.crafty=default=default=default:
EXTRA_CFLAGS = -DALPHA

253.perlbmk=default=default=default:
EXTRA_CFLAGS = -DSPEC_CPU2000_DUNIX 

254.gap=default=default=default:
EXTRA_CFLAGS = -DSYS_HAS_CALLOC_PROTO -DSYS_IS_BSD -DSYS_HAS_IOCTL_PROTO -DSPEC_CPU2000_LP64

255.vortex=default=default=default:
EXTRA_CFLAGS = -DSPEC_CPU2000_LP64

#######################################################################
# Floating point Portability
# notes8xx are used for portability

fp=default=default=default:

notes800     = 
notes801     = Portability: galgel: -fixed

178.galgel=default=default=default:
EXTRA_FFLAGS = -fixed

#######################################################################
# End of user-supplied information.  The information below is
# automatically generated by the SPEC tools at compile time.
# The "MD5" is a checksum that ensures that the binaries referenced
# by this config file are in fact built using the options described
# herein.  For example, if you edit this config file to change the
# optimization level for 255.vortex, the next time the file is used
# the tools will notice the change and will recompile vortex.
#######################################################################

__MD5__
168.wupwise=peak=nov14a=default:
# Last updated Sun Nov 14 04:49:15 1999
optmd5=6cfebb629cf395d958755f68a6c9e05b
exemd5=3d51c75d1c97918bf212c4fb47a30003

183.equake=peak=nov14a=default:
# Last updated Sun Nov 14 04:49:22 1999
optmd5=f3f0d2022f2be4a9530c000b1e883008
exemd5=923a7bfd6f68ccf0d6e49261fa1c2030

171.swim=peak=nov14a=default:
# Last updated Sun Nov 14 04:49:35 1999
optmd5=1dd0309365e864203e384ec801246fc1
exemd5=ca33fcdf35a7dafaa4e389f642521336

179.art=peak=nov14a=default:
# Last updated Sun Nov 14 04:49:37 1999
optmd5=988e3447c7b7bc695612f6b26f8f0b60
exemd5=093c9ea45a300148306f434dfadcedf9

183.equake=base=nov14a=default:
# Last updated Sun Nov 14 04:49:38 1999
optmd5=e298eea3eee86487c5cb4e6c77423fb7
exemd5=db43c1e56ab0d89020e6c78c212bc653

172.mgrid=peak=nov14a=default:
# Last updated Sun Nov 14 04:49:41 1999
optmd5=7c5c0de4bc0ab89c262c7c4f32d0a16f
exemd5=6da92feef42b83f87ac23490f3ba4c25

171.swim=base=nov14a=default:
# Last updated Sun Nov 14 04:49:42 1999
optmd5=b5c59375fd27ebd9ce228924b3b4638e
exemd5=82a5a2bc0280d37f89e96919e6ad633c

179.art=base=nov14a=default:
# Last updated Sun Nov 14 04:49:51 1999
optmd5=d24e4524a118e9a004d0a825d4c88815
exemd5=5a63f6cbfa6f2a4d1ae060c0079394ff

172.mgrid=base=nov14a=default:
# Last updated Sun Nov 14 04:49:55 1999
optmd5=8d5cb2ad30ad46c90d55f39c07db04f9
exemd5=25b3e8f7222a34b26d353c1664d97b91

189.lucas=base=nov14a=default:
# Last updated Sun Nov 14 04:50:04 1999
optmd5=8a190524932e9ee2e7ba48a04e24af70
exemd5=b22ecb280f41039a5bf4b467d3cb92ab

173.applu=base=nov14a=default:
# Last updated Sun Nov 14 04:50:11 1999
optmd5=04f1ac12184ac388faf763d5132dc270
exemd5=1e46de5d212742a58b7e1b5f4f15def7

301.apsi=base=nov14a=default:
# Last updated Sun Nov 14 04:50:12 1999
optmd5=3fa0454c7fdb1b1b7d484c0631b2c73e
exemd5=b651c1ce888a65fc3e7921b37bc7b882

187.facerec=peak=nov14a=default:
# Last updated Sun Nov 14 04:50:13 1999
optmd5=a1fb7caf7b6b86aebff89509ef02eeab
exemd5=0a1a9305a1275611d211b6a6eb3900ca

173.applu=peak=nov14a=default:
# Last updated Sun Nov 14 04:50:14 1999
optmd5=f0c9e7afecfb5bc91f62728af69a501c
exemd5=467edfcf370967678d04eb1a88fa1bc8

301.apsi=peak=nov14a=default:
# Last updated Sun Nov 14 04:50:31 1999
optmd5=30bef47b72264d3befe6c2c54b907ed1
exemd5=f74a69aaf27dcfb6ed9d76e19161105f

189.lucas=peak=nov14a=default:
# Last updated Sun Nov 14 04:50:33 1999
optmd5=f4856646489cc8d3ebd539153e107162
exemd5=4e643233e86014bf168bf652edc932f9

188.ammp=peak=nov14a=default:
# Last updated Sun Nov 14 04:50:36 1999
optmd5=b9d62569d3d50723ff682dd43171014b
exemd5=8598377d6dae905bfee46824757d0312

188.ammp=base=nov14a=default:
# Last updated Sun Nov 14 04:51:05 1999
optmd5=fa1dea51290fa02b6de39ba7470a1f2c
exemd5=4bb0feced2b7875b0bb19e03bbf078e3

186.crafty=peak=nov14a=default:
# Last updated Sun Nov 14 04:51:35 1999
optmd5=83b5967098960a52ce023452593dbc1a
exemd5=1bd1ca5d70fb8cc92c5e28c7f448e69f

187.facerec=base=nov14a=default:
# Last updated Sun Nov 14 04:52:05 1999
optmd5=e6154f7de23397b27c7ce04263dec887
exemd5=9b66701b56c46f59ebb12684312556bf

168.wupwise=base=nov14a=default:
# Last updated Sun Nov 14 04:52:12 1999
optmd5=12eda531b13e060eec7d8a0d59485a19
exemd5=74f6354f9d0c1d05c6cdc1e815c226c8

178.galgel=base=nov14a=default:
# Last updated Sun Nov 14 04:56:16 1999
optmd5=806823b77c97dd0998431125b3a45fc7
exemd5=9f5e00b2004107ce76ccb3e1c866e4ac

252.eon=peak=nov14a=default:
# Last updated Sun Nov 14 04:56:36 1999
optmd5=108058a53b0d64bddb246462158fc656
exemd5=f7d273e567d9233da502552ecbd7c9b2

252.eon=base=nov14a=default:
# Last updated Sun Nov 14 04:56:36 1999
optmd5=a42a1855dc68a1215d70a71494408d0f
exemd5=f7d273e567d9233da502552ecbd7c9b2

177.mesa=base=nov14a=default:
# Last updated Sun Nov 14 04:56:56 1999
optmd5=3e43a418eac64266214b9da1a37a4498
exemd5=6cbb02a0db4ad08915dbcfdbc191349f

177.mesa=peak=nov14a=default:
# Last updated Sun Nov 14 04:57:08 1999
optmd5=8c3d3eee111bc13988d96a82107e32f9
exemd5=b09693f05ace106b22fed7f43a5c7425

178.galgel=peak=nov14a=default:
# Last updated Sun Nov 14 04:57:25 1999
optmd5=3a2371c88c1375b1b0c56d03ae614e03
exemd5=ae49f3cadb5ac60dd6f9a1aacae467bb

181.mcf=peak=nov14a=default:
# Last updated Sun Nov 14 04:57:51 1999
optmd5=df254aaec65a52b92f001f4ce25eaa1f
exemd5=22787f33949f25317a15b99753e10e87

181.mcf=base=nov14a=default:
# Last updated Sun Nov 14 04:58:58 1999
optmd5=1eadfd99edaa9302730716ed13a99703
exemd5=d3b1483ba3f2cac25d0fa96aa11012f5

197.parser=peak=nov14a=default:
# Last updated Sun Nov 14 04:59:58 1999
optmd5=b529a90ad38d432c5d7fb554b0e1383c
exemd5=3afc1095f15c0e4a0af3655b97d9c344

197.parser=base=nov14a=default:
# Last updated Sun Nov 14 05:00:02 1999
optmd5=8d90694a5a686e563663465585fbab6e
exemd5=ea899ae0d2713edd44fe053210d25f89

300.twolf=base=nov14a=default:
# Last updated Sun Nov 14 05:02:16 1999
optmd5=aaea939ad8e79da328c3867663a9c34a
exemd5=90f77e0bbbf16290fab27acf146ca552

191.fma3d=base=nov14a=default:
# Last updated Sun Nov 14 05:02:32 1999
optmd5=3fefd0e111bbb000107de61583f7a059
exemd5=7a4840ae81e922b02f600fde8b7863ee

300.twolf=peak=nov14a=default:
# Last updated Sun Nov 14 05:02:52 1999
optmd5=39cf18dfb670deac81f83dbc42aaa596
exemd5=f179075a1ed7b09b1e9c678ceac6e34c

254.gap=base=nov14a=default:
# Last updated Sun Nov 14 05:03:07 1999
optmd5=0223210791a2768fc43a5dc22ad18534
exemd5=8ca1e5aea169ab7c6f4f07e2fc26cd5a

191.fma3d=peak=nov14a=default:
# Last updated Sun Nov 14 05:03:24 1999
optmd5=cffbc3d2bf4d3b05a68e5eb55e4b6eea
exemd5=b3b692384e243fcfe77382ef0691d753

175.vpr=peak=nov14a=default:
# Last updated Sun Nov 14 05:03:47 1999
optmd5=96dd9fa3063b287ae222d2314d4c8b6b
exemd5=596ca2e9ff3fea105c59d21ceacf88c7

254.gap=peak=nov14a=default:
# Last updated Sun Nov 14 05:03:53 1999
optmd5=ccb079760f45a8aedc7a3fdfbd30d8e2
exemd5=bfdb2d00f4d62ad3cec55a45ffbee194

175.vpr=base=nov14a=default:
# Last updated Sun Nov 14 05:04:06 1999
optmd5=a2069b8ad93f7a42e21f489ffbc96ab7
exemd5=16e6f6a469e8a356b8ffc82ea73e77ef

200.sixtrack=peak=nov14a=default:
# Last updated Sun Nov 14 05:04:09 1999
optmd5=502863d7ba15a55698512b51aba29e18
exemd5=9df0d1ef0c2232c0838572b0f682ff67

186.crafty=base=nov14a=default:
# Last updated Sun Nov 14 05:04:11 1999
optmd5=30e4b0052c6088896b07cc801f1082da
exemd5=bacb0b8f44cc989eb3373056154dc448

200.sixtrack=base=nov14a=default:
# Last updated Sun Nov 14 05:05:23 1999
optmd5=41fa7a313f39e585712212e2cfd68510
exemd5=d6ed447f3d80fe73cd3a6a8ebf9035f1

164.gzip=peak=nov14a=default:
# Last updated Sun Nov 14 05:05:41 1999
optmd5=a3baa4c1ed14d3e2d446d48b85814d16
exemd5=b9607f468175ecb6c475814411a10904

256.bzip2=peak=nov14a=default:
# Last updated Sun Nov 14 05:05:41 1999
optmd5=f664c81b73e5da9307bee484d637f4e2
exemd5=c8fd65197f22373348d660fe5edcdaba

255.vortex=base=nov14a=default:
# Last updated Sun Nov 14 05:05:47 1999
optmd5=db144f8afe7aa3a0106d7c3ea6cce6cb
exemd5=0698d1b263b15a72e7ffceb2c4f45271

176.gcc=base=nov14a=default:
# Last updated Sun Nov 14 05:05:53 1999
optmd5=0d9d6f8ad935aba18c2464450cc6665f
exemd5=324278028948d7e83d2986c019fd4699

255.vortex=peak=nov14a=default:
# Last updated Sun Nov 14 05:05:55 1999
optmd5=8e32723a3dace5c11560971a83f62018
exemd5=0dd1a3fa27b71633e7bed05f2bac88c7

164.gzip=base=nov14a=default:
# Last updated Sun Nov 14 05:05:58 1999
optmd5=81b46ae1d3e3cbfc770dbf525f27bec8
exemd5=9c0c3877bf911961ed62d956926de3c3

176.gcc=peak=nov14a=default:
# Last updated Sun Nov 14 05:06:10 1999
optmd5=52966c7fd6a49f3261de7860e125829b
exemd5=85bd61c6c0afd4dfa58b58263e61cc06

256.bzip2=base=nov14a=default:
# Last updated Sun Nov 14 05:06:19 1999
optmd5=a27093713a0432e72803f598ff17fdef
exemd5=76b69e58ecaeb6a617fe819ebffaa72e

253.perlbmk=base=nov14a=default:
# Last updated Sun Nov 14 05:20:06 1999
optmd5=797be06230ba0afa2149a27e469a9aae
exemd5=e0e69e19c8922876f6669389f8cc4c76

253.perlbmk=peak=nov14a=default:
# Last updated Sun Nov 14 05:20:12 1999
optmd5=c9e082d7e16ccc4801f4a94bd9bd7a26
exemd5=44da7653b7d6ecf42ff9edf282a5d385

#######################################################################
# End of automatically-generated information, and end of file.
#######################################################################

#############################################################################
# Copyright (C) 1999-2000 Standard Performance Evaluation Corporation
# All Rights Reserved
#############################################################################