aboutsummaryrefslogtreecommitdiff
path: root/sutils/smp.c
Commit message (Collapse)AuthorAgeFilesLines
* smp: Simplify passing argvSamuel Thibault2024-12-091-3/+3
|
* sutils: Add smp tool to run process on slave processorsDamien Zammit via Bug reports for the GNU Hurd2024-12-091-0/+80
Until we make gnumach fully parallel, we need a way to execute on slave processor set on smp-enabled gnumach. For example: $ /sbin/smp /bin/bash $ will launch a shell that executes commands only within slave pset, consisting of all processors except processor 0. We can thus test parallelism on Hurd in a controlled way. Message-ID: <20241126103747.353948-1-damien@zamaudio.com>