Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
spec.py
Commits
7ecfdb42
Commit
7ecfdb42
authored
Jun 06, 2019
by
sebastian.graf
Browse files
Support SPEC CPU2000 run script
parent
abe084b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec.py
View file @
7ecfdb42
...
@@ -555,5 +555,6 @@ if __name__ == "__main__":
...
@@ -555,5 +555,6 @@ if __name__ == "__main__":
fh
.
write
(
conf
)
fh
.
write
(
conf
)
fh
.
close
()
fh
.
close
()
strprogs
=
" "
.
join
(
progs
)
strprogs
=
" "
.
join
(
progs
)
cmd
=
"env bash -l -c 'source shrc && runcpu %s -c generated'"
%
strprogs
script_name
=
"runspec"
if
SPEC_SUITE
==
"SPEC CPU2000"
else
"runcpu"
cmd
=
"env bash -l -c 'source shrc && %s %s -c generated'"
%
(
script_name
,
strprogs
)
exit
(
os
.
system
(
cmd
))
exit
(
os
.
system
(
cmd
))
sebastian.graf
@sgraf
mentioned in merge request
!4 (closed)
·
Jun 06, 2019
mentioned in merge request
!4 (closed)
mentioned in merge request !4
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment