aboutsummaryrefslogtreecommitdiff
path: root/bestflags/bikjmp/README
diff options
context:
space:
mode:
Diffstat (limited to 'bestflags/bikjmp/README')
-rw-r--r--bestflags/bikjmp/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/bestflags/bikjmp/README b/bestflags/bikjmp/README
new file mode 100644
index 00000000..483e22d5
--- /dev/null
+++ b/bestflags/bikjmp/README
@@ -0,0 +1,25 @@
+This directory contains the bikjmp example.
+
+It also contains the json configuration file which includes the meta data
+information to run the experiment.
+
+This directory contains a build file build_bikjmp which is used by the build
+module of the framework to compile the application.
+This directory contains a test file test_bikjmp 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.
+This directory contains an input file ren.txt which is the input to the
+application.
+This directory contains an application file bikjmp_bench.cpp which is the
+application file.
+
+To use this direction, first gives the file the executable permission.
+ chmod a+x build_bikjmp
+ chmod a+x test_bikjmp
+
+To run, invoke the example_algorithm.py in the parent directory.
+ python example_algorithms.py --file=bikjmp/example.json
+
+For help,
+ python example_algorithms.py --help \ No newline at end of file