You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to explore multithreading on a gem5 simulator running through LKMC. I want to run different processes on different CPUs, and am trying to bind the tasks to each CPU using taskset.
I get -/bin/sh: taskset: not found when I try to run the command.
What can I do to enable this utility in for aarch64 FS?
Thanks,
Itamar
The text was updated successfully, but these errors were encountered:
I am trying to explore multithreading on a gem5 simulator running through LKMC. I want to run different processes on different CPUs, and am trying to bind the tasks to each CPU using taskset.
I get
-/bin/sh: taskset: not found
when I try to run the command.What can I do to enable this utility in for aarch64 FS?
Thanks,
Itamar
The text was updated successfully, but these errors were encountered: