Skip to content

Replace omp parallel fors

Tammo Jan Dijkema requested to merge remove-omp into master

Created by: aroffringa

This replaces all omp parallel for statements with the ParallelFor class and removes the dependency on openmp.

Merge request reports