copied from preCICE tutorials
This commit is contained in:
parent
46a7e98752
commit
3f1b1a6d0f
68 changed files with 156449 additions and 0 deletions
34
preCICE_tools/tests/reference_results.metadata.template
Normal file
34
preCICE_tools/tests/reference_results.metadata.template
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue