Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zafl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
zafl
Commits
304c3607
Commit
304c3607
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
added spec test scripts
parent
91623b5b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/spec2017/test_spec17.sh
+11
-11
11 additions, 11 deletions
test/spec2017/test_spec17.sh
with
11 additions
and
11 deletions
test/spec2017/test_spec17.sh
+
11
−
11
View file @
304c3607
#!/bin/bash
#!/bin/bash
# the bad boys
run_size
=
"test"
run_size
=
"ref"
all_benchmarks
=
"
all_benchmarks
=
"
600.perlbench_s 602.gcc_s 603.bwaves_s 605.mcf_s 607.cactuBSSN_s 619.lbm_s 620.omnetpp_s 621.wrf_s 623.xalancbmk_s 625.x264_s 627.cam4_s 628.pop2_s 631.deepsjeng_s 638.imagick_s 641.leela_s 644.nab_s 648.exchange2_s 649.fotonik3d_s 654.roms_s 657.xz_s 996.specrand_fs 998.specrand_is
600.perlbench_s 602.gcc_s 603.bwaves_s 605.mcf_s 607.cactuBSSN_s 619.lbm_s 620.omnetpp_s 621.wrf_s 623.xalancbmk_s 625.x264_s 627.cam4_s 628.pop2_s 631.deepsjeng_s 638.imagick_s 641.leela_s 644.nab_s 648.exchange2_s 649.fotonik3d_s 654.roms_s 657.xz_s 996.specrand_fs 998.specrand_is
"
"
#
all_benchmarks="
all_benchmarks
=
"
#
50
0.perlbench_r
50
2.gcc_s 625.x264_s
#
"
"
...
@@ -21,7 +19,7 @@ setup()
...
@@ -21,7 +19,7 @@ setup()
if
[
!
-d
spec2017
]
;
then
if
[
!
-d
spec2017
]
;
then
#svn co ^/spec2017/trunk spec2017
#svn co ^/spec2017/trunk spec2017
git clone
--depth
1
http://
git.zephyr-software.com
/
allzp/spec2017.git spec2017
git clone
--depth
1
git@
git.zephyr-software.com
:
allzp/spec2017.git spec2017
fi
fi
if
[[
!
-f
/usr/bin/gfortran
]]
;
then
if
[[
!
-f
/usr/bin/gfortran
]]
;
then
...
@@ -202,14 +200,15 @@ get_raw_fde_results()
...
@@ -202,14 +200,15 @@ get_raw_fde_results()
main
()
main
()
{
{
local
zipr_flags
=
" --backend zipr --step-option zipr:--add-sections --step-option zipr:true"
local
zipr_flags
=
" --backend zipr --step-option zipr:--add-sections --step-option zipr:true"
local
rida_flags
=
" -c rida "
local
trace_flags
=
" --step-option zipr:--traceplacement:on --step-option zipr:true"
local
trace_flags
=
" --step-option zipr:--traceplacement:on --step-option zipr:true"
local
relax_flags
=
" --step-option zipr:--relax:on --step-option zipr:true --step-option zipr:--unpin:on --step-option zipr:false"
local
relax_flags
=
" --step-option zipr:--relax:on --step-option zipr:true --step-option zipr:--unpin:on --step-option zipr:false"
local
nounpin_flags
=
" --step-option zipr:--unpin:on --step-option zipr:false"
local
nounpin_flags
=
" --step-option zipr:--unpin:on --step-option zipr:false"
local
split_flags
=
" --step-option fill_in_indtargs:--split-eh-frame "
local
split_flags
=
" --step-option fill_in_indtargs:--split-eh-frame "
local
icall_flags
=
" --step-option fix_calls:--no-fix-icalls "
local
icall_flags
=
" --step-option fix_calls:--no-fix-icalls "
local
p1flags
=
" -c p1transform=on "
local
p1flags
=
" -c p1transform=on "
local
zafl_flags
=
"
--backend zipr -s meds_static=off -s rida=on -c move_globals=on -c zax=on -o move_globals:--elftables-only
"
local
zafl_flags
=
" "
local
zafl_
opt_flags
=
"--backend zipr -s meds_static=off -s rida=on -c move_globals=on -c zax=on -o move_globals:--elftables-only -o zipr:--traceplacement:on -o zax:--stars
"
local
zafl_
domgraphflags
=
" -d
"
# sets $SPEC
# sets $SPEC
setup
setup
...
@@ -221,9 +220,10 @@ main()
...
@@ -221,9 +220,10 @@ main()
# baseline
# baseline
run_test baseline
$SPEC
/config/ubuntu14.cfg
"
$all_benchmarks
"
run_test baseline
$SPEC
/config/ubuntu14.cfg
"
$all_benchmarks
"
PSOPTS
=
"
$zipr_flags
"
run_test zipr
$withps_config
"
$all_benchmarks
"
PSOPTS
=
"
$zipr_flags
$rida_flags
"
run_test zipr
.rida
$withps_config
"
$all_benchmarks
"
PSOPTS
=
"
$zafl_flags
"
run_test zafl
$withps_config
"
$all_benchmarks
"
PS
=
"zafl.sh"
PSOPTS
=
"
$zafl_flags
"
run_test zafl.vanilla
$withps_config
"
$all_benchmarks
"
PS
=
"zafl.sh"
PSOPTS
=
"
$zafl_domgraph_flags
"
run_test zafl.domgraph
$withps_config
"
$all_benchmarks
"
get_raw_results
get_raw_results
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment