diff options
| author | Joshua Bakita <jbakita@cs.unc.edu> | 2020-11-05 20:55:02 -0500 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-11-05 20:55:02 -0500 |
| commit | 30e6b4765a310a1589cb56683dcbb4a0e8caee28 (patch) | |
| tree | 4ea1d80af0fcbce4506cac2aa099e4e3b42b4d2c /baseline/Makefile | |
| parent | 47da00d019b27772cb6009a07ad3fc52aaf2b15f (diff) | |
Small scripting cleanups
- Add a unified runner script for DIS
- Remove explicit case study termination script
(do `kill ${cat pids.txt}` instead)
- Auto-create bin directories for TACLe
- Add the python cache directory to the gitignore
- Tweak input path representation in benchmark name files
Diffstat (limited to 'baseline/Makefile')
| -rw-r--r-- | baseline/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/baseline/Makefile b/baseline/Makefile index a929bc6..dad45a0 100644 --- a/baseline/Makefile +++ b/baseline/Makefile | |||
| @@ -3,6 +3,7 @@ CC ?= gcc | |||
| 3 | override CFLAGS = -pthread -O2 -I.. | 3 | override CFLAGS = -pthread -O2 -I.. |
| 4 | LDFLAGS = -lrt | 4 | LDFLAGS = -lrt |
| 5 | COMMON = ../extra.h | 5 | COMMON = ../extra.h |
| 6 | $(shell mkdir -p bin) | ||
| 6 | 7 | ||
| 7 | # Handle cases where we're also profiling with the MMDC on the i.MX6Q | 8 | # Handle cases where we're also profiling with the MMDC on the i.MX6Q |
| 8 | ifneq ($(shell grep "define MMDC 1" ../extra.h),) | 9 | ifneq ($(shell grep "define MMDC 1" ../extra.h),) |
