Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 23-Nov-2023 | 948 | 35 | 24 | |
build_omnetpp | D | 23-Nov-2023 | 1.8 KiB | 69 | 44 | |
conf | D | 23-Nov-2023 | 35 | 3 | 2 | |
example.json | D | 23-Nov-2023 | 291 | 24 | 14 | |
test_omnetpp | D | 23-Nov-2023 | 574 | 24 | 18 |
README.md
1# `omnetpp` 2 3This directory contains the omnetpp example in SPEC2006 benchmark. 4 5It also contains the json configuration file which includes the meta data 6information to run the experiment. 7 8This directory contains a build file `build_omnetpp` which is used by the build 9module of the framework to compile the application. 10This directory contains a test file `test_omnetpp` which is used by the test 11module of the framework to benchmark the optimization compilation. 12This directory contains a conf file which includes the set of optimization flags 13the experiment will try. 14 15To use this direction, first gives the file the executable permission. 16 17``` 18chmod a+x build_bikjmp 19chmod a+x test_bikjmp 20``` 21 22Copy the SPEC2006 benchmark into this directory. 23 24To run, invoke the `example_algorithm.py` in the parent directory. 25 26``` 27python example_algorithms.py --file=examples/omnetpp/example.json 28``` 29 30For help, 31 32``` 33python example_algorithms.py --help 34``` 35