diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-12 08:01:36 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2024-07-12 08:01:51 +0200 |
commit | fcd2655ecfb662309bf31d3681d971bca7aeae0e (patch) | |
tree | c061aa05d779aa3b156b2a35fb5738a594fd17d8 /SEL | |
parent | e6ae3c96e25efac53f27292416abdc84a2bfed60 (diff) |
SEL: use upstream read method by default
Diffstat (limited to 'SEL')
-rw-r--r-- | SEL/Makefile | 2 |
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) |