NOAA-MDL / grib2io-interp

Interpolation component for grib2io interfacing to the NCEPLIBS-ip library
https://noaa-mdl.github.io/grib2io-interp/
MIT License
2 stars 2 forks source link

Merge openmp_handler into interpolate #12

Closed EricEngle-NOAA closed 2 months ago

EricEngle-NOAA commented 2 months ago

Need to merge openmp_handler extension module into interpolate. When testing static building to sp and ip, but dynamically linking to the OpenMP library, increasing the thread count does not reduce runtime. But when testing with only 1 extension module (interpolate), it worked properly. So we want to

  1. merge openmp_handler into interpolate.
  2. allow for static linking to OpenMP library.
EricEngle-NOAA commented 2 months ago

Closing this issue. The problem all along was a bug in grib2io 🙄