Question about MINUIT2

Hello!

Is there a way to specify the number of threads to which the computations should split during parallelization?

Hi,
The current parallelisation in Minuit2 uses OpenMP. To change the number of threads you just need to set the right env variable:

export OMP_NUM_THREADS=<number of threads to use>.

Best

Lorenzo

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.