-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
global_enkf ctest seg faults in debug mode #776
Comments
Sensitivity test We should carefully examine the omp directives for Another interesting data point would be to activate the commented out omp directives, build |
@CatherineThomas-NOAA , when is the GFS v17 code handoff to NCO? We need to ensure |
@RussTreadon-NOAA: Code handoff is tentatively in late summer/fall 2025. We still have time but this will definitely need to be addressed before then. |
@CatherineThomas-NOAA , wow, that's 9 to 12 months out. I didn't realize the GFS v17 schedule had been adjusted that much. It's good to have more time. One concern is that things get forgotten and slip through the cracks. When is the EMC GFS v17 science freeze? |
@RussTreadon-NOAA: The science freeze is tentatively planned for this winter. Of course these are all subject to change, particularly as we learn more about the moratorium schedule/impacts. |
Sensitivity test - compiler Comment above suggested building debug
|
Sensitivity test - number of threads The failures reported above ran the debug |
I was able to run on hercules in debug mode with intel 2021.9.0 (not the ctest, but just replaced the executable with a debug version in a running experiment) |
Thank you @jswhit2 for running this test and letting us know. Entirely possible that we could be dealing with something specific to WCOSS2. |
enkf.x
built in debug mode fromdevelop
at 3e27bb8 abort with the following error on WCOSS2 (Cactus)Line 279 of
letkf.f90
is the start of a large omp sectionIt's not clear exactly what the error is.
NCO builds and runs codes in debug mode as part of their pre-implementation testing. As such the debug mode
enkf.x
failure must be examined, understood, and resolved. This issue is opened to document this error and work toward resolution of the problem.Attention @CatherineThomas-NOAA
The text was updated successfully, but these errors were encountered: