MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
The Python configure script had support for enabling the use of OpenMP to enable multithreading in Eigen. If support for OpenMP was disabled, the project was built with EIGEN_DONT_PARALLELIZE (see here). This functionality hasn't been ported to the CMake scripts, we should probably add a new option MRTRIX_USE_OPENMP to address this.
The Python configure script had support for enabling the use of OpenMP to enable multithreading in Eigen. If support for OpenMP was disabled, the project was built with
EIGEN_DONT_PARALLELIZE
(see here). This functionality hasn't been ported to the CMake scripts, we should probably add a new optionMRTRIX_USE_OPENMP
to address this.