Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | smp: Simplify passing argv | Samuel Thibault | 2024-12-09 | 1 | -3/+3 |
| | |||||
* | sutils: Add smp tool to run process on slave processors | Damien Zammit via Bug reports for the GNU Hurd | 2024-12-09 | 1 | -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> |