blob: 99941cb8fca1e18ca9c0fe213a4262ec7c1115ac [file] [log] [blame]
# find all tasks with a config
tasks=$(find . -name "regression_titan*" -prune -o -name "config" -print)
for task in $tasks
do
striped="${task%/config}"
striped="${striped#./}"
~/vtr/vtr_flow/scripts/run_vtr_task.pl $striped
done