Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 431 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 431 Bytes

dirigent-multicore

How to build and run it?

git submodule init
git submodule update


## cmake way
cd ${DIRIGENT_HOME}/cmr
cmake .
make -f Makefile


## make way
cd ${DIRIGENT_HOME}/cmr/pcm
make
cd ${DIRIGENT_HOME}/cmr
make

To run dirigent with freq. scale and dynamic partition enabled.

sudo ./cmr ${cfg} freq part

or To run dirigent to get offline solorun data

sudo ./cmr ${cfg} no no