@@ -67,18 +66,6 @@ echo "Number of elements in the compiledir:"
...
@@ -67,18 +66,6 @@ echo "Number of elements in the compiledir:"
ls${COMPILEDIR}|wc -l
ls${COMPILEDIR}|wc -l
echo
echo
#we change the seed and record it everyday to test different combination. We record it to be able to reproduce bug caused by different seed. We don't want multiple test in DEBUG_MODE each day as this take too long.
seed=$RANDOM
echo"Executing tests with mode=DEBUG_MODE with seed of the day $seed"
# We want to see correctly optimization/shape errors, so make make them raise an
# error.
FLAGS=on_opt_error=raise,$FLAGS
FLAGS=on_shape_error=raise,$FLAGS
# Ignore user device and floatX config, because:
# 1. Tests are intended to be run with device=cpu.
# 2. We explicitly add 'floatX=float32' in one run of the test suite below,
# while we want all other runs to run with 'floatX=float64'.
FLAGS=${FLAGS},device=cpu,floatX=float64
#we change the seed and record it everyday to test different combination. We record it to be able to reproduce bug caused by different seed. We don't want multiple test in DEBUG_MODE each day as this take too long.
seed=$RANDOM
echo"Executing tests with mode=DEBUG_MODE with seed of the day $seed"