run program(s) as PiP tasks
- Synopsis
- pip-exec [OPTIONS] <program> ... [ : ... ]
- Description
- Run a program as PiP task(s). Mutiple programs can be specified by separating them with ':' to share the same virtual address space with the
pip-exec command.
- Parameters
-
| -n N | number of tasks |
| -f FUNC | function name to start |
| -c CORE | specify the CPU core number to bind core(s) |
- See Also
- pipcc(1)