cgat-developers / ruffus

CGAT-ruffus is a lightweight python module for running computational pipelines
MIT License
173 stars 34 forks source link

OMP: Info #270: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead. #121

Open schultzm opened 4 years ago

schultzm commented 4 years ago

Hi,

Thanks for Ruffus. It's great.

I'm currently developing a pipeline, and when I run it, I get this deprecation warning: OMP: Info #270: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead.

I tracked it down to the openMP software. Are you able to look into this? At present it doesn't appear to be causing any problems other than the warning.

Thanks,