aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/bench_multi_compilers.sh
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-03-12 18:10:52 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-03-12 18:10:52 +0000
commit35bce20954581415a9e5057cc24f6e4769ef78f5 (patch)
tree2f2b3c0eebb1001a32c035b31631d5e633edebf8 /bench/bench_multi_compilers.sh
parent6da4d9d25620a025f00331bfd36794b89119b739 (diff)
Removed Column and Row in favor of Block
Diffstat (limited to 'bench/bench_multi_compilers.sh')
-rwxr-xr-xbench/bench_multi_compilers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench_multi_compilers.sh b/bench/bench_multi_compilers.sh
index ce5586fb9..27e91f1d5 100755
--- a/bench/bench_multi_compilers.sh
+++ b/bench/bench_multi_compilers.sh
@@ -17,7 +17,7 @@ for (( i=0 ; i<g ; ++i )) ; do
if [ -e `which $compiler` ]; then
echo "${CLIST[$i]}"
# echo "${CLIST[$i]} $benchfile -I.. -o bench~"
- if [ -e ./.bench ] ; then rm .bench; fi
+# if [ -e ./.bench ] ; then rm .bench; fi
${CLIST[$i]} $benchfile -I.. -o .bench && ./.bench 2> /dev/null
echo ""
else