comparison runscimark.sh @ 2602:0c6564c254af

new node layout: BlockBegin, BlockEnd -Dc1x.dot=regex for pdf output escape dot graph labels (<, >, &)
author Lukas Stadler <lukas.stadler@jku.at>
date Fri, 06 May 2011 10:25:37 +0200
parents 092e628ddd5d
children 5af7b38be963
comparison
equal deleted inserted replaced
2601:224e8b4007bd 2602:0c6564c254af
10 if [ -z "${GRAAL}" ]; then 10 if [ -z "${GRAAL}" ]; then
11 echo "GRAAL is not defined. It must point to a maxine repository directory." 11 echo "GRAAL is not defined. It must point to a maxine repository directory."
12 exit 1; 12 exit 1;
13 fi 13 fi
14 if [ -z "${SCIMARK}" ]; then 14 if [ -z "${SCIMARK}" ]; then
15 echo "SCIMARK is not defined. It must point to a SciMark benchmark directory." 15 echo "SCIMARK is not defined. It must point to a SciMark benchmark jar."
16 exit 1; 16 exit 1;
17 fi 17 fi
18 COUNT=$1 18 COUNT=$1
19 if [ -z "${COUNT}" ]; then 19 if [ -z "${COUNT}" ]; then
20 COUNT=5000 20 COUNT=5000