Re: [PATCH v2 hurd] sutils: Add smp tool to run process on slave processors

2024-12-08 Thread Samuel Thibault
Applied the non-Debian part, thanks! Damien Zammit via Bug reports for the GNU Hurd, le mar. 26 nov. 2024 10:37:58 +, a ecrit: > 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 >

Re: [PATCH v2 hurd] sutils: Add smp tool to run process on slave processors

2024-12-02 Thread Almudena Garcia
I'm waiting until this patch is accepted. It will make easier my future work. El mar, 26 nov 2024 a las 11:38, Damien Zammit via Bug reports for the GNU Hurd () escribió: > Until we make gnumach fully parallel, we need a way to execute > on slave processor set on smp-enabled gnumach. > > For exam

[PATCH v2 hurd] sutils: Add smp tool to run process on slave processors

2024-11-26 Thread Damien Zammit via Bug reports for the GNU Hurd
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