Skip to content

Commit

Permalink
a better README
Browse files Browse the repository at this point in the history
  • Loading branch information
miklos1 committed Nov 3, 2017
1 parent 922902b commit 1cccca1
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# fayette
#### Experimentation framework for the manuscript:

> Miklós Homolya, Robert C. Kirby, and David A. Ham. "Exposing and
> exploiting structure: optimal code generation for high-order finite
> element methods." (2017).
#### Usage

To collect measurement data, run `measure-assembly.py` and
`measure-action.py` respectively. For the baseline, apply the correct
patch to TSFC (`fiat-mode` branch) and call the data collection
scripts with `--mode coffee`.

These scripts append raw measurement data to:
- `assembly.csv`
- `matvec.csv`
- `matfree.csv`

We have uploaded the collected datasets that were used to make the
plots in the paper in this repository. Run `generate.py` to process
raw data and produce the files which are directly pulled in by the TeX
file to render the paper. `generate.py` creates all these files in
`data/`; this directory should be copied to the LaTeX source
directory.

0 comments on commit 1cccca1

Please sign in to comment.