diff options
Diffstat (limited to 'bench/btl/data/go_mean')
-rwxr-xr-x | bench/btl/data/go_mean | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/btl/data/go_mean b/bench/btl/data/go_mean index 38c50d226..5ff3a3b98 100755 --- a/bench/btl/data/go_mean +++ b/bench/btl/data/go_mean @@ -47,6 +47,7 @@ source mk_mean_script.sh tridiagonalization $1 11 100 300 1000 $mode $prefix source mk_mean_script.sh hessenberg $1 11 100 300 1000 $mode $prefix source mk_mean_script.sh symv $1 11 50 300 1000 $mode $prefix source mk_mean_script.sh syr2 $1 11 50 300 1000 $mode $prefix +source mk_mean_script.sh ger $1 11 50 300 1000 $mode $prefix fi |