From 1e7b42b51080689c1c1f49fc42329e4df7e5434f Mon Sep 17 00:00:00 2001 From: Marcel Köppen Date: Mon, 13 May 2024 14:08:46 +0200 Subject: Flush stdout after printing iteration results --- Microbenchmarks/STREAM/host/app.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Microbenchmarks/STREAM/host') diff --git a/Microbenchmarks/STREAM/host/app.c b/Microbenchmarks/STREAM/host/app.c index bd358cf..2f11bba 100644 --- a/Microbenchmarks/STREAM/host/app.c +++ b/Microbenchmarks/STREAM/host/app.c @@ -392,6 +392,7 @@ int main(int argc, char **argv) { } else { printf("[" ANSI_COLOR_RED "ERROR" ANSI_COLOR_RESET "] Outputs differ!\n"); } + fflush(stdout); } -- cgit v1.2.3