I am trying to control the CPU affinity of julia using taskset using
taskset -c 1,2 julia Foo.jl
However, internally Julia spawns may child processes to which this affinity mask does not seem to apply.
So mu question is: can I force a process and all its child processes to be limited to cpu-s 1 to 2.