You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several places where OpenMP directives can be added for faster performance -- mainly in the packing and unpacking functions were data are scaled (unscaled) and packed (unpacked).
Introducing this would also mean changes to the CMake configuration files so the OpenMP library can be linked.
The text was updated successfully, but these errors were encountered:
We are now working more closely with the wgrib2 project, which (I think) has openmp everywhere. So it might be worth comparing codes. We can ask @webisu for lessons learned, or, even better, just cut and paste his already-working code! ;-)
There are several places where OpenMP directives can be added for faster performance -- mainly in the packing and unpacking functions were data are scaled (unscaled) and packed (unpacked).
Introducing this would also mean changes to the CMake configuration files so the OpenMP library can be linked.
The text was updated successfully, but these errors were encountered: