File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# FAROS: A Framework for Benchmarking and Analysis of Compiler Optimization
22
3+ FAROS is an extensible framework to automate and structure the analysis
4+ of compiler optimizations of OpenMP programs. FAROS provides a generic
5+ configuration interface to profile and analyze OpenMP applications with
6+ their native build configurations.
7+
38## Description and usage
49
510This repo contains a benchmark harness to fetch, build, and run programs
@@ -13,7 +18,7 @@ different compilation.
1318
1419The harness script in python, named benchmark.py, takes as input a YAML
1520configuration file and a set of options to build and run programs
16- described in that configuration. Figure fig : harness shows the help
21+ described in that configuration. You can see below the help
1722output describing possible options. The configuration file input is set
1823with the ` -i, --input ` argument. There are three different actions the
1924harness performs:
You can’t perform that action at this time.
0 commit comments