https://github.com/GSI-CS-CO/bel_projects.git
cherry-dm-bugfix
checkoutfolder/modules/ftm/ftmx86
make
make
//.../cherry-dm-bugfix/modules/ftm/lib:/usr/lib
./render.sh
in the background
./dm-sched <eb device>
, generate simplified 'svg' file
./dm-sched <eb device> -s
, generate 'svg' file including meta nodes.
./dm-cmd <eb device> status
, displays 'running' cores/theads
./dm-cmd <eb device> -v status
, displays all cores/threads
./dm-sched <eb device> add <schedule dot>
, adds a schedule to a specific core (the core is specified in the dot file)
./dm-sched <eb device> remove <schedule dot>
, remove a schedule from a specific core
./dm-sched <eb device> clear
, use with care: this will interfere with other schedule or people working on the same Data Master
./dm-cmd <eb device> -i <command dot>
, submit a command
./dm-cmd <eb device> -c <CPU number> abort 0xff
I | Attachment | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|
dot | unipz-abort.dot | manage | 92 bytes | 04 Dec 2017 - 08:51 | DietrichBeck | example: dot file with abort command |
dot | unipz-start.dot | manage | 97 bytes | 04 Dec 2017 - 08:51 | DietrichBeck | example: dot file with start command |
dot | unipz-stop.dot | manage | 95 bytes | 04 Dec 2017 - 08:51 | DietrichBeck | example: dot file with stop command |
dot | unipz_2017-12-04.dot | manage | 7 K | 04 Dec 2017 - 08:44 | DietrichBeck | example: dot file with schedule |