From fcd2655ecfb662309bf31d3681d971bca7aeae0e Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 12 Jul 2024 08:01:36 +0200 Subject: SEL: use upstream read method by default --- SEL/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SEL') diff --git a/SEL/Makefile b/SEL/Makefile index 1dc1cff..9999ba7 100644 --- a/SEL/Makefile +++ b/SEL/Makefile @@ -5,7 +5,7 @@ ENERGY ?= 0 WITH_ALLOC_OVERHEAD ?= 0 WITH_LOAD_OVERHEAD ?= 0 WITH_FREE_OVERHEAD ?= 0 -PARALLEL_READ ?= 1 +PARALLEL_READ ?= 0 COMMON_INCLUDES := support HOST_SOURCES := $(wildcard host/*.c) -- cgit v1.2.3