deterministic.sh 312 Bytes
Newer Older
Hejing Li's avatar
Hejing Li committed
1
#!/bin/bash
2
set -x
Hejing Li's avatar
Hejing Li committed
3
4
5
6
7
8
9
10
11
12
13
# Runs the same simulation by default five times.
if [ -z "$1" ]
then
    echo "set run num to five"
    run_num=5
else
    echo "set run num to $1"
    run_num=$1
fi
python3 run.py pyexps/ae/determ.py --filter dt-gt-ib-sw --force --verbose --runs=$1

14
./ae/deterministic-parse.sh $run_num out