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
This triggered an error warning message on hercules + gnu when testing #1145 but closer inspection found that hybrid omp jobs are likely not running as expected even in develop.
Describe the bug
It seems like the threading in the NCEP regression tests is not running as expected. The potential problematic lines of code are:
https://github.com/NOAA-EMC/WW3/blob/develop/regtests/bin/run_cmake_test#L1479-L1490
This triggered an error warning message on hercules + gnu when testing #1145 but closer inspection found that hybrid omp jobs are likely not running as expected even in develop.
This was discovered by @MatthewMasarik-NOAA
To Reproduce
Run the matrix and look closely at the output. Search for "omplace" and/or look at the hybrid jobs and what threading is being done.
Expected behavior
Threading jobs should run w/threads and correctly.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
This will be addressed before merging #1145
The text was updated successfully, but these errors were encountered: