You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: