summaryrefslogtreecommitdiff
path: root/BFS/host
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2023-05-26 08:37:41 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2023-05-26 08:37:41 +0200
commitf54775fd3cfe4cdb5ea11a252a14c892d6cebcbb (patch)
treee83dd673a60a39c0278ee6c1a1869a00359a64f9 /BFS/host
parent6ae9be7d786ee46a88f7fa2ef86b2f09d7c831ad (diff)
BFS: alignment
Diffstat (limited to 'BFS/host')
-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);
}