From 30e6b4765a310a1589cb56683dcbb4a0e8caee28 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Thu, 5 Nov 2020 20:55:02 -0500 Subject: 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 --- all_pairs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'all_pairs') diff --git a/all_pairs/Makefile b/all_pairs/Makefile index 592db70..6405df0 100644 --- a/all_pairs/Makefile +++ b/all_pairs/Makefile @@ -3,6 +3,7 @@ CC ?= gcc override CFLAGS += -pthread -O2 -I.. -DPAIRED LDFLAGS += -lrt COMMON = ../extra.h +$(shell mkdir -p bin) # Handle cases where we're also profiling with the MMDC on the i.MX6Q ifneq ($(shell grep "define MMDC 1" ../extra.h),) -- cgit v1.2.2