QMICodeBase / TORTOISEV4

Official TORTOISE Diffusion MRI Processing Pipeline V4 Source Code and Documentation
GNU General Public License v3.0
18 stars 4 forks source link

EstimateMAPMRI multithreading #7

Open mattcieslak opened 10 months ago

mattcieslak commented 10 months ago

Hi Okan,

I've been using EstimateMAPMRI and have noticed that more than OMP_NUM_THREADS or ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS cpus have been used. It seems like with OMP_NUM_THREADS=1 and ITK_GLOBAL_DEFAULT_NUMBER_OF_THREADS=1 it is using 5 cpus. Does this make sense?

thanks in advance