seung-lab / euclidean-distance-transform-3d

Euclidean distance & signed distance transform for multi-label 3D anisotropic images using marching parabolas.
GNU General Public License v3.0
239 stars 37 forks source link

OMP deprecation warning #45

Closed ma-sadeghi closed 2 years ago

ma-sadeghi commented 2 years ago

Not sure if this is coming from your package, just in case, I've been getting the following warning recently:

OMP: Info #274: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead.
william-silversmith commented 2 years ago

Hi Dr. Sadeghi, I'm not using OpenMP for parallelism in this package. It's using a custom thread pool wrapper around pthreads. I think the warning should be coming from another package.

ma-sadeghi commented 2 years ago

Thank you so much for your quick reply, I'll look into it and will update you here. I'm closing this issue to keep the issue tracker clean.