copied from preCICE tutorials

This commit is contained in:
jakob.schratter 2026-01-26 16:14:46 +01:00
commit 3f1b1a6d0f
68 changed files with 156449 additions and 0 deletions

View file

@ -0,0 +1,34 @@
<!---
This File has been generated by the generate_reference_results.py and should not be modified manually
-->
# Reference Results
This file contains an overview of the results over the reference results as well as the arguments used to generate them.
We also include some information on the machine used to generate them
## List of files
| name | time | sha256 |
|------|------|-------|
{% for file in files -%}
| {{ file.name }} | {{ file.time }} | {{ file.sha256 }} |
{% endfor %}
## List of arguments used to generate the files
| name | value |
|------|------|
{% for name,value in arguments.items() -%}
| {{ name }} | {{ value }} |
{% endfor -%}
## Information about the machine
### uname -a
{{ uname }}
### lscpu
{{ lscpu }}