Skip to content

running cacao example

Olivier Guyon edited this page Sep 13, 2022 · 15 revisions

Running a cacao loop example

Example files are distributed with the source code within the examples subdirectory. Check file README.md for details.

Useful tools that can be run anytime to inspect/control a cacao loop:

$ milk-streamCTRL  # inspect/control current data streams
$ milk-procCTRL    # inspect/control current processes
$ milk-fpsCTRL     # inspect/control current function parameter strucutures
$ tmux ls          # list tmux sessions

To exit milk-streamCTRL, milk-procCTRL or milk-fpsCTRL, type "x".

Quick summary of steps (check example documentation for details) :

$ cacao-task-manager -X 3 CONFNAME    # runs tasks 0-3
$ cp CONFNAME-conf/aorunscript .      # copy user script
$ ./aorunscript                       # run user script