summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BFS/host/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/BFS/host/app.c b/BFS/host/app.c
index 5fb7254..e4ed9b5 100644
--- a/BFS/host/app.c
+++ b/BFS/host/app.c
@@ -307,7 +307,7 @@ int main(int argc, char** argv) {
numDPUs, NR_TASKLETS, "uint32_t", numNodes,
numNodes / (timer.time[2]),
numNodes / (timer.time[0] + timer.time[1] + timer.time[2] + timer.time[3] + timer.time[4]));
- printf("[::] n_dpus=%d n_tasklets=%d e_type=%s n_elements=%d | ",
+ printf("[::] n_dpus=%d n_tasklets=%d e_type=%s n_elements=%d |",
numDPUs, NR_TASKLETS, "uint32_t", numNodes);
printAll(&timer, 4);
}