Hello everyone,
I am new to the world of Mac. I have access to a MAC Darwin 10.3 Intel 8 core machine over remote without any GUI access. I need to run multiple CPU intensive programs on it. Is there a way I can lock a process to a processor. For example I would like to execute process A on core 0, Process B on core 1, etc. The reason to do this is that it gives better cache performance and a host of other things.
In Linux it is easy to do it: we open the command line and type:
taskset -c <cpuno> <Program name>
Is there an easy way to do it in MAC using command line as I have no access to the GUI.
Thanks in advance.
RS
I am new to the world of Mac. I have access to a MAC Darwin 10.3 Intel 8 core machine over remote without any GUI access. I need to run multiple CPU intensive programs on it. Is there a way I can lock a process to a processor. For example I would like to execute process A on core 0, Process B on core 1, etc. The reason to do this is that it gives better cache performance and a host of other things.
In Linux it is easy to do it: we open the command line and type:
taskset -c <cpuno> <Program name>
Is there an easy way to do it in MAC using command line as I have no access to the GUI.
Thanks in advance.
RS