Hello,
I use Telemac to compute several siting projections in parallel. I have a docker image with Telemac installed on it, and I launch my jobs with --ncsize=2. The parallelization works well, I see file splitting, and CPU usage repartition is on 2 of 8 device CPU.
But when I launch a second job, it is the same CPU which are used, so I have 6 lazy ones that never work, and 2 braves that handle the 2 jobs in parallel. How can I set the repartition to use full capability of my device ?
Thanks in advance,
Patrick