Skip to content

Avoid issue with silx compiled with OpenMP

Thomas Vincent requested to merge tvincent/xsocs:fix-omp into master

This MR sets OMP_NUM_THREADS as early as possible. It was previously causing a freeze on debian8 when silx is compiled with OpenMP support and the median filter is used during QSpace conversion.

Merge request reports