Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jgfouca/fix_shoc_uninit_mem' into master (PR #6799)
Fix conditional jump on uninitialized mem in SHOC The rino temp view only had the nlev-1 entry initialized. pblintd_height was accessing other entries. I looked the the F90 impl and it is also doing this strange initialization of only nlev-1. This PR will fix valgrind errors for shoc_run_and_cmp that have appeared on our dashboard. This error seems to go back a long time, so I don't understand why it only showed up now. [BFB]
- Loading branch information