A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
loba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
oubli de ce fichier
[loba.git]
/
Experimentations
/
make_params
diff --git
a/Experimentations/make_params
b/Experimentations/make_params
index 78cf9ae9bc5bfe23d9aef5a9fbc81b975317c516..7dd1661c7c79b055466fb1f6b8dc9f0cba8e29d6 100755
(executable)
--- a/
Experimentations/make_params
+++ b/
Experimentations/make_params
@@
-19,7
+19,7
@@
test -r "$TEMPLATE" || die "file not found: $TEMPLATE"
for flavour in "I" "R"; do
for distrib in "1" "N"; do
for ratio in "1000:1" "100:1" "10:1" "1:1" "1:10" "1:100" "1:1000"; do
- declare -a opts=( )
+ declare -a opts=(
-m1e-4 -M10
)
case "$flavour" in
"I") opts+=( -Z ) ;;
"R") : ;;