runon(1) — Commands
NAME
runon − Runs a command on the specified CPU
SYNOPSIS
runon cpu_num command [command_args]
DESCRIPTION
The runon utility runs command on CPU number cpu_num. The command_args parameter indicates flags or arguments, if any, that are specified for command. All threads created by command will inherit the CPU binding cpu_num. This includes threads created as the result of a fork.