Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AVA
FloVer
Commits
82ac18d4
Commit
82ac18d4
authored
Mar 27, 2019
by
Joachim Bard
Browse files
reducing the number of subdivs in scripts
parent
b2c87128
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/eval_subdiv_interval.sh
View file @
82ac18d4
...
...
@@ -65,8 +65,8 @@ do
--rangeMethod
=
interval
\
--errorMethod
=
interval
\
--subdiv
\
--divLimit
=
10
\
--totalOpt
=
1
00
0
\
--divLimit
=
5
\
--totalOpt
=
1
5
0
\
--results-csv
=
$FILENAME
.csv
\
>>
$2
\
;
}
2>&1
)
...
...
@@ -81,8 +81,8 @@ do
--rangeMethod
=
interval
\
--errorMethod
=
interval
\
--subdiv
\
--divLimit
=
10
\
--totalOpt
=
1
00
0
\
--divLimit
=
5
\
--totalOpt
=
1
5
0
\
--mixed-precision
=
testcases/daisy-mixed-precision-maps/
$PMAP
\
--results-csv
=
$FILENAME
.csv
\
>>
$2
\
...
...
scripts/eval_subdiv_smt.sh
View file @
82ac18d4
...
...
@@ -66,7 +66,7 @@ do
--errorMethod
=
interval
\
--subdiv
\
--divLimit
=
3
\
--totalOpt
=
100
0
\
--totalOpt
=
100
\
--results-csv
=
$FILENAME
.csv
\
>>
$2
\
;
}
2>&1
)
...
...
@@ -82,7 +82,7 @@ do
--errorMethod
=
interval
\
--subdiv
\
--divLimit
=
3
\
--totalOpt
=
100
0
\
--totalOpt
=
100
\
--mixed-precision
=
testcases/daisy-mixed-precision-maps/
$PMAP
\
--results-csv
=
$FILENAME
.csv
\
>>
$2
\
...
...
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