File size: 166 Bytes
2eae90c
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
export LOG_TIMINGS=1
export WRITE_PLOT=1

echo run with cached IO
make run_all
make plot_results

echo run with IO
export INCLUDE_IO=1
make run_all
make plot_results