summaryrefslogtreecommitdiff
path: root/Microbenchmarks/CPU-DPU/host/app.c
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-02-22 15:59:51 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-02-22 15:59:51 +0100
commit02619c6af481c62a5cb4c2c78a015de072b0e091 (patch)
tree69915f68bb3e019d11f8ef52a8e28f9f6e9dc650 /Microbenchmarks/CPU-DPU/host/app.c
parentc8dc9659344f07f5432b71ee8a76a6d2f8108f48 (diff)
CPU-DPU: overwrite old logs; skip one-element transfers
Diffstat (limited to 'Microbenchmarks/CPU-DPU/host/app.c')
-rw-r--r--Microbenchmarks/CPU-DPU/host/app.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Microbenchmarks/CPU-DPU/host/app.c b/Microbenchmarks/CPU-DPU/host/app.c
index 7c402bc..bb86d09 100644
--- a/Microbenchmarks/CPU-DPU/host/app.c
+++ b/Microbenchmarks/CPU-DPU/host/app.c
@@ -217,6 +217,6 @@ int main(int argc, char **argv) {
free(C);
free(C2);
DPU_ASSERT(dpu_free(dpu_set));
-
- return status ? 0 : -1;
+
+ return 0;
}