summaryrefslogtreecommitdiff
path: root/SEL/Makefile
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-07-12 08:01:36 +0200
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-07-12 08:01:51 +0200
commitfcd2655ecfb662309bf31d3681d971bca7aeae0e (patch)
treec061aa05d779aa3b156b2a35fb5738a594fd17d8 /SEL/Makefile
parente6ae3c96e25efac53f27292416abdc84a2bfed60 (diff)
SEL: use upstream read method by default
Diffstat (limited to 'SEL/Makefile')
-rw-r--r--SEL/Makefile2
1 files changed, 1 insertions, 1 deletions
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)