Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
spec.py
Commits
aecdb1d5
Commit
aecdb1d5
authored
Dec 21, 2010
by
Andreas Zwinkau
Browse files
Fix typo
parent
b4d02ac9
Changes
1
Show whitespace changes
Inline
Side-by-side
spec.py
View file @
aecdb1d5
...
...
@@ -42,13 +42,13 @@ parser.add_option("--config-only", action="store_true", default=False,
parser
.
add_option
(
"--build-only"
,
action
=
"store_true"
,
default
=
False
,
help
=
"Just generate config file and build benchmark programs, but do not run"
)
parser
.
add_option
(
"--no-cpp"
,
action
=
"store_true"
,
default
=
False
,
help
=
"Ex
l
cude benchmark programs using C++"
)
help
=
"Exc
l
ude benchmark programs using C++"
)
parser
.
add_option
(
"--no-fortran"
,
action
=
"store_true"
,
default
=
False
,
help
=
"Ex
l
cude benchmark programs using Fortran"
)
help
=
"Exc
l
ude benchmark programs using Fortran"
)
parser
.
add_option
(
"--no-medium"
,
action
=
"store_true"
,
default
=
False
,
help
=
"Ex
l
cude OMPM programs"
)
help
=
"Exc
l
ude OMPM programs"
)
parser
.
add_option
(
"--no-large"
,
action
=
"store_true"
,
default
=
False
,
help
=
"Ex
l
cude OMPL programs"
)
help
=
"Exc
l
ude OMPL programs"
)
parser
.
add_option
(
"-i"
,
"--iterations"
,
metavar
=
"ITR"
,
default
=
3
,
help
=
"Evaluate ITR iterations per program, default=3"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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