From f54775fd3cfe4cdb5ea11a252a14c892d6cebcbb Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 26 May 2023 08:37:41 +0200 Subject: BFS: alignment --- BFS/host/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3