From 2f8ec213c885e44e67937d241e4559c1ad44987c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Tue, 5 Mar 2024 10:32:15 +0100 Subject: [PATCH] Add option to write resulting fields to a file --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 331abc6..b2db9e9 100644 --- a/Readme.md +++ b/Readme.md @@ -12,4 +12,6 @@ and 1e-6 and stored in according .csv files. You can find the three benchmarks in the `eval` directory. There is also a header file, which describes the benchmarks with its grid shape etc. - +To write the resulting fields to a file, you can set the `BENCH_OUTPUT` +variable, e.g. `BENCH_OUTPUT=1 ./bench`. The resulting fields are written to +according .csv files.