On Mon, 30 May 2005 11:48:44 +0800, Robert Marlow wrote:
> Hi
>
> Is there a way to force SBCL running with multiple threads to run on
> only one CPU on a machine using multiple CPUs?
Mind telling us what OS you are using? On Linux it's possible
to bind an application to one CPU by using the 'CPU affinity' but
you do need a newer Kernel for that (> 2.5 iirc). Rather then
listening to my half knowledge you might want to read:
http://www.linuxjournal.com/article/6799
HT Ralf Mattes
P.S: Is this part of your "get SBCL threads working" quest?
|