I have a couple of julia programs running in a cluster of 64 processors. I want to know why if I launch a julia-program like:
$ julia main.jl
when I see the output of the htop I get 15 processes like this:
PID USER PRI NI VIRT RES SHR S CPU MEM TIME COMMAND
21389 me 20 0 845M 413 12692S 0.0 0.1 TIME-ELAPSED julia main.jl
Is this something intrinsic to julia to optimize the main.jl script?