Add option to write resulting fields to a file

This commit is contained in:
Max Lübke 2024-03-05 10:32:15 +01:00
parent 26d40b3489
commit 2f8ec213c8

View File

@ -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.