From 66824af0fab366fe02f0793f32081ebde28f5fa5 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Fri, 29 May 2020 12:58:53 -0400 Subject: Remove changes specific to Joshua's PRP - Revert type change in Neighborhood microbenchmark - Remove inputs modified to fix in the available memory on the i.MX6DQ PRP test platform - Change default configuration to build without LITMUS/MC^2/MMDC --- baseline/source/extra.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'baseline/source') diff --git a/baseline/source/extra.h b/baseline/source/extra.h index 81ec146..5e527c6 100644 --- a/baseline/source/extra.h +++ b/baseline/source/extra.h @@ -21,9 +21,9 @@ #include #endif -#define LITMUS 1 -#define MC2 1 -#define MMDC_PROF 1 +#define LITMUS 0 +#define MC2 0 +#define MMDC_PROF 0 #if LITMUS #include -- cgit v1.2.2