Minuit2 with openmpi

Hi,

I presume you are still building ROOT with configure; make and not cmake.
And I also guess you want to use Open MPI and not OpenMP. OpenMPI will run many processes, while OpenMP will run in multi-threads.
For OpenMPI you need to set the env variable USE_MPI and you should be control the number of processors with mpirun

Lorenzo