runon - run a command on a specified list of cpus


SYNOPSIS

       runon cpu ... command [args ...]


DESCRIPTION

       runon  executes  command,  assigning it to run only on the
       listed cpus.  Listed cpus may include individual cpus,  or
       an inclusive range of cpus separated by a hyphen.

       This  cpu affinity is inherited across fork(2) and exec(2)
       system calls.


OPTIONS

       All options are passed in the argv list to the  executable
       being run.


WARNINGS

       This  implementation  of  runon requires kernel CpuMemSets
       support.


EXAMPLE

       Execute echo command on cpus 1, 3, 4, 5, or 9

             runon 1 3-5 9 echo Hello World


SEE ALSO

       CpuMemSets(2)


Man(1) output converted with man2html