|
|
@@ -149,8 +149,8 @@ fi
|
|
|
now=`date`
|
|
|
echo "$now: Starting experiments"
|
|
|
|
|
|
-if [ "$whichexps" = "small" -o "$whichexps" = "all" ]; then
|
|
|
- echo "Running small experiments..."
|
|
|
+if [ "$whichexps" = "fig6" -o "$whichexps" = "all" ]; then
|
|
|
+ echo "Running Figure 6 experiments..."
|
|
|
for i in $(seq 1 $numiters); do
|
|
|
# Figure 6(a)
|
|
|
for nops in 16 32 64 128 256 512 1024 2048; do
|
|
|
@@ -162,9 +162,6 @@ if [ "$whichexps" = "small" -o "$whichexps" = "all" ]; then
|
|
|
done
|
|
|
done
|
|
|
fi
|
|
|
-if [ "$whichexps" = "large" -o "$whichexps" = "all" ]; then
|
|
|
- echo "Running large experiments..."
|
|
|
-fi
|
|
|
|
|
|
now=`date`
|
|
|
echo "$now: Experiments complete"
|