• Home
Name Date Size #Lines LOC

..--

READMED03-May-2024909 2317

build_omnetppD03-May-20241.8 KiB6944

confD03-May-202435 32

example.jsonD03-May-2024291 2414

test_omnetppD03-May-2024574 2418

README

1This directory contains the omnetpp example in SPEC2006 benchmark.
2
3It also contains the json configuration file which includes the meta data
4information to run the experiment.
5
6This directory contains a build file build_omnetpp which is used by the build
7module of the framework to compile the application.
8This directory contains a test file test_omnetpp which is used by the test
9module of the framework to benchmark the optimization compilation.
10This directory contains a conf file which includes the set of optimization flags
11the experiment will try.
12
13To use this direction, first gives the file the executable permission.
14  chmod a+x build_bikjmp
15  chmod a+x test_bikjmp
16
17Copy the SPEC2006 benchmark into this directory.
18
19To run, invoke the example_algorithm.py in the parent directory.
20  python example_algorithms.py --file=examples/omnetpp/example.json
21
22For help,
23  python example_algorithms.py --help