How to assign a CPU for a compiled C program to run
Issue
- How to use "taskset" command to run a C program on a specific CPU.
- The "taskset" command throws below error :
# taskset -c 1 <abc> --- [here abc is compiled C program or any process]
<abc> : No such file or directory
Environment
- Red Hat Enterprise Linux
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.