aboutsummaryrefslogtreecommitdiff
path: root/bestflags/examples/omnetpp
diff options
context:
space:
mode:
Diffstat (limited to 'bestflags/examples/omnetpp')
-rw-r--r--bestflags/examples/omnetpp/README (renamed from bestflags/examples/omnetpp/README.md)25
1 files changed, 7 insertions, 18 deletions
diff --git a/bestflags/examples/omnetpp/README.md b/bestflags/examples/omnetpp/README
index b4582d0d..eba522fe 100644
--- a/bestflags/examples/omnetpp/README.md
+++ b/bestflags/examples/omnetpp/README
@@ -1,34 +1,23 @@
-# `omnetpp`
-
This directory contains the omnetpp example in SPEC2006 benchmark.
It also contains the json configuration file which includes the meta data
information to run the experiment.
-This directory contains a build file `build_omnetpp` which is used by the build
+This directory contains a build file build_omnetpp which is used by the build
module of the framework to compile the application.
-This directory contains a test file `test_omnetpp` which is used by the test
+This directory contains a test file test_omnetpp which is used by the test
module of the framework to benchmark the optimization compilation.
This directory contains a conf file which includes the set of optimization flags
the experiment will try.
To use this direction, first gives the file the executable permission.
-
-```
-chmod a+x build_bikjmp
-chmod a+x test_bikjmp
-```
+ chmod a+x build_bikjmp
+ chmod a+x test_bikjmp
Copy the SPEC2006 benchmark into this directory.
-To run, invoke the `example_algorithm.py` in the parent directory.
-
-```
-python example_algorithms.py --file=examples/omnetpp/example.json
-```
+To run, invoke the example_algorithm.py in the parent directory.
+ python example_algorithms.py --file=examples/omnetpp/example.json
For help,
-
-```
-python example_algorithms.py --help
-```
+ python example_algorithms.py --help \ No newline at end of file